| AkObjectListTGetString Method |
根据属性查找第一个业务对象并返回指定属性的字符串值。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic string GetString(
string keyPropName,
string keyValue,
string propName
)
Parameters
- keyPropName
- Type: SystemString
查找的属性名称,忽略大小写。 - keyValue
- Type: SystemString
查找的属性值,大小写敏感。 - propName
- Type: SystemString
获取值的属性名称,忽略大小写。
Return Value
Type:
String获取的属性值,未查找到对象或属性值为null时返回空字符串。
See Also