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