ParseResult Class

 

Entity SQL Parser result information.

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

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

public sealed class ParseResult

NameDescription
System_CAPS_pubpropertyCommandTree

A command tree produced during parsing.

System_CAPS_pubpropertyFunctionDefinitions

List of FunctionDefinition objects describing query inline function definitions.

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.