AbsAggregatable MakeCriteriaFromId Method DataBaseExecutors

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

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

public virtual void MakeCriteriaFromId(
	string id,
	ref DataRow row
)

Parameters

id
Type: System String

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

row
Type: System.Data DataRow 

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

See Also