Proprietà DbCommandTree.CommandTreeKind
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Ottiene il tipo di questo albero dei comandi.
Spazio dei nomi: System.Data.Entity.Core.Common.CommandTrees
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property CommandTreeKind As DbCommandTreeKind
Get
'Utilizzo
Dim instance As DbCommandTree
Dim value As DbCommandTreeKind
value = instance.CommandTreeKind
public abstract DbCommandTreeKind CommandTreeKind { get; }
public:
virtual property DbCommandTreeKind CommandTreeKind {
DbCommandTreeKind get () abstract;
}
abstract CommandTreeKind : DbCommandTreeKind
abstract function get CommandTreeKind () : DbCommandTreeKind
Valore proprietà
Tipo: System.Data.Entity.Core.Common.CommandTrees.DbCommandTreeKind
Tipo di questo albero dei comandi.