SharpSchedule

ActivityManager.Fetch Method

Fetch all Activitys from the database.

Overload List

Fetch all Activitys from the database.

public ICollection Fetch();

Fetch a Activity from the database.

public Activity Fetch(long);

Inherited from AbstractDb.

protected ICollection Fetch(Type);

Inherited from AbstractDb.

protected IEntity Fetch(Type,Key);

See Also

ActivityManager Class | Ozanam.Schedule.Store.Database.ActivityAccess Namespace