DbFileSpec.IndexNames Property (Typed) | |
The 1-D array of index files with drive, path, file name, and extension information.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY IndexNames AS ARRAY GET SET
public virtual Array IndexNames { get; set; }
Request Example
View SourceProperty Value
Type:
ArrayThe 1-D array of index files with drive, path, file name, and extension information.
Remarks Tip |
---|
It is not required to assign this array when using the OrderSpec:OrderCreate() and OrderSpec:OrderAdd() methods. |
See Also