SharpSchedule

BlockAccessHelper.Fetch Method

Fetch a collection of blocks from the database.

Overload List

Fetch a collection of blocks from the database.

public BlockCollection Fetch();

Fetch the given block from the database.

public Block Fetch(long);

Fetch the given block from the database.

public Block Fetch(string);

See Also

BlockAccessHelper Class | Ozanam.Schedule.Web.Database Namespace