Method | Description | |
---|---|---|
ActiveRecordCriteriaQuery ( |
Initializes a new instance of the ActiveRecordCriteriaQuery class.
|
|
ActiveRecordCriteriaQuery ( |
Initializes a new instance of the ActiveRecordCriteriaQuery class.
|
Method | Description | |
---|---|---|
InternalExecute ( ISession session ) : object |
Executes the query.
|
public ActiveRecordCriteriaQuery ( |
||
targetType | The target type. | |
detachedCriteria | DetachedCriteria | Criteria applied to the query |
return | System |
public ActiveRecordCriteriaQuery ( |
||
targetType | The target type. | |
criterias | ICriterion | Criteria applied to the query |
return | System |
protected InternalExecute ( ISession session ) : object | ||
session | ISession | The |
return | object |