Overload List
| Name | Description | |
|---|---|---|
| QueryOver<(Of <<'(T>)>>)()()()() |
Creates a new IQueryOver<T> for the entity class.
| |
| QueryOver<(Of <<'(T>)>>)(Expression<(Of <<'(Func<(Of <<'(T>)>>)>)>>)) |
Creates a new IQueryOver<T> for the entity class.
| |
| QueryOver<(Of <<'(T>)>>)(String) |
Creates a new IQueryOver{T}; for the entity class.
| |
| QueryOver<(Of <<'(T>)>>)(String, Expression<(Of <<'(Func<(Of <<'(T>)>>)>)>>)) |
Creates a new IQueryOver{T} for the entity class.
|