Freigeben über


HistoryOperation.CommandTrees-Eigenschaft

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Eine Sequenz von Befehlen, die die Vorgänge darstellt, die auf die Verlaufstabelle angewendet werden.

Namespace:  System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property CommandTrees As IList(Of DbModificationCommandTree)
    Get
'Usage
Dim instance As HistoryOperation 
Dim value As IList(Of DbModificationCommandTree)

value = instance.CommandTrees
public IList<DbModificationCommandTree> CommandTrees { get; }
public:
property IList<DbModificationCommandTree^>^ CommandTrees {
    IList<DbModificationCommandTree^>^ get ();
}
member CommandTrees : IList<DbModificationCommandTree>
function get CommandTrees () : IList<DbModificationCommandTree>

Eigenschaftswert

Typ: System.Collections.Generic.IList<DbModificationCommandTree>

Siehe auch

Verweis

HistoryOperation Klasse

System.Data.Entity.Migrations.Model-Namespace