[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBuilderBase.GetParameterPlaceholder

GetParameterPlaceholder Method

GetParameterPlaceholder(int)

Returns the placeholder for the parameter in the associated SQL statement.

Declaration
protected override string GetParameterPlaceholder(int parameterOrdinal)
Parameters
Type Name Description
int parameterOrdinal
Returns
Type Description
string
Overrides