SharpSchedule

PlacementTypeAccessHelper.Fetch Method (String)

Fetch the placement type that belongs to this id.

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

Parameters

id
The id of the placement type.

Return Value

The placement type identified by this id.

See Also

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