8 references to CqlQuery
System.Data.Entity (8)
System\Data\Common\EntitySql\EntitySqlParser.cs (2)
50
var result =
CqlQuery
.Compile(query, _perspective, null /* parser options - use default */, parameters);
66
DbLambda result =
CqlQuery
.CompileQueryCommandLambda(query, _perspective, null /* parser options - use default */, null /* parameters */, variables);
System\Data\EntityClient\EntityCommand.cs (1)
585
resultTree =
CqlQuery
.Compile(
System\Data\Mapping\ViewGeneration\Utils\ExternalCalls.cs (4)
45
DbCommandTree expr =
CqlQuery
.Compile(viewDef, perspective, parserOptions, null).CommandTree;
67
DbLambda functionBody =
CqlQuery
.CompileQueryCommandLambda(
82
/// Passes thru all excepions coming from <see cref="
CqlQuery
"/>.
101
DbLambda functionBody =
CqlQuery
.CompileQueryCommandLambda(
System\Data\Objects\Internal\EntitySqlQueryState.cs (1)
257
CqlQuery
.CompileQueryCommandLambda(