ConnectionProviderSql.FormatOrder(String, SortingDirection) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| sortProperty | String |
| direction | SortingDirection |
Returns
| Type |
|---|
| String |
See Also
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v26.1.dll
public virtual string FormatOrder(
string sortProperty,
SortingDirection direction
)
Public Overridable Function FormatOrder(
sortProperty As String,
direction As SortingDirection
) As String
| Name | Type |
|---|---|
| sortProperty | String |
| direction | SortingDirection |
| Type |
|---|
| String |