Gets or sets DataType of a parameter.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public DataType Type { get; set; }
Visual Basic (Declaration)
Public Property Type As DataType
Visual C++
public:
property DataType^ Type {
	DataType^ get ();
	void set (DataType^ value);
}

See Also