Click or drag to resize
SqlBatchWriter Methods

The SqlBatchWriter type exposes the following members.

Methods
  NameDescription
Public methodCommand
Append a new line (empty command) to the SQL
Public methodCommand(String)
Append the specified command to the SQL
Public methodCommand(String, Object)
Append the specified command with parameters the SQL. @# (e.g. @0) style parameters are replaced
Public methodDispose
Send the current buffer to the database
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.)
Public methodFlush
Send the current buffer to the database
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPart(String)
Append a part of a command to the SQL
Public methodPart(String, Object)
Append a part of a command with parameters the SQL. @# (e.g. @0) style parameters are replaced
Public methodToString
Render the current buffer to a string
(Overrides ObjectToString.)
Top
See Also