whereExists method

MssqlQuery whereExists(
  1. MssqlSelectQuery query
)

Implementation

MssqlQuery whereExists(MssqlSelectQuery query) =>
    where(MssqlExistsSubquery(query, negated: false));