AbsAggregatable Aggregate Method (DataTable , DataRow )DataBaseExecutors

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

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

public abstract void Aggregate(
	ref DataTable target,
	ref DataRow toRow
)

Parameters

target
Type: System.Data DataTable 

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

toRow
Type: System.Data DataRow 

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

See Also