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

Syntax

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

See Also