Table of Contents

Class MySqlTable

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

Represents an SQL table.

public sealed class MySqlTable : SqlTable, ISqlTable, ISqlObject
Inheritance
MySqlTable
Implements
Inherited Members

Remarks

MySqlDialect implementation.

Properties

Columns

Collection of columns that belong to this table.

public MySqlColumnCollection Columns { get; }

Property Value

MySqlColumnCollection

Constraints

Collection of constraints that belong to this table.

public MySqlConstraintCollection Constraints { get; }

Property Value

MySqlConstraintCollection

Database

Database that this object belongs to.

public MySqlDatabase Database { get; }

Property Value

MySqlDatabase

Schema

Schema that this table belongs to.

public MySqlSchema Schema { get; }

Property Value

MySqlSchema