Gets or sets the returned value type.

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

Syntax

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

See Also