Does this function have any arguments?

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

Syntax

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

See Also