public IdentityQueryPlan(offset as Long = 0, limit as Long = -1):
Creates an identity plan with an optional result window.
| Parameter | Description |
|---|---|
offset | Number of source rows skipped. |
limit | Maximum rows, or -1 when unbounded. |
plan = IdentityQueryPlan<User>(0, 25)