Gets or sets the type name for a table-valued parameter.
<BrowsableAttribute(False)> _ Public Property TypeName As String
Dim instance As SqlParameter Dim value As String value = instance.TypeName instance.TypeName = value
[BrowsableAttribute(false)] public string TypeName { get; set; }
[BrowsableAttribute(false)] public: property String^ TypeName { String^ get (); void set (String^ value); }
public function get TypeName () : String public function set TypeName (value : String)