DatabasePropertyCollection.Add Method | |
Add a property - value pair to the collection.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax METHOD Add(
key AS DatabasePropertyType,
val AS Object
) AS VOID
public void Add(
DatabasePropertyType key,
Object val
)
Request Example
View SourceParameters
- key
- Type: DatabasePropertyType
Propery to store. - val
- Type: Object
Value to store
See Also