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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	type As IType, _
	template As String, _
	hasParenthesesIfNoArgs As Boolean _
)
C#
public SQLFunctionTemplate(
	IType type,
	string template,
	bool hasParenthesesIfNoArgs
)
Visual C++
public:
SQLFunctionTemplate(
	IType^ type, 
	String^ template, 
	bool hasParenthesesIfNoArgs
)
JavaScript
NHibernate.Dialect.Function.SQLFunctionTemplate = function(type, template, hasParenthesesIfNoArgs);

Parameters

type
Type: NHibernate.Type..::.IType
template
Type: System..::.String
hasParenthesesIfNoArgs
Type: System..::.Boolean

See Also