DbFunctionCommandTree Class
Represents a function invocation expressed as a canonical command tree.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Common.CommandTrees.DbCommandTree
System.Data.Entity.Core.Common.CommandTrees.DbFunctionCommandTree
Name | Description | |
---|---|---|
![]() | DbFunctionCommandTree(MetadataWorkspace, DataSpace, EdmFunction, TypeUsage, IEnumerable<KeyValuePair<String, TypeUsage>>) | Constructs a new DbFunctionCommandTree that uses the specified metadata workspace, data space and function metadata. |
Name | Description | |
---|---|---|
![]() | CommandTreeKind | Gets or sets the command tree kind.(Overrides DbCommandTree.CommandTreeKind.) |
![]() | DataSpace | Gets the data space in which metadata used by this command tree must reside.(Inherited from DbCommandTree.) |
![]() | EdmFunction | Gets the EdmFunction that represents the function to invoke. |
![]() | MetadataWorkspace | Gets the metadata workspace used by this command tree.(Inherited from DbCommandTree.) |
![]() | Parameters | Gets the name and corresponding type of each parameter that can be referenced within this command tree.(Inherited from DbCommandTree.) |
![]() | ResultType | Gets the result type of the function; currently constrained to be a Collection of RowTypes. Unlike typical RowType instance, merely indicates name/type not parameter order. |
![]() | UseDatabaseNullSemantics | Gets whether the command tree uses the null semantics for the database.(Inherited from DbCommandTree.) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of the DbCommandTree.(Inherited from DbCommandTree.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.