| AkObjectGetObjectList Method (String, String, Int32) |
获取对象集合。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static List<AkObject> GetObjectList(
string typeName,
string SQL,
int limitedCount
)
Parameters
- typeName
- Type: SystemString
类型名称。 - SQL
- Type: SystemString
表达式。 - limitedCount
- Type: SystemInt32
限制数目。
Return Value
Type:
ListAkObject对象集合。
See Also