| SqlBatchWriter Class |
Namespace: Innovator.Client
The SqlBatchWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| SqlBatchWriter(IConnection) | Instantiate the writer with a connection | |
| SqlBatchWriter(IConnection, Int32) | Instantiate the writer with a connection and an initial capacity for the internal StringBuilder |
| Name | Description | |
|---|---|---|
| Command | Append a new line (empty command) to the SQL | |
| Command(String) | Append the specified command to the SQL | |
| Command(String, Object) | Append the specified command with parameters the SQL. @# (e.g. @0) style parameters are replaced | |
| Dispose |
Send the current buffer to the database
| |
| 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.) | |
| Flush |
Send the current buffer to the database
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Part(String) | Append a part of a command to the SQL | |
| Part(String, Object) | Append a part of a command with parameters the SQL. @# (e.g. @0) style parameters are replaced | |
| ToString |
Render the current buffer to a string
(Overrides ObjectToString.) |