DbServer.FieldDesc Property (Typed) | |
This returns an empty array. For servers that were painted in the DbServer editor this returns the array of DataFields.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY FieldDesc AS ARRAY GET
public virtual Array FieldDesc { get; }
Request Example
View SourceProperty Value
Type:
ArrayAn empty array. For servers that were painted in the DbServer editor this returns the array of DataFields.
See Also