DbServer.DbStructure Property | |
Return the original dbstructure array from the DbServer object.
Since this returns the original array and not a copy of it you should be extremely careful not to change it !
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY DbStructure AS USUAL GET
public virtual Usual DbStructure { get; }
Request Example
View SourceProperty Value
Type:
UsualThe original dbstructure array from the DbServer object.
See Also