Gets or sets the schema the table is in.

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

Syntax

C#
public string Schema { get; set; }
Visual Basic
Public Property Schema As String
	Get
	Set
Visual C++
public:
property String^ Schema {
	String^ get ();
	void set (String^ value);
}

Field Value

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

See Also