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

Syntax

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

Implements

ISQLFunction..::.HasParenthesesIfNoArguments

See Also