Home IQuery Interface
Post
Cancel

IQuery Interface

Definition

Namespace: EntityDb.Abstractions.Queries
Assembly: EntityDb.Abstractions

Abstracts a query for an object repository. Possible objects include: agentSignatures, commands, facts, and leases.

1
public interface IQuery

Properties

Skip The number of objects to skip.
Take The number of objects to take.
Options Driver-specific options for this query
This post is licensed under CC BY 4.0 by the author.