Click or drag to resize
DbEntitySetOrderBy Method
设置排序条件

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public DbEntity SetOrderBy(
	string orderBy
)

Parameters

orderBy
Type: SystemString
不含 ORDER BY 关键字

Return Value

Type: DbEntity

[Missing <returns> documentation for "M:Adf.Db.DbEntity.SetOrderBy(System.String)"]

See Also