DbBatchCommandBuilder MethodsNReco.Data Class Library Documentation

The DbBatchCommandBuilder type exposes the following members.

Methods

  NameDescription
Public methodBeginBatch
Public methodEndBatch
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetCommand (Overrides DbCommandBuilder GetCommand .)
Public methodGetDeleteCommand
Gets the automatically generated IDbCommand object to delete rows by specified Query.
(Inherited from DbCommandBuilder.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInsertCommand
Gets the automatically generated IDbCommand object to insert new record.
(Inherited from DbCommandBuilder.)
Public methodGetSelectCommand
Gets the automatically generated IDbCommand object to select rows by specified Query.
(Inherited from DbCommandBuilder.)
Protected methodGetSqlBuilder (Inherited from DbCommandBuilder.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUpdateCommand
Gets the automatically generated IDbCommand object to update rows by specified Query.
(Inherited from DbCommandBuilder.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetCommandText (Overrides DbCommandBuilder SetCommandText(IDbCommand, String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also