SharpSchedule

StaffManager.Fetch Method

Fetch all Staffs from the database.

Overload List

Fetch all Staffs from the database.

public StaffCollection Fetch();

Fetch a Staff from the database.

public Staff Fetch(long);

Inherited from AbstractDb.

protected ICollection Fetch(Type);

Inherited from AbstractDb.

protected IEntity Fetch(Type,Key);

See Also

StaffManager Class | Ozanam.Schedule.Store.Database.StaffAccess Namespace