Skip to main content
A newer version of this page is available. .

ConnectionProviderSql.GetParameterName(OperandValue, Int32, ref Boolean) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v19.2.dll

Declaration

public abstract string GetParameterName(
    OperandValue parameter,
    int index,
    ref bool createParameter
)

Parameters

Name Type
parameter OperandValue
index Int32
createParameter Boolean

Returns

Type
String
See Also