rebuild method

S rebuild(
  1. MssqlQueryState state
)

Rebuilds this query with new state, returning the same type S.

Generated code overrides recreate so the concrete type and the include list survive every call. This default keeps includes.

Implementation

S rebuild(MssqlQueryState state) => recreate(state, included);