DbFileSpec.Fields Property | |
The 1-D array of DBF fields to copy out to when using the CopyTo() method.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Fields AS USUAL GET SET
public virtual Usual Fields { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe 1-D array of DBF fields to copy out to when using the CopyTo() method.
See Also