Dictionary.Typename(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 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.