AbsAggregatable IsTarget Method DataBaseExecutors

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

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

public virtual bool IsTarget(
	ref DataRow crRow,
	ref DataRow row
)

Parameters

crRow
Type: System.Data DataRow 

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

row
Type: System.Data DataRow 

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

Return Value

Type: Boolean

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

See Also