Overload List

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

See Also