Class MySqlTable
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
Constraints
Collection of constraints that belong to this table.
public MySqlConstraintCollection Constraints { get; }
Property Value
Database
Database that this object belongs to.
public MySqlDatabase Database { get; }
Property Value
Schema
Schema that this table belongs to.
public MySqlSchema Schema { get; }