The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SqlParameter::UdtTypeName Property
.NET Framework (current version)
Gets or sets a string that represents a user-defined type as a parameter.
Assembly: System.Data (in System.Data.dll)
public: [BrowsableAttribute(false)] property String^ UdtTypeName { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A string that represents the fully qualified name of a user-defined type in the database.
For a sample demonstrating UdtTypeName, see Retrieving UDT Data.
.NET Framework
Available since 2.0
Available since 2.0
Show: