Click or drag to resize
AkManagerGetObjectList Method (String, String, Int32)
获取对象集合。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public List<AkObject> GetObjectList(
	string typeName,
	string SQL,
	int limitedCount
)

Parameters

typeName
Type: SystemString
对象类型。
SQL
Type: SystemString
表达式,不允许为空字符串或null。
limitedCount
Type: SystemInt32
限制数目。

Return Value

Type: ListAkObject
对象集合。
See Also