Iterator Constructor

Initializes a new instance of the Iterator class.

Definition

Namespace: Firefly.Box.Data.UnderConstruction
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Iterator(
	Entity e,
	params ColumnBase[] columns
)

Parameters

e  Entity
The e based on which this Iterator will be created
columns  ColumnBase
The columns based on which this Iterator will be created

See Also