The IMultiCriteria type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(DetachedCriteria) | 
            Adds the specified detached criteria.
              | |
| Add(ICriteria) | 
            Adds the specified criteria to the query
              | |
| Add(String, DetachedCriteria) | 
            Adds the specified detached criteria, and associates it with the given key
              | |
| Add(String, ICriteria) | 
            Adds the specified criteria to the query, and associates it with the given key
              | |
| 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>)>)>  | |
| Add<(Of <<'(T>)>>)(DetachedCriteria) | 
            Adds the specified detached criteria. The result will be contained in a List<(Of <(<'T>)>)>  | |
| 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<(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<(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>)>)>  | |
| ForceCacheRefresh | 
             Force a cache refresh
              | |
| GetResult | 
            Returns the result of one of the Criteria based on the key
              | |
| List | 
            Get all the results
              | |
| SetCacheable | 
            Sets whatevert this criteria is cacheable.
              | |
| SetCacheRegion | 
             Set the cache region for thie criteria
              | |
| SetResultTransformer | 
            Sets the result transformer for all the results in this mutli criteria instance
              |