C# Class Cucumber.SimpleDb.Linq.Structure.SimpleDbExpression

Inheritance: System.Linq.Expressions.Expression
Afficher le fichier Open project: rexm/SimpleDb.Net

Méthodes publiques

Méthode Description
Attribute ( string name, Type type ) : AttributeExpression
Count ( ) : CountExpression
Domain ( ISimpleDbDomain domain ) : DomainExpression
Function ( string functionName, Type type ) : FunctionExpression
Project ( QueryExpression query, Expression projector ) : ProjectionExpression
Query ( SelectExpression select, Expression source, Expression where, IEnumerable orderBy, Expression limit, bool useConsistency ) : QueryExpression
Select ( IEnumerable attributes ) : SelectExpression
ToString ( ) : string

Method Details

Attribute() public static méthode

public static Attribute ( string name, Type type ) : AttributeExpression
name string
type System.Type
Résultat AttributeExpression

Count() public static méthode

public static Count ( ) : CountExpression
Résultat CountExpression

Domain() public static méthode

public static Domain ( ISimpleDbDomain domain ) : DomainExpression
domain ISimpleDbDomain
Résultat DomainExpression

Function() public static méthode

public static Function ( string functionName, Type type ) : FunctionExpression
functionName string
type System.Type
Résultat FunctionExpression

Project() public static méthode

public static Project ( QueryExpression query, Expression projector ) : ProjectionExpression
query QueryExpression
projector System.Linq.Expressions.Expression
Résultat ProjectionExpression

Query() public static méthode

public static Query ( SelectExpression select, Expression source, Expression where, IEnumerable orderBy, Expression limit, bool useConsistency ) : QueryExpression
select SelectExpression
source System.Linq.Expressions.Expression
where System.Linq.Expressions.Expression
orderBy IEnumerable
limit System.Linq.Expressions.Expression
useConsistency bool
Résultat QueryExpression

Select() public static méthode

public static Select ( IEnumerable attributes ) : SelectExpression
attributes IEnumerable
Résultat SelectExpression

ToString() public méthode

public ToString ( ) : string
Résultat string