Sets the type name for a table-valued parameter.

Namespace: Alachisoft.NCache.Runtime.Dependencies
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public string TypeName { get; set; }
Visual Basic
Public Property TypeName As String
	Get
	Set
Visual C++
public:
property String^ TypeName {
	String^ get ();
	void set (String^ value);
}

See Also