DbJoinExpression.Left-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 linke Eingabe bereitstellt.
Namespace: System.Data.Entity.Core.Common.CommandTrees
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property Left As DbExpressionBinding
Get
'Usage
Dim instance As DbJoinExpression
Dim value As DbExpressionBinding
value = instance.Left
public DbExpressionBinding Left { get; }
public:
property DbExpressionBinding^ Left {
DbExpressionBinding^ get ();
}
member Left : DbExpressionBinding
function get Left () : DbExpressionBinding
Eigenschaftswert
Typ: System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding