Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

RowCollection Constructor

Initializes a new instance of the RowCollection class.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public RowCollection(
	IList<Row> list
)
Public Sub New ( _
	list As IList(Of Row) _
)
public:
RowCollection(
	IList<Row^>^ list
)

Parameters

list
Type: IList<(Of <(<'Row>)>)>
The list.