Gets or sets the schema the table is in.

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

Syntax

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

Field Value

The schema the table is in or nullNothingnullptra null reference (Nothing in Visual Basic) if no schema is specified.

See Also