Click or drag to resize

DatabasePropertyCollection.Add Method

X#
Add a property - value pair to the collection.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 METHOD Add(
	key AS DatabasePropertyType,
	val AS Object
) AS VOID
Request Example View Source

Parameters

key
Type: DatabasePropertyType
Propery to store.
val
Type: Object
Value to store
See Also