SharpSchedule

ICommand.GetFetch Method

Constructs and returns a command object that knows how to fetch all entities.

Overload List

Constructs and returns a command object that knows how to fetch all entities.

IDbCommand GetFetch();

Constructs and returns a command object that knows how to fetch an entity by the id given.

IDbCommand GetFetch(long);

See Also

ICommand Interface | Ozanam.Schedule.Store.Database Namespace