Share via


Dictionary.Tablename2id(String) Method

Definition

Provides the ID for a specified table, based on the table name.

public:
 virtual int Tablename2id(System::String ^ _name);
public virtual int Tablename2id (string _name);
abstract member Tablename2id : string -> int
override this.Tablename2id : string -> int
Public Overridable Function Tablename2id (_name As String) As Integer

Parameters

_name
String

A string that indicates the table name.

Returns

A tableId system data type value that indicates the table ID; 0 (zero) if you pass a name value for a nonexistent table.

Applies to