SqlParameter.UdtTypeName Property

Definition

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

[System.ComponentModel.Browsable(false)]
public string UdtTypeName { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.UdtTypeName : string with get, set
Public Property UdtTypeName As String

Property Value

String

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