DbServer.PaintedStructure Property (Typed) | |
This returns a DBSTRUCT array based on the DataFields and Fieldspecs that were painter in the server editor.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY PaintedStructure AS ARRAY GET
public virtual Array PaintedStructure { get; }
Request Example
View SourceProperty Value
Type:
ArrayA DBSTRUCT array based on the DataFields and Fieldspecs that were painter in the server editor.
See Also