Class MySqlSchema
Represents an SQL schema.
public sealed class MySqlSchema : SqlSchema, ISqlSchema, ISqlObject
- Inheritance
-
MySqlSchema
- Implements
- Inherited Members
Remarks
MySqlDialect implementation.
Properties
Database
Database that this object belongs to.
public MySqlDatabase Database { get; }
Property Value
Objects
Collection of objects that belong to this schema.
public MySqlObjectCollection Objects { get; }