Sets the SqlDbType of the passed 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 CmdParamsType Type { get; set; }
Visual Basic
Public Property Type As CmdParamsType
	Get
	Set
Visual C++
public:
property CmdParamsType Type {
	CmdParamsType get ();
	void set (CmdParamsType value);
}

See Also