SharpSchedule

AchievementCommentManager.Fetch Method

Fetch all AchievementComment from the database.

Overload List

Fetch all AchievementComment from the database.

public ICollection Fetch();

Fetch a AchievementComment from the database.

public AchievementComment Fetch(long);

Inherited from AbstractDb.

protected ICollection Fetch(Type);

Inherited from AbstractDb.

protected IEntity Fetch(Type,Key);

See Also

AchievementCommentManager Class | Ozanam.Schedule.Store.Database.AchievementAccess Namespace