SqlMetaData.TypeName Property

Definition

Gets the three-part name of the user-defined type (UDT) or the SQL Server type represented by the instance.

public:
 property System::String ^ TypeName { System::String ^ get(); };
public string TypeName { get; }
member this.TypeName : string
Public ReadOnly Property TypeName As String

Property Value

The name of the UDT or SQL Server type as a String.

Remarks

The default value is null.

Applies to