Share via


Dictionary.Typename(Int32) Method

Definition

Provides the name of a specified extended data type.

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

Parameters

_tableId
Int32

Returns

A string that indicates the name of the extended data type.

Applies to