AbsAggregatable createInstance Method DataBaseExecutors

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

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

public abstract AbsAggregatable createInstance(
	ref DataRow row,
	int depth
)

Parameters

row
Type: System.Data DataRow 

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

depth
Type: System Int32

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

Return Value

Type: AbsAggregatable

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

See Also