Namespace:  NHibernate.Dialect.Function
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property HasArguments As Boolean
C#
public bool HasArguments { get; }
Visual C++
public:
virtual property bool HasArguments {
	bool get () sealed;
}
JavaScript
function get_hasArguments();

Implements

ISQLFunction..::.HasArguments

See Also