DbLimitExpression.Limit 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 limit on the number of elements returned from the input collection.
public:
property System::Data::Common::CommandTrees::DbExpression ^ Limit { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Limit { get; }
member this.Limit : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Limit As DbExpression
Property Value
An expression that specifies the limit on the number of elements returned from the input collection.
Exceptions
The expression is null
.
The expression is not associated with the command tree of the DbLimitExpression, or is not one of DbConstantExpression or DbParameterReferenceExpression, or its result type is not equal or promotable to a 64-bit integer type.