Share via


Dictionary.Tablename(Int32) Method

Definition

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.

Applies to