EntitySqlParser Class
.NET Framework (current version)
Represents the Public Entity SQL Parser class.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Parse(String^, array<DbParameterReferenceExpression^>^) | Parse the specified query with the specified parameters. |
![]() | ParseLambda(String^, array<DbVariableReferenceExpression^>^) | Parse a specific query with a specific set variables and produce a DbLambda. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
.NET Framework
Available since 4.5
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:
