DbServer.DbStructure Property (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY DbStructure AS ARRAY GET
public virtual Array DbStructure { get; }
Request Example
View SourceProperty Value
Type:
ArrayThe original dbstructure array from the DbServer object.
See Also