SQLSelect.TableName Property (Typed) | |
A string representing the name of the table.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TableName AS STRING GET
public virtual string TableName { get; }
Request Example
View SourceProperty Value
Type:
StringA string representing the name of the table.
See Also