DbExpressionBuilder.Lambda Method
.NET Framework 4.5
Creates a DbLambda with the specified inline Lambda function implementation and formal parameters.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Lambda(DbExpression, IEnumerable<DbVariableReferenceExpression>) | Creates a DbLambda with the specified inline Lambda function implementation and formal parameters. |
|
Lambda(DbExpression, DbVariableReferenceExpression[]) | Creates a DbLambda with the specified inline Lambda function implementation and formal parameters. |