Sets the prebuilt SqlString to the Where clause

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

Syntax

C#
public SqlSelectBuilder SetWhereClause(
	SqlString whereSqlString
)
Visual Basic
Public Function SetWhereClause ( _
	whereSqlString As SqlString _
) As SqlSelectBuilder
Visual C++
public:
SqlSelectBuilder^ SetWhereClause(
	SqlString^ 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