Namespace:  NHibernate.Hql
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function ScalarName ( _
	x As Integer, _
	y As Integer _
) As String
C#
public static string ScalarName(
	int x,
	int y
)
Visual C++
public:
static String^ ScalarName(
	int x, 
	int y
)
JavaScript
NHibernate.Hql.NameGenerator.scalarName = function(x, y);

Parameters

x
Type: System..::.Int32
y
Type: System..::.Int32

See Also