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