Table of Contents

Class SqliteSchema

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

Represents an SQL schema.

public sealed class SqliteSchema : SqlSchema, ISqlSchema, ISqlObject
Inheritance
SqliteSchema
Implements
Inherited Members

Remarks

SqliteDialect implementation.

Properties

Database

Database that this object belongs to.

public SqliteDatabase Database { get; }

Property Value

SqliteDatabase

Objects

Collection of objects that belong to this schema.

public SqliteObjectCollection Objects { get; }

Property Value

SqliteObjectCollection