SQLCatalogQuery.TableName Property | |
This property is provided to override the inherited functionality from the SQLSelect class, as it does not apply to SQLCatalogQuery.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TableName AS USUAL GET
public override Usual TableName { get; }
Request Example
View SourceProperty Value
Type:
UsualThis property is provided to override the inherited functionality from the SQLSelect class, as it does not apply to SQLCatalogQuery.
See Also