Class SqliteColumn
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
Table
Table that this column belongs to.
public SqliteTable Table { get; }
Property Value
Methods
ToString()
Returns a string representation of this SqliteColumn instance.
[Pure]
public override string ToString()
Returns
- string
String representation.