This documentation is archived and is not being maintained.
DbSkipExpression Class
Visual Studio 2010
Skips a specified number of elements in the input set. DbSkipExpression can only be used after the input collection has been sorted as specified by the sort keys.
System::Object
System.Data.Common.CommandTrees::DbExpression
System.Data.Common.CommandTrees::DbSkipExpression
System.Data.Common.CommandTrees::DbExpression
System.Data.Common.CommandTrees::DbSkipExpression
Assembly: System.Data.Entity (in System.Data.Entity.dll)
The DbSkipExpression type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets or sets an expression that specifies the number of elements to skip from the input collection. |
![]() | ExpressionKind | Gets the kind of the expression, which indicates the operation of this expression. (Inherited from DbExpression.) |
![]() | Input | Gets the DbExpressionBinding that specifies the input set. |
![]() | ResultType | Gets the type metadata for the result type of the expression. (Inherited from DbExpression.) |
![]() | SortOrder | Gets a DbSortClause list that defines the sort order. |
| 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
DbSkipExpression requires its input collection to have already been sorted. The sort order is represented as the SortOrder property. SortOrder is a list of DbSortClause objects.
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:
