EntitySqlParser.ParseLambda Method (String, DbVariableReferenceExpression[])

 

Parse a specific query with a specific set variables and produce a DbLambda .

Namespace:   System.Data.Entity.Core.Common.EntitySql
Assembly:  EntityFramework (in EntityFramework.dll)

public DbLambda ParseLambda(
	string query,
	params DbVariableReferenceExpression[] variables
)

Parameters

query
Type: System.String

The query to be parsed.

variables
Type: System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression[]

The optional query variables.

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbLambda

The ParseResult containing DbCommandTree and information describing inline function definitions if any.