Overload List

  NameDescription
Public methodQueryOver<(Of <<'(T>)>>)()()()()
Creates a new IQueryOver<T> for the entity class.
Public methodQueryOver<(Of <<'(T>)>>)(Expression<(Of <<'(Func<(Of <<'(T>)>>)>)>>))
Creates a new IQueryOver<T> for the entity class.
Public methodQueryOver<(Of <<'(T>)>>)(String)
Creates a new IQueryOver{T}; for the entity class.
Public methodQueryOver<(Of <<'(T>)>>)(String, Expression<(Of <<'(Func<(Of <<'(T>)>>)>)>>))
Creates a new IQueryOver{T} for the entity class.

See Also