Appkit 基础类库
Appkit 基础类库
Appkit.Data
AkObjectList(T) Class
AkObjectList(T) Methods
AddOrderItem Method
AddSortItem Method
ClearSortItems Method
Convert Method
Find Method
Get Method
GetDouble Method
GetInt Method
GetLastErrMsg Method
GetLastResult Method
GetLimit Method
GetQuery Method
GetString Method
GetSubList(TList) Method
GetXML Method
Group Method
Load Method
LoadAndIterate(TList) Method
LoadByIdstr Method
LoadWithPagination Method
Output Method
ReplaceTag Method
SetLimit Method
SetQuery Method
SetQueryText Method
Shrink(TList) Method
Sort Method
SortNew(TList) Method
ToJson Method
AkObjectList
T
SetQuery Method
设置查询,将源查询的筛选及子查询复制到当前集合的查询。
用于加载前的准备,支持链式操作。
Namespace:
Appkit.Data
Assembly:
Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
Copy
public
AkObjectList
<T>
SetQuery
(
AkQuery
source
)
Parameters
source
Type:
Appkit.Data
AkQuery
源查询
Return Value
Type:
AkObjectList
T
当前集合。
See Also
Reference
AkObjectList
T
Class
Appkit.Data Namespace