Freigeben über


DbProjectExpression.Projection-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 das DbExpression ab, das die Projektion definiert.

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

Syntax

'Declaration
Public ReadOnly Property Projection As DbExpression 
    Get
'Usage
Dim instance As DbProjectExpression 
Dim value As DbExpression 

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

Eigenschaftswert

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

Siehe auch

Verweis

DbProjectExpression Klasse

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