Gets or sets the sql string that should be a part of the where clause.

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

Syntax

Visual Basic (Declaration)
Public Overrides Property Where As String
C#
public override string Where { get; set; }
Visual C++
public:
virtual property String^ Where {
	String^ get () override;
	void set (String^ value) override;
}
JavaScript
function get_where();
function set_where(value);

Field Value

The sql string that should be a part of the where clause.

See Also