SharpSchedule

PlacementCategoryAccessHelper.Fetch Method (String)

Fetch the placement category that belongs to this id.

[Visual Basic]
Overloads Public Function Fetch( _
   ByVal id As String _
) As PlacementCategory
[C#]
public PlacementCategory Fetch(
   string id
);

Parameters

id
The id of the placement category.

Return Value

The placement category identified by this id.

See Also

PlacementCategoryAccessHelper Class | Ozanam.Schedule.Web.Database Namespace | PlacementCategoryAccessHelper.Fetch Overload List