SharpSchedule

BlockAccessHelper.Fetch Method (Int64)

Fetch the given block from the database.

[Visual Basic]
Overloads Public Function Fetch( _
   ByVal id As Long _
) As Block
[C#]
public Block Fetch(
   long id
);

Parameters

id
Id of the block to fetch.

Return Value

A schedule object.

See Also

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