点击或拖拽改变大小

DatabasePropertyCollection.Add 方法

X#
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
查看代码

参数

key
类型:DatabasePropertyType
Propery to store.
val
类型:Object
Value to store
参见