DbServer.TableExt Property (Typed) | |
Return the Extension for the opened DBF. This is normally .DBF but may be different if a file with a different extension was opened.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TableExt AS STRING GET
public virtual string TableExt { get; }
Request Example
View SourceProperty Value
Type:
StringThe Extension for the opened DBF
See Also