AbsAggregatable createInstances Method DataBaseExecutors

[Missing <summary> documentation for "M:DataBaseExecutors.Aggregation.AbsAggregatable.createInstances(System.Data.DataTable@,System.Int32)"]

Namespace: DataBaseExecutors.Aggregation
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public List<AbsAggregatable> createInstances(
	ref DataTable table,
	int depth
)

Parameters

table
Type: System.Data DataTable 

[Missing <param name="table"/> documentation for "M:DataBaseExecutors.Aggregation.AbsAggregatable.createInstances(System.Data.DataTable@,System.Int32)"]

depth
Type: System Int32

[Missing <param name="depth"/> documentation for "M:DataBaseExecutors.Aggregation.AbsAggregatable.createInstances(System.Data.DataTable@,System.Int32)"]

Return Value

Type: List AbsAggregatable 

[Missing <returns> documentation for "M:DataBaseExecutors.Aggregation.AbsAggregatable.createInstances(System.Data.DataTable@,System.Int32)"]

See Also