Overload List

  NameDescription
Public methodWhere(Expression<(Of <<'(Func<(Of <<'(Boolean>)>>)>)>>))
Subquery expression in the format .Where(() => alias.Property [==, !=, >, etc.] detachedQueryOver.As<propertyType>())
Public methodWhere(Expression<(Of <<'(Func<(Of <<'(TSubType, Boolean>)>>)>)>>))
Subquery expression in the format .Where(t => t.Property [==, !=, >, etc.] detachedQueryOver.As<propertyType>())

See Also