TOleDbCommandBuilder.GetDeleteCommand(Boolean) Method

<< Click to Display Table of Contents >>

TOleDbCommandBuilder.GetDeleteCommand(Boolean) Method

Gets the automatically generated OleDbCommand object required to perform deletions at the data source, optionally using columns for parameter names.

 

Namespace: CNClrLib.ADONet.OleDb

expandingSyntax

Parameters

UseColumnsForParameterNames

Type: Boolean

Return Value

Type: _OleDbCommand

expandingSee Also