Click or drag to resize
AkResultSetGetRow Method (String)
获取 id (ObjectId) 为指定值的行

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public AkResultRow GetRow(
	string id
)

Parameters

id
Type: SystemString
行标识。

Return Value

Type: AkResultRow
查找到的行。
See Also