This documentation is archived and is not being maintained.
DbCrossJoinExpression Class
Visual Studio 2010
Represents an unconditional join operation between the given collection arguments. This class cannot be inherited.
System::Object
System.Data.Common.CommandTrees::DbExpression
System.Data.Common.CommandTrees::DbCrossJoinExpression
System.Data.Common.CommandTrees::DbExpression
System.Data.Common.CommandTrees::DbCrossJoinExpression
Assembly: System.Data.Entity (in System.Data.Entity.dll)
The DbCrossJoinExpression type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ExpressionKind | Gets the kind of the expression, which indicates the operation of this expression. (Inherited from DbExpression.) |
![]() | Inputs | Gets a DbExpressionBinding list that provides the input sets to the join. |
![]() | 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. (Overrides DbExpression::Accept<TResultType>(DbExpressionVisitor<TResultType>).) |
![]() | Accept<TResultType>(DbExpressionVisitor<TResultType>) | Implements the visitor pattern for expressions that produce a result value of a specific type. (Inherited from DbExpression.) |
![]() | 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:
