Table of Contents

Class MySqlIndex

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

Represents an SQL index constraint.

public sealed class MySqlIndex : SqlIndex, ISqlIndex, ISqlConstraint, ISqlObject
Inheritance
MySqlIndex
Implements
Inherited Members

Remarks

MySqlDialect implementation.

Properties

Columns

Collection of columns that define this index.

public SqlIndexedArray<MySqlColumn> Columns { get; }

Property Value

SqlIndexedArray<MySqlColumn>

Database

Database that this object belongs to.

public MySqlDatabase Database { get; }

Property Value

MySqlDatabase

Table

Table that this constraint is attached to.

public MySqlTable Table { get; }

Property Value

MySqlTable