MySqlCommandBuilder.GetUpdateCommand Method

MySQL Connector/Net

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