AJE Components
DataMapping GetDataRows Method AJE Data Asset Engine Help
Functions gets the Data Rows for the Data Context based on the Criteria against the Data Source.

Namespace: AJE.DataAssetEngine
Assembly: AJE.DataAssetEngine (in AJE.DataAssetEngine.dll) Version: 4.0.8187.28944 (4.0.1.1)
Syntax

public List<DataRow> GetDataRows(
	string Criteria = ""
)

Return Value

Type: OnlineList OnlineDataRow 
Remarks

See Also