Class SqliteTable
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
Constraints
Collection of constraints that belong to this table.
public SqliteConstraintCollection Constraints { get; }
Property Value
Database
Database that this object belongs to.
public SqliteDatabase Database { get; }
Property Value
Schema
Schema that this table belongs to.
public SqliteSchema Schema { get; }
Property Value
Methods
ToString()
Returns a string representation of this SqliteTable instance.
[Pure]
public override string ToString()
Returns
- string
String representation.