Overload List
Name | Description | |
---|---|---|
![]() | Add<(Of <<'(T>)>>)(String) |
Add the specified HQL query to the multi query. The result will be contained in a List<(Of <(<'T>)>)> |
![]() | Add(String) |
Add the specified HQL query to the multi query
|
![]() | Add<(Of <<'(T>)>>)(IQuery) |
Add the specified HQL query to the multi query. The result will be contained in a List<(Of <(<'T>)>)> |
![]() | Add(IQuery) |
Add the specified HQL query to the multi query
|
![]() | Add(String, IQuery) |
Add the specified HQL query to the multi query, and associate it with the given key
|
![]() | Add<(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>)>)> |
![]() | Add<(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>)>)> |
![]() | Add(String, String) |
Add the specified HQL Query to the multi query, and associate it with the given key
|
![]() | Add(Type, IQuery) |
Adds the specified query to the query. The result will be contained in a List<(Of <(<'T>)>)> |