FunctionDefinition Class

 

Entity SQL query inline function definition, returned as a part of ParseResult.

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

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

public sealed class FunctionDefinition

NameDescription
System_CAPS_pubpropertyEndPosition

End position of the function definition in the eSQL query text.

System_CAPS_pubpropertyLambda

Function body and parameters.

System_CAPS_pubpropertyName

Function name.

System_CAPS_pubpropertyStartPosition

Start position of the function definition in the eSQL query text.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

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.