Table of Contents

Class MySqlColumn

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

Represents an SQL table column.

public sealed class MySqlColumn : SqlColumn, ISqlColumn, ISqlObject
Inheritance
MySqlColumn
Implements
Inherited Members

Remarks

MySqlDialect implementation.

Properties

Database

Database that this object belongs to.

public MySqlDatabase Database { get; }

Property Value

MySqlDatabase

Table

Table that this column belongs to.

public MySqlTable Table { get; }

Property Value

MySqlTable