Table of Contents

Class SqliteColumn

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

Represents an SQL table column.

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

Remarks

SqliteDialect implementation.

Properties

Database

Database that this object belongs to.

public SqliteDatabase Database { get; }

Property Value

SqliteDatabase

Table

Table that this column belongs to.

public SqliteTable Table { get; }

Property Value

SqliteTable

Methods

ToString()

Returns a string representation of this SqliteColumn instance.

[Pure]
public override string ToString()

Returns

string

String representation.