Overload List

  NameDescription
Public methodAddNamedQuery<(Of <<'(T>)>>)(String)
Add a named query to the multi query. The result will be contained in a List<(Of <(<'T>)>)>
Public methodAddNamedQuery(String)
Add a named query to the multi query
Public methodAddNamedQuery<(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>)>)>
Public methodAddNamedQuery(String, String)
Add a named query to the multi query, and associate it with the given key

See Also