Skip to main content
Version: 4.2.5

IFilterQuery<TEntity, TRow> Interface

Namespace: iCore.Public.Entities
Assembly: iCore.Public.Entities.dll

Represents a query to be executed on an Entity filter, with associated parameters and options where applicable.

public interface IFilterQuery<TEntity,TRow> : IFilterQuery, IDisposable

Implements IFilterQuery, IDisposable

Methods

NameDescription
GetEntities()Gets the entities contained in this query.
GetEntitiesAsync()Asynchronously gets the entities contained in this query.
GetEntitiesAsync(int)Gets the entities resulting from this query, starting at the specified start index.
GetEntitiesAsync(int, int)Gets the specified number of entities resulting from this query, starting at the specified start index.
GetRows()Gets the rows from this query.
GetRowsAsync()Asynchronously gets the rows from this query.
GetRowsAsync(int)Gets the rows resulting from this query, starting at the specified start index.
GetRowsAsync(int, int)Gets the rows resulting from this query, starting at the specified start index.