Class PostgreSqlSchema
- Namespace
- LfrlAnvil.PostgreSql.Objects
- Assembly
- LfrlAnvil.PostgreSql.dll
Represents an SQL schema.
public sealed class PostgreSqlSchema : SqlSchema, ISqlSchema, ISqlObject
- Inheritance
-
PostgreSqlSchema
- Implements
- Inherited Members
Remarks
PostgreSqlDialect implementation.
Properties
Database
Database that this object belongs to.
public PostgreSqlDatabase Database { get; }
Property Value
Objects
Collection of objects that belong to this schema.
public PostgreSqlObjectCollection Objects { get; }