Namespaces

Types

Type ClassicAvgFunction

Namespace NHibernate.Dialect.Function

Parent ClassicAggregateFunction

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 Render(IList args, ISessionFactoryImplementor factory)

Parameters
return string
IList args
ISessionFactoryImplementor factory

IType ReturnType(IType columnType, IMapping mapping)

Parameters
return IType
IType columnType
IMapping mapping

string ToString()

Parameters
return string

Public properties

bool HasArguments get;

return bool

bool HasParenthesesIfNoArguments get;

return bool