DbEntitySetOrderBy Method |
设置排序条件
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic DbEntity SetOrderBy(
string orderBy
)
Public Function SetOrderBy (
orderBy As String
) As DbEntity
public:
DbEntity^ SetOrderBy(
String^ orderBy
)
member SetOrderBy :
orderBy : string -> DbEntity
Parameters
- orderBy
- Type: SystemString
不含 ORDER BY 关键字
Return Value
Type:
DbEntity[Missing <returns> documentation for "M:Adf.Db.DbEntity.SetOrderBy(System.String)"]
See Also