Dictionary.Tablename(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.
Provides the name of a specified table.
public:
virtual System::String ^ Tablename(int _tableId);
public virtual string Tablename (int _tableId);
abstract member Tablename : int -> string
override this.Tablename : int -> string
Public Overridable Function Tablename (_tableId As Integer) As String
Parameters
- _tableId
- Int32
A tableId system data type that indicates the table ID.
Returns
A string that indicates the table name; UNKNOWN if you pass a tableId value that does not exist.
Remarks
The method returns UNKNOWN if you pass a tableId value that does not exist.