SharpSchedule

RepeatTypeManager.Fetch Method

Fetch all RepeatTypes from the database.

Overload List

Fetch all RepeatTypes from the database.

public RepeatTypeCollection Fetch();

Fetch a RepeatType from the database.

public RepeatType Fetch(long);

Inherited from AbstractDb.

protected ICollection Fetch(Type);

Inherited from AbstractDb.

protected IEntity Fetch(Type,Key);

See Also

RepeatTypeManager Class | Ozanam.Schedule.Store.Database.ScheduleAccess Namespace