Class PostgreSqlView
- Namespace
- LfrlAnvil.PostgreSql.Objects
- Assembly
- LfrlAnvil.PostgreSql.dll
Represents an SQL view.
public sealed class PostgreSqlView : SqlView, ISqlView, ISqlObject
- Inheritance
-
PostgreSqlView
- Implements
- Inherited Members
Remarks
PostgreSqlDialect implementation.
Properties
DataFields
Collection of data fields that belong to this view.
public PostgreSqlViewDataFieldCollection DataFields { get; }
Property Value
Database
Database that this object belongs to.
public PostgreSqlDatabase Database { get; }
Property Value
Schema
Schema that this view belongs to.
public PostgreSqlSchema Schema { get; }