GetInsertCommand Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

Overload List

  Name Description
Public method GetInsertCommand()()()()
Gets the insert command.
Public method GetInsertCommand(Boolean)
Gets the automatically generated DbCommand object required to perform insertions at the data source, optionally using columns for parameter names.
(Inherited from DbCommandBuilder.)

See Also