Dbc.DumpProperties Method | |
Dump the conents of a properties collection.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax STATIC METHOD DumpProperties(
nSpace AS LONG,
Properties AS DatabasePropertyCollection
) AS VOID
public static void DumpProperties(
int nSpace,
DatabasePropertyCollection Properties
)
Request Example
View SourceParameters
- nSpace
- Type: Long
- Properties
- Type: DatabasePropertyCollection
See Also