[Missing <summary> documentation for "N:NHibernate.Engine.Query.Sql"]

Classes

  ClassDescription
Public classNativeSQLQueryCollectionReturn
Represents a return defined as part of a native sql query which names a collection role in the form {classname}.{collectionrole}; it is used in defining a custom sql query for loading an entity's collection in non-fetching scenarios (i.e., loading the collection itself as the "root" of the result).
Public classNativeSQLQueryJoinReturn
Represents a return defined as part of a native sql query which names a fetched role.
Public classNativeSQLQueryNonScalarReturn
Represents the base information for a non-scalar return defined as part of a native sql query.
Public classNativeSQLQueryRootReturn
Represents a return defined as part of a native sql query which names a "root" entity. A root entity means it is explicitly a "column" in the result, as opposed to a fetched relationship or role.
Public classNativeSQLQueryScalarReturn
Describes a scalar return in a native SQL query.
Public classNativeSQLQuerySpecification

Interfaces

  InterfaceDescription
Public interfaceINativeSQLQueryReturn
Describes a return in a native SQL query.