SqlMetaData.TypeName Property
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.
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
.