Does this function have any arguments?

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

Syntax

C#
bool HasArguments { get; }
Visual Basic
ReadOnly Property HasArguments As Boolean
	Get
Visual C++
property bool HasArguments {
	bool get ();
}

See Also