SqlParameter.TypeName Property

Definition

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

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

Property Value

String

The type name of the specified table-valued parameter.

Attributes

Applies to