Click or drag to resize

DataAccessRepositoryCreateDataAccessQuery Method

Creates a new data access query for the repository, with the specified filter

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public virtual DataAccessQuery CreateDataAccessQuery(
	DataAccessFilter where = null
)

Parameters

where (Optional)
Type: Aloe.SystemFrameworks.Domain.DataAccessDataAccessFilter
The filter for the new query

Return Value

Type: DataAccessQuery
A new DataAccessQuery, ready for querying the repository
See Also