CustomSqlCommandBuilder(DataTable, SqlConnection, DataColumn[], Collection, String, String)
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public CustomSqlCommandBuilder( DataTable dataTable, SqlConnection connection, DataColumn[] allColumns, Collection schemaDataTypeCollection, string openingQuote, string closingQuote )
Parameters
- dataTable
- Type: DataTable
- connection
- Type: SqlConnection
- allColumns
- Type: DataColumn
- schemaDataTypeCollection
- Type: Collection
- openingQuote
- Type: String
- closingQuote
- Type: String