DbServer.Rdds Property (Typed) | |
This returns the list of RDDs that were passed to the DbServer constructor.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Rdds AS ARRAY GET
public virtual Array Rdds { get; }
Request Example
View SourceProperty Value
Type:
ArrayThe list of RDDs that were passed to the DbServer constructor.
See Also