DbCommandBuilder::ApplyParameterInfo Method (DbParameter^, DataRow^, StatementType, Boolean)
Allows the provider implementation of the DbCommandBuilder class to handle additional parameter properties.
Assembly: System.Data (in System.Data.dll)
protected: virtual void ApplyParameterInfo( DbParameter^ parameter, DataRow^ row, StatementType statementType, bool whereClause ) abstract
Parameters
- parameter
-
Type:
System.Data.Common::DbParameter^
A DbParameter to which the additional modifications are applied.
- row
-
Type:
System.Data::DataRow^
The DataRow from the schema table provided by GetSchemaTable.
- statementType
-
Type:
System.Data::StatementType
The type of command being generated; INSERT, UPDATE or DELETE.
- whereClause
-
Type:
System::Boolean
true if the parameter is part of the update or delete WHERE clause, false if it is part of the insert or update values.
This method allows an implementation of the DbCommandBuilder class to handle provider-specific parameter properties.
Available since 2.0