This documentation is archived and is not being maintained.
DbPropertyExpression Class
Visual Studio 2010
Provides methods and properties for retrieving an instance property. This class cannot be inherited.
System::Object
System.Data.Common.CommandTrees::DbExpression
System.Data.Common.CommandTrees::DbPropertyExpression
System.Data.Common.CommandTrees::DbExpression
System.Data.Common.CommandTrees::DbPropertyExpression
Assembly: System.Data.Entity (in System.Data.Entity.dll)
The DbPropertyExpression type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ExpressionKind | Gets the kind of the expression, which indicates the operation of this expression. (Inherited from DbExpression.) |
![]() | Instance | Gets or sets a DbExpression that defines the instance from which the property should be retrieved. |
![]() | Property | Gets the property metadata for the property to retrieve. |
![]() | ResultType | Gets the type metadata for the result type of the expression. (Inherited from DbExpression.) |
| Name | Description | |
|---|---|---|
![]() | Accept(DbExpressionVisitor) | Implements the visitor pattern for expressions 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>) | Implements the visitor pattern for expressions 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.) |
![]() | ToKeyValuePair | Creates a new key/value pair based on this property expression. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Implicit(DbPropertyExpression to KeyValuePair<String, DbExpression>) | Creates a new key/value pair based on this property expression. |
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:
