메소드 | 설명 | |
---|---|---|
ActiveRecordMultiQuery ( |
Initializes a new instance of the ActiveRecordMultiQuery class.
|
|
ActiveRecordMultiQuery ( |
Initializes a new instance of the ActiveRecordMultiQuery class.
|
|
Add ( |
Add an
|
|
Enumerate ( ISession session ) : System.Collections.IEnumerable |
(Not Implemented!) Enumerates over the result of the query. Note: Only use if you expect most of your values to already exist in the second level cache!
|
|
Execute ( ISession session ) : object |
Executes the specified query and return the results
|
public ActiveRecordMultiQuery ( |
||
RootType | the root type for all of the queries that will be included in the |
|
리턴 | System |
public ActiveRecordMultiQuery ( |
||
RootType | the root type for all of the queries that will be included in the |
|
activeRecordQueries | an array of |
|
리턴 | System |
public Add ( |
||
activeRecordQuery | ||
리턴 | void |
public Enumerate ( ISession session ) : System.Collections.IEnumerable | ||
session | ISession | |
리턴 | System.Collections.IEnumerable |
public Execute ( ISession session ) : object | ||
session | ISession | The session to execute the query in. |
리턴 | object |