Click or drag to resize

RowLimitClause Properties

The RowLimitClause type exposes the following members.

Properties
  NameDescription
Public propertyNumRows
Returns the maximum number of rows, or null if using variable.
Public propertyNumRowsVariable
Returns the variable providing maximum number of rows, or null if using constant.
Public propertyOptionalOffsetRows
Returns the offset, or null if using variable or not using offset.
Public propertyOptionalOffsetRowsVariable
Returns the name of the variable providing offset values.
Top
See Also