Метод | Описание | |
---|---|---|
ScalarQuery ( |
Initializes a new instance of the ScalarQuery class.
|
|
ScalarQuery ( |
Initializes a new instance of the ScalarQuery class.
|
Метод | Описание | |
---|---|---|
InternalEnumerate ( ISession session ) : IEnumerable |
Creates a single-position object array containing the query's scalar result.
|
|
InternalExecute ( ISession session ) : object |
Executes the query and returns its scalar result.
|
protected InternalEnumerate ( ISession session ) : IEnumerable | ||
session | ISession | The NHibernate's |
Результат | IEnumerable |
protected InternalExecute ( ISession session ) : object | ||
session | ISession | The NHibernate's |
Результат | object |
public ScalarQuery ( |
||
targetType | Type of the target. | |
queryLanguage | QueryLanguage | The query language. |
query | string | The query. |
Результат | System |
public ScalarQuery ( |
||
targetType | Type of the target. | |
query | string | The query. |
Результат | System |