Overload List
Name | Description | |
---|---|---|
WhereAll(Expression<(Of <<'(Func<(Of <<'(Boolean>)>>)>)>>)) |
Subquery expression in the format
.WhereAll(() => alias.Property [==, !=, >, etc.] detachedQueryOver.As<propertyType>())
| |
WhereAll(Expression<(Of <<'(Func<(Of <<'(TSubType, Boolean>)>>)>)>>)) |
Subquery expression in the format
.WhereAll(t => t.Property [==, !=, >, etc.] detachedQueryOver.As<propertyType>())
|