This documentation is archived and is not being maintained.
DbLambdaExpression Class
Visual Studio 2010
Allows the application of a lambda function to arguments represented by DbExpression objects.
System::Object
System.Data.Common.CommandTrees::DbExpression
System.Data.Common.CommandTrees::DbLambdaExpression
System.Data.Common.CommandTrees::DbExpression
System.Data.Common.CommandTrees::DbLambdaExpression
Assembly: System.Data.Entity (in System.Data.Entity.dll)
The DbLambdaExpression type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Arguments | Gets a DbExpression list that provides the arguments to which the Lambda function should be applied. |
![]() | ExpressionKind | Gets the kind of the expression, which indicates the operation of this expression. (Inherited from DbExpression.) |
![]() | Lambda | Gets the DbLambda representing the Lambda function applied by this expression. |
![]() | ResultType | Gets the type metadata for the result type of the expression. (Inherited from DbExpression.) |
| Name | Description | |
|---|---|---|
![]() | Accept(DbExpressionVisitor) | The visitor pattern method for expression visitors that do not produce a result value. (Overrides DbExpression::Accept(DbExpressionVisitor).) |
![]() | Accept<TResultType>(DbExpressionVisitor<TResultType>) | Implements the visitor pattern for expressions that produce a result value of a specific type. (Inherited from DbExpression.) |
![]() | Accept<TResultType>(DbExpressionVisitor<TResultType>) | The visitor pattern method for expression visitors that produce a result value of a specific type. (Overrides DbExpression::Accept<TResultType>(DbExpressionVisitor<TResultType>).) |
![]() | Equals | Determines whether the specified Object is equal to the current DbExpression instance. (Inherited from DbExpression.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for the type. (Inherited from DbExpression.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
