次の方法で共有


DbExpressionBuilder.Project(DbExpressionBinding, DbExpression) メソッド

定義

指定された入力セットに対して指定された式を射影する新しい DbProjectExpression を作成します。

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

パラメーター

input
DbExpressionBinding

入力セットを指定する式バインディング。

projection
DbExpression

セットに対して射影する式。

戻り値

射影操作を表す新しい DbProjectExpression。

例外

input または projection が null です。

適用対象