Edit

Share via


DbSkipExpression.Count Property

Definition

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.

Applies to