Click or drag to resize
OrderByConfigGetOrderByExpr Method
获取类型的排序表达式

包含 order by 关键字

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetOrderByExpr(
	AkType type
)

Parameters

type
Type: Appkit.DataAkType

Return Value

Type: String
See Also