Table of Contents

Class SqliteTable

Namespace
LfrlAnvil.Sqlite.Objects
Assembly
LfrlAnvil.Sqlite.dll

Represents an SQL table.

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

Remarks

SqliteDialect implementation.

Properties

Columns

Collection of columns that belong to this table.

public SqliteColumnCollection Columns { get; }

Property Value

SqliteColumnCollection

Constraints

Collection of constraints that belong to this table.

public SqliteConstraintCollection Constraints { get; }

Property Value

SqliteConstraintCollection

Database

Database that this object belongs to.

public SqliteDatabase Database { get; }

Property Value

SqliteDatabase

Schema

Schema that this table belongs to.

public SqliteSchema Schema { get; }

Property Value

SqliteSchema

Methods

ToString()

Returns a string representation of this SqliteTable instance.

[Pure]
public override string ToString()

Returns

string

String representation.