MySqlCommandBuilder.GetDeleteCommand Method

MySQL Connector/Net

MySqlCommandBuilderGetDeleteCommand Method
Overload List
  Name Description
Public method GetDeleteCommand
Gets the delete command.
Public method GetDeleteCommand(Boolean)
Gets the automatically generated DbCommand object required to perform deletions at the data source, optionally using columns for parameter names.
(Inherited from DbCommandBuilder.)
Top
See Also