Прочетете на английски Редактиране

Споделяне чрез


DbExpressionBuilder.Project(DbExpressionBinding, DbExpression) Method

Definition

Creates a new DbProjectExpression that projects the specified expression over the given input set.

C#
public static System.Data.Common.CommandTrees.DbProjectExpression Project(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression projection);

Parameters

input
DbExpressionBinding

An expression binding that specifies the input set.

projection
DbExpression

An expression to project over the set.

Returns

A new DbProjectExpression that represents the projection operation.

Exceptions

input or projection is null.

Applies to

Продукт Версии
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1