Calls the specified ISQLFunction

Namespace: NHibernate.Criterion
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static IProjection SqlFunction(
	ISQLFunction function,
	IType type,
	params IProjection[] projections
)
Visual Basic
Public Shared Function SqlFunction ( _
	function As ISQLFunction, _
	type As IType, _
	ParamArray projections As IProjection() _
) As IProjection
Visual C++
public:
static IProjection^ SqlFunction(
	ISQLFunction^ function, 
	IType^ type, 
	... array<IProjection^>^ projections
)

Parameters

function
Type: NHibernate.Dialect.Function..::..ISQLFunction
the function.
type
Type: NHibernate.Type..::..IType
The type.
projections
Type: array<NHibernate.Criterion..::..IProjection>[]()[][]
The projections.

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.Projections.SqlFunction(NHibernate.Dialect.Function.ISQLFunction,NHibernate.Type.IType,NHibernate.Criterion.IProjection[])"]

See Also