Aracılığıyla paylaş


DbExpressionBuilder.Project(DbExpressionBinding, DbExpression) Yöntem

Tanım

Belirtilen ifadeyi verilen giriş kümesi üzerinde projelendiren yeni DbProjectExpression bir oluşturur.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbProjectExpression ^ Project(System::Data::Common::CommandTrees::DbExpressionBinding ^ input, System::Data::Common::CommandTrees::DbExpression ^ projection);
public static System.Data.Common.CommandTrees.DbProjectExpression Project (this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression projection);
static member Project : System.Data.Common.CommandTrees.DbExpressionBinding * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbProjectExpression
<Extension()>
Public Function Project (input As DbExpressionBinding, projection As DbExpression) As DbProjectExpression

Parametreler

input
DbExpressionBinding

Giriş kümesini belirten bir ifade bağlaması.

projection
DbExpression

Küme üzerinde yansıtacak bir ifade.

Döndürülenler

Projeksiyon işlemini temsil eden yeni bir DbProjectExpression.

Özel durumlar

input veya projection null.

Şunlara uygulanır