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