Gets or sets the schema the table is in.
Namespace:
NHibernate.MappingAssembly: 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); |