Overload List

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

See Also