Back to Devexpress

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

xpo-devexpress-dot-xpo-dot-db-dot-mssqlconnectionprovider-dot-getparametername-x28-devexpress-dot-data-dot-filtering-dot-operandvalue-system-dot-int32-system-dot-boolean-x29.md

latest1.6 KB
Original Source

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

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public override string GetParameterName(
    OperandValue parameter,
    int index,
    ref bool createParameter
)
vb
Public Overrides Function GetParameterName(
    parameter As OperandValue,
    index As Integer,
    ByRef createParameter As Boolean
) As String

Parameters

NameType
parameterOperandValue
indexInt32
createParameterBoolean

Returns

Type
String

See Also

MSSqlConnectionProvider Class

MSSqlConnectionProvider Members

DevExpress.Xpo.DB Namespace