Dictionary.Tablesql(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether a table is a SQL table.
public:
virtual bool Tablesql(int _tableId);
public virtual bool Tablesql (int _tableId);
abstract member Tablesql : int -> bool
override this.Tablesql : int -> bool
Public Overridable Function Tablesql (_tableId As Integer) As Boolean
Parameters
- _tableId
- Int32
A tableId system data type that indicates the table ID.
Returns
true if the table is a SQL table; otherwise, false.