C# Class RunningObjects.Core.Query.Query

Afficher le fichier Open project: edurdias/RunningObjects Class Usage Examples

Private Properties

Свойство Type Description
GetAppliedQuery IQueryable

Méthodes publiques

Méthode Description
Execute ( bool flush = null ) : IQueryable
Query ( Type modelType, IQueryable source ) : System

Private Methods

Méthode Description
GetAppliedQuery ( ) : IQueryable

Method Details

Execute() public méthode

public Execute ( bool flush = null ) : IQueryable
flush bool
Résultat IQueryable

Query() public méthode

public Query ( Type modelType, IQueryable source ) : System
modelType System.Type
source IQueryable
Résultat System