DatabasePropertyCollection.Add 方法 | |
Add a property - value pair to the collection.
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD Add(
key AS DatabasePropertyType,
val AS Object
) AS VOID
public void Add(
DatabasePropertyType key,
Object val
)
查看代码参数
- key
- 类型:DatabasePropertyType
Propery to store. - val
- 类型:Object
Value to store
参见