[Missing <summary> documentation for "P:NHibernate.Dialect.Function.SQLFunctionTemplate.HasArguments"]

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

Syntax

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

Implements

ISQLFunction..::..HasArguments

See Also