Namespaces

Types

Type NamedSQLQueryDefinition

Namespace NHibernate.Engine

Parent NamedQueryDefinition

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public properties

string CacheRegion get;

return string

string Comment get;

return string

int FetchSize get;

return int

FlushMode FlushMode get;

return FlushMode

bool IsCacheable get;

return bool

bool IsCallable get;

return bool

bool IsReadOnly get;

return bool

IDictionary ParameterTypes get;

return IDictionary

string Query get;

return string

ISQLQueryReturn[] QueryReturns get;

return ISQLQueryReturn[]

IList QuerySpaces get;

return IList

string QueryString get;

return string

string ResultSetRef get;

return string

int Timeout get;

return int