Sets the prebuilt SqlString to the Where clause

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

Syntax

Visual Basic (Declaration)
Public Function SetWhereClause ( _
	whereSqlString As SqlString _
) As SqlSelectBuilder
C#
public SqlSelectBuilder SetWhereClause(
	SqlString whereSqlString
)
Visual C++
public:
SqlSelectBuilder^ SetWhereClause(
	SqlString^ whereSqlString
)
JavaScript
function setWhereClause(whereSqlString);

Parameters

whereSqlString
Type: NHibernate.SqlCommand..::.SqlString
The SqlString that contains the sql and parameters to add to the WHERE

Return Value

This SqlSelectBuilder

See Also