[Missing <summary> documentation for "P:NHibernate.Dialect.Schema.AbstractTableMetadata.Schema"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public string Schema { get; protected set; } |
Visual Basic |
---|
Public Property Schema As String Get Protected Set |
Visual C++ |
---|
public: virtual property String^ Schema { String^ get () sealed; protected: void set (String^ value) sealed; } |