Overload | Description |
---|---|
GetInsertCommand() | Gets the TdCommand object with the required CommandText and Parameters properties to insert a row. |
GetInsertCommand(Boolean) | Gets the automatically generated System.Data.Common.DbCommand object required to perform insertions at the data source, optionally using columns for parameter names. (Inherited from System.Data.Common.DbCommandBuilder) |