DbModificationCommandTree.Target-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.]
Ruft die DbExpressionBinding ab, die die Zieltabelle für den DML-Vorgang angibt.
Namespace: System.Data.Entity.Core.Common.CommandTrees
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property Target As DbExpressionBinding
Get
'Usage
Dim instance As DbModificationCommandTree
Dim value As DbExpressionBinding
value = instance.Target
public DbExpressionBinding Target { get; }
public:
property DbExpressionBinding^ Target {
DbExpressionBinding^ get ();
}
member Target : DbExpressionBinding
function get Target () : DbExpressionBinding
Eigenschaftswert
Typ: System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding