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

Syntax

Visual Basic (Declaration)
Public Function WhereClause ( _
	alias As String, _
	columnNames As String(), _
	whereType As IType _
) As SqlString
C#
public SqlString WhereClause(
	string alias,
	string[] columnNames,
	IType whereType
)
Visual C++
public:
SqlString^ WhereClause(
	String^ alias, 
	array<String^>^ columnNames, 
	IType^ whereType
)
JavaScript
function whereClause(alias, columnNames, whereType);

Parameters

alias
Type: System..::.String
columnNames
Type: array< System..::.String >[]()[]
whereType
Type: NHibernate.Type..::.IType

See Also