Suoranta.EnterpriseLib.Linq Namespace
Classes
| Class | Description | |
|---|---|---|
|
|
EntityQuery<(Of <(<'TEntity>)>)> | |
|
|
EntityQuery<(Of <(<'TEntity, TOrderKey>)>)> |
Base class for classes that model entity search forms in accordance to app-specific filtration
rules. Note that it is needless to have individual service class for individual search forms or
entity classes. One service class should serve numerous forms.
Asynchronous and paged query operations
|
|
|
EntityQueryExtensions |
Extension methods
|
|
|
NewPageEventArgs | |
|
|
Paged<(Of <(<'TResult>)>)> |
Wrapper of EntityQuery that enables paging and asynchronous querying.
|
|
|
PagedResultSet<(Of <(<'TResult>)>)> |
Provides container for paged results
|
|
|
QueryException |
Base class for exceptions related to the query executions
|
|
|
QueryOrderingException |
QueryException related ordering of entities in the result set
|

