C# Class JPB.DataAccess.Query.QueryEagerEnumerator

Inheritance: IEnumerator, IDisposable
Afficher le fichier Open project: JPVenson/DataAccess

Méthodes publiques

Méthode Description
Dispose ( ) : void
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Méthode Description
Load ( ) : void

Mehtod for async loading this will bring us some m secs

QueryEagerEnumerator ( IQueryContainer queryContainer, Type type ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void