whereNotExists method

MssqlQuery whereNotExists(
  1. MssqlSelectQuery query
)

Implementation

MssqlQuery whereNotExists(MssqlSelectQuery query) =>
    where(MssqlExistsSubquery(query, negated: true));