EntitySqlParser Class

 

Public Entity SQL Parser class.

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

System.Object
  System.Data.Entity.Core.Common.EntitySql.EntitySqlParser

public sealed class EntitySqlParser

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodParse(String, DbParameterReferenceExpression[])

Parse the specified query with the specified parameters.

System_CAPS_pubmethodParseLambda(String, DbVariableReferenceExpression[])

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.