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