DbSkipExpression.Count Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an expression that specifies the number of elements to skip from the input collection.
public:
property System::Data::Common::CommandTrees::DbExpression ^ Count { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Count { get; }
member this.Count : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Count As DbExpression
Property Value
An expression that specifies the number of elements to skip from the input collection.
Exceptions
The expression is null
.
The expression is not associated with the command tree of the DbSkipExpression; the expression is not either a DbConstantExpression or a DbParameterReferenceExpression;
or the result type of the expression is not equal or promotable to a 64-bit integer type.