Class LimitPart
Represents the LIMIT clause of a SQL statement.
public sealed class LimitPart : SqlStatementPart
- Inheritance
-
LimitPart
- Inherited Members
- Extension Methods
Constructors
LimitPart(SqlSegment)
Initializes a new instance of the LimitPart class.
public LimitPart(SqlSegment segment)
Parameters
segmentSqlSegmentThe segment describing the LIMIT clause.