DatabasePropertyCollection.GetValue 方法 (String) | |
Get the value for a property
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD GetValue(
cProp AS STRING
) AS Object
public Object GetValue(
string cProp
)
查看代码参数
- cProp
- 类型:String
Property name to look for.
返回值
类型:
ObjectThe value from the collection or an empty value of the right type.
参见