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