Freigeben über


DbProjectExpression.Input-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 Eingabeset angibt.

Namespace:  System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property Input As DbExpressionBinding 
    Get
'Usage
Dim instance As DbProjectExpression 
Dim value As DbExpressionBinding 

value = instance.Input
public DbExpressionBinding Input { get; }
public:
property DbExpressionBinding^ Input {
    DbExpressionBinding^ get ();
}
member Input : DbExpressionBinding
function get Input () : DbExpressionBinding

Eigenschaftswert

Typ: System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding

Siehe auch

Verweis

DbProjectExpression Klasse

System.Data.Entity.Core.Common.CommandTrees-Namespace