Initializes a new instance of the ParameterOrderRef class

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

Syntax

C#
public ParameterOrderRef(
	ParameterBase parameter,
	int order,
	bool isDescending
)
Visual Basic (Declaration)
Public Sub New ( _
	parameter As ParameterBase, _
	order As Integer, _
	isDescending As Boolean _
)
Visual C++
public:
ParameterOrderRef(
	ParameterBase^ parameter, 
	int order, 
	bool isDescending
)

Parameters

parameter
Type: PerpetuumSoft.DataModel.MsSql..::.ParameterBase
order
Type: System..::.Int32
isDescending
Type: System..::.Boolean

See Also