withoutGlobalScopes method

MssqlQueryState withoutGlobalScopes(
  1. List<MssqlScope> all
)

Implementation

MssqlQueryState withoutGlobalScopes(List<MssqlScope> all) =>
    withScope(scope.withoutGlobalScopes(all));