Table of Contents

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

PostgreSqlViewDataFieldCollection

Database

Database that this object belongs to.

public PostgreSqlDatabase Database { get; }

Property Value

PostgreSqlDatabase

Schema

Schema that this view belongs to.

public PostgreSqlSchema Schema { get; }

Property Value

PostgreSqlSchema