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

Syntax

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

See Also