The DbBatchCommandBuilder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BeginBatch | ||
| EndBatch | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetCommand | (Overrides DbCommandBuilder GetCommand .) | |
| GetDeleteCommand |
Gets the automatically generated IDbCommand object to delete rows by specified Query.
(Inherited from DbCommandBuilder.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetInsertCommand |
Gets the automatically generated IDbCommand object to insert new record.
(Inherited from DbCommandBuilder.) | |
| GetSelectCommand |
Gets the automatically generated IDbCommand object to select rows by specified Query.
(Inherited from DbCommandBuilder.) | |
| GetSqlBuilder | (Inherited from DbCommandBuilder.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUpdateCommand |
Gets the automatically generated IDbCommand object to update rows by specified Query.
(Inherited from DbCommandBuilder.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetCommandText | (Overrides DbCommandBuilder SetCommandText(IDbCommand, String).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also