Overload List
Name | Description | |
---|---|---|
![]() | AddNamedQuery<(Of <<'(T>)>>)(String) |
Add a named query to the multi query. The result will be contained in a List<(Of <(<'T>)>)> |
![]() | AddNamedQuery(String) |
Add a named query to the multi query
|
![]() | AddNamedQuery<(Of <<'(T>)>>)(String, String) |
Add a named query to the multi query, and associate it with the given key. The result will be contained in a List<(Of <(<'T>)>)> |
![]() | AddNamedQuery(String, String) |
Add a named query to the multi query, and associate it with the given key
|