SqlBuilder<(Of <(<'TDbType>)>)>..::..BuildInsertStatement Method
Builds a complete insert statement.
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public void BuildInsertStatement( StringBuilder sql, string tableName, Nullable<string> footer, bool includeIdentityColumn )
Public Sub BuildInsertStatement ( _ sql As StringBuilder, _ tableName As String, _ footer As Nullable(Of String), _ includeIdentityColumn As Boolean _ )
public: void BuildInsertStatement( StringBuilder^ sql, String^ tableName, Nullable<String^> footer, bool^ includeIdentityColumn )
Parameters
- sql
- Type: StringBuilder
The SQL.
- tableName
- Type: String
Name of the table.
- includeIdentityColumn
- Type: Boolean
Include the identity column. Used when performing an identity insert operation.