ConnectionProviderSql.GetParameterName(OperandValue, Int32, ref Boolean) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
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