Overload List
| Name | Description | |
|---|---|---|
| Add<(Of <<'(T>)>>)(DetachedCriteria) | 
            Adds the specified detached criteria. The result will be contained in a List<(Of <(<'T>)>)>  | |
| Add(DetachedCriteria) | 
            Adds the specified detached criteria.
              | |
| Add(ICriteria) | 
            Adds the specified criteria to the query
              | |
| Add<(Of <<'(T>)>>)(ICriteria) | 
            Adds the specified criteria to the query. The result will be contained in a List<(Of <(<'T>)>)>  | |
| Add<(Of <<'(U>)>>)(IQueryOver) | 
            Adds the specified IQueryOver to the query. The result will be contained in a List<(Of <(<'T>)>)>  | |
| Add<(Of <<'(T>)>>)(IQueryOver<(Of <<'(T>)>>)) | 
            Adds the specified IQueryOver to the query. The result will be contained in a List<(Of <(<'T>)>)>  | |
| Add(String, DetachedCriteria) | 
            Adds the specified detached criteria, and associates it with the given key
              | |
| Add<(Of <<'(T>)>>)(String, DetachedCriteria) | 
            Adds the specified detached criteria, and associates it with the given key. The result will be contained in a List<(Of <(<'T>)>)>  | |
| Add<(Of <<'(T>)>>)(String, ICriteria) | 
            Adds the specified criteria to the query, and associates it with the given key. The result will be contained in a List<(Of <(<'T>)>)>  | |
| Add(String, ICriteria) | 
            Adds the specified criteria to the query, and associates it with the given key
              | |
| Add<(Of <<'(U>)>>)(String, IQueryOver) | 
            Adds the specified IQueryOver to the query, and associates it with the given key. The result will be contained in a List<(Of <(<'T>)>)>  | |
| Add<(Of <<'(T>)>>)(String, IQueryOver<(Of <<'(T>)>>)) | 
            Adds the specified IQueryOver to the query, and associates it with the given key. The result will be contained in a List<(Of <(<'T>)>)>  | |
| Add(Type, ICriteria) | 
            Adds the specified criteria to the query. The result will be contained in a List<(Of <(<'T>)>)>  | |
| Add(Type, IQueryOver) | 
            Adds the specified IQueryOver to the query. The result will be contained in a List<(Of <(<'T>)>)>  |