SharpSchedule

ResourceAccessHelper.Fetch Method

Fetch a list of resources.

Overload List

Fetch a list of resources.

public ResourceCollection Fetch();

Fetch a resource from the database.

public Resource Fetch(long);

Convert the id to a long value and then fetch the resource from the database.

public Resource Fetch(string);

See Also

ResourceAccessHelper Class | Ozanam.Schedule.Web.Database Namespace