Table of Contents

Class MySqlSchema

Namespace
LfrlAnvil.MySql.Objects
Assembly
LfrlAnvil.MySql.dll

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

MySqlDatabase

Objects

Collection of objects that belong to this schema.

public MySqlObjectCollection Objects { get; }

Property Value

MySqlObjectCollection