Table of Contents

Class SqlSchema

Namespace
LfrlAnvil.Sql.Objects
Assembly
LfrlAnvil.Sql.Core.dll

Represents an SQL schema.

public abstract class SqlSchema : SqlObject, ISqlSchema, ISqlObject
Inheritance
SqlSchema
Implements
Derived
Inherited Members

Constructors

SqlSchema(SqlDatabase, SqlSchemaBuilder, SqlObjectCollection)

Creates a new SqlSchema instance.

protected SqlSchema(SqlDatabase database, SqlSchemaBuilder builder, SqlObjectCollection objects)

Parameters

database SqlDatabase

Database that this schema belongs to.

builder SqlSchemaBuilder

Source builder.

objects SqlObjectCollection

Collection of objects that belong to this schema.

Properties

Objects

Collection of objects that belong to this schema.

public SqlObjectCollection Objects { get; }

Property Value

SqlObjectCollection