SharpSchedule

AbstractDb.Fetch Method (Type)

Fetch all the entity objects from the database.

[Visual Basic]
Overloads Protected Function Fetch( _
   ByVal type As Type _
) As ICollection
[C#]
protected ICollection Fetch(
   Type type
);

Parameters

type
The type of entity that is to be retrived.

Return Value

A collection of entities.

See Also

AbstractDb Class | Ozanam.Schedule.Store.Database Namespace | AbstractDb.Fetch Overload List