Method | Description | |
---|---|---|
CanBeColumn ( |
Determines whether the given expression can be represented as a column in a select expressionss
|
|
Format ( |
Converts the query expression into text of this query language
|
|
IsScalar ( |
Determines whether the CLR type corresponds to a scalar data type in the query language
|
|
Parameterize ( |
Determine which sub-expressions must be parameters
|
|
Quote ( string name ) : string | ||
Translate ( |
Provides language specific query translation. Use this to apply language specific rewrites or to make assertions/validations about the query.
|
public CanBeColumn ( |
||
expression | ||
return | bool |
public Format ( |
||
expression | ||
return | string |
public Parameterize ( |
||
expression | ||
return |
public Translate ( |
||
expression | ||
return |