EntityCommand.CommandTree Property

 

Gets or sets the command tree to execute; only one of the command tree or the command text can be set, not both.

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

public virtual DbCommandTree CommandTree { get; set; }

Property Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbCommandTree

The command tree to execute.