DbApplyExpression.Apply-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 das Funktionselement angibt, das für jedes Element im Eingabeset aufgerufen wird.
Namespace: System.Data.Entity.Core.Common.CommandTrees
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property Apply As DbExpressionBinding
Get
'Usage
Dim instance As DbApplyExpression
Dim value As DbExpressionBinding
value = instance.Apply
public DbExpressionBinding Apply { get; }
public:
property DbExpressionBinding^ Apply {
DbExpressionBinding^ get ();
}
member Apply : DbExpressionBinding
function get Apply () : DbExpressionBinding
Eigenschaftswert
Typ: System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding