SqlParameter.UdtTypeName Property

Definition

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

C#
[System.ComponentModel.Browsable(false)]
public string UdtTypeName { get; set; }
C#
public string UdtTypeName { get; set; }

Property Value

A string that represents the fully qualified name of a user-defined type in the database.

Attributes

Remarks

For a sample demonstrating UdtTypeName, see Retrieving UDT Data.

Applies to

Product Versions
SqlClient .NET Core 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Framework 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Standard 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2