Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets or sets a string that represents a user-defined type as a parameter.

Namespace:   System.Data.SqlClient
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
Return to top
Show:
© 2017 Microsoft