SqlParameter::TypeName Property

 

Gets or sets the type name for a table-valued parameter.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
[BrowsableAttribute(false)]
property String^ TypeName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The type name of the specified table-valued parameter.

.NET Framework
Available since 2.0
Return to top
Show: