EntityCommand.CommandTree Proprietà

Definizione

Ottiene o imposta l'albero dei comandi da eseguire; è possibile impostare solo l'albero dei comandi o il testo del comando, non entrambi.

public:
 property System::Data::Common::CommandTrees::DbCommandTree ^ CommandTree { System::Data::Common::CommandTrees::DbCommandTree ^ get(); void set(System::Data::Common::CommandTrees::DbCommandTree ^ value); };
public System.Data.Common.CommandTrees.DbCommandTree CommandTree { get; set; }
member this.CommandTree : System.Data.Common.CommandTrees.DbCommandTree with get, set
Public Property CommandTree As DbCommandTree

Valore della proprietà

Albero dei comandi da eseguire.

Si applica a