FunctionDefinition Class
Entity SQL query inline function definition, returned as a part of ParseResult.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | EndPosition | End position of the function definition in the eSQL query text. |
![]() | Lambda | Function body and parameters. |
![]() | Name | Function name. |
![]() | StartPosition | Start position of the function definition in the eSQL query text. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.