Click or drag to resize

DataAccessQuery Constructor

Initializes a new instance of the DataAccessQuery class.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public DataAccessQuery(
	string queryName = "",
	DataAccessFilter where = null,
	int maxRows = 0,
	int startingRow = 0
)

Parameters

queryName (Optional)
Type: SystemString
Name of the query.
where (Optional)
Type: Aloe.SystemFrameworks.Domain.DataAccessDataAccessFilter
The filtering
maxRows (Optional)
Type: SystemInt32
The maximum rows
startingRow (Optional)
Type: SystemInt32
The starting row.
See Also