Méthode | Description | |
---|---|---|
Attribute ( string name, |
||
Count ( ) : |
||
Domain ( ISimpleDbDomain domain ) : |
||
Function ( string functionName, |
||
Project ( |
||
Query ( |
||
Select ( IEnumerable |
||
ToString ( ) : string |
public static Attribute ( string name, |
||
name | string | |
type | ||
Résultat | AttributeExpression |
public static Domain ( ISimpleDbDomain domain ) : |
||
domain | ISimpleDbDomain | |
Résultat |
public static Function ( string functionName, |
||
functionName | string | |
type | ||
Résultat |
public static Project ( |
||
query | ||
projector | ||
Résultat |
public static Query ( |
||
select | ||
source | ||
where | ||
orderBy | IEnumerable |
|
limit | ||
useConsistency | bool | |
Résultat |
public static Select ( IEnumerable |
||
attributes | IEnumerable |
|
Résultat |