Gets or sets returned value for a table function.

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

Syntax

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

See Also