SharpSchedule

BlockManager.Fetch Method

Fetch all Blocks from the database.

Overload List

Fetch all Blocks from the database.

public BlockCollection Fetch();

Fetch a Block from the database.

public Block Fetch(long);

Inherited from AbstractDb.

protected ICollection Fetch(Type);

Inherited from AbstractDb.

protected IEntity Fetch(Type,Key);

See Also

BlockManager Class | Ozanam.Schedule.Store.Database.BlockAccess Namespace