DbCommandTree.CommandTreeKind, propriété
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
Obtient le type de cette arborescence de commandes.
Espace de noms : System.Data.Entity.Core.Common.CommandTrees
Assembly : EntityFramework (dans EntityFramework.dll)
'Déclaration
Public MustOverride ReadOnly Property CommandTreeKind As DbCommandTreeKind
Get
'Utilisation
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
Type : System.Data.Entity.Core.Common.CommandTrees.DbCommandTreeKind
Type de cette arborescence de commandes.