Click or drag to resize

DbServer.DbStructure Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: Array
The original dbstructure array from the DbServer object.
See Also