Adds a string to the WhereFragment

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

Syntax

C#
public SqlUpdateBuilder AddWhereFragment(
	string whereSql
)
Visual Basic
Public Function AddWhereFragment ( _
	whereSql As String _
) As SqlUpdateBuilder
Visual C++
public:
SqlUpdateBuilder^ AddWhereFragment(
	String^ whereSql
)

Parameters

whereSql
Type: System..::..String
A well formed sql string with no parameters.

Return Value

The SqlUpdateBuilder

See Also