DbServer.IndexExt Property (Typed) | |
A string representing the default index extension based on the database driver currently linked (for example, ".NTX" for the DBFNTX driver).
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY IndexExt AS STRING GET
public virtual string IndexExt { get; }
Request Example
View SourceProperty Value
Type:
StringA string representing the default index extension based on the database driver currently linked (for example, ".NTX" for the DBFNTX driver).
See Also