SqlMetaData.Type 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 common language runtime (CLR) type of a user-defined type (UDT).
public:
property Type ^ Type { Type ^ get(); };
public Type Type { get; }
member this.Type : Type
Public ReadOnly Property Type As Type
Property Value
The CLR type name of a user-defined type as a Type.
Remarks
The default value is null
.
Returns null
if SqlDbType is not a UDT type. Null
may also returned for valid UDT result sets where the assembly is not available to the application.