Overload List

  NameDescription
Public methodAdd<(Of <<'(T>)>>)(String)
Add the specified HQL query to the multi query. The result will be contained in a List<(Of <(<'T>)>)>
Public methodAdd(String)
Add the specified HQL query to the multi query
Public methodAdd<(Of <<'(T>)>>)(IQuery)
Add the specified HQL query to the multi query. The result will be contained in a List<(Of <(<'T>)>)>
Public methodAdd(IQuery)
Add the specified HQL query to the multi query
Public methodAdd(String, IQuery)
Add the specified HQL query to the multi query, and associate it with the given key
Public methodAdd<(Of <<'(T>)>>)(String, IQuery)
Add the specified HQL query to the multi query, and associate it with the given key. The result will be contained in a List<(Of <(<'T>)>)>
Public methodAdd<(Of <<'(T>)>>)(String, String)
Add the specified HQL Query to the multi query, and associate it with the given key. The result will be contained in a List<(Of <(<'T>)>)>
Public methodAdd(String, String)
Add the specified HQL Query to the multi query, and associate it with the given key
Public methodAdd(Type, IQuery)
Adds the specified query to the query. The result will be contained in a List<(Of <(<'T>)>)>

See Also