Table of Contents

Class SqliteView

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

Represents an SQL view.

public sealed class SqliteView : SqlView, ISqlView, ISqlObject
Inheritance
SqliteView
Implements
Inherited Members

Remarks

SqliteDialect implementation.

Properties

DataFields

Collection of data fields that belong to this view.

public SqliteViewDataFieldCollection DataFields { get; }

Property Value

SqliteViewDataFieldCollection

Database

Database that this object belongs to.

public SqliteDatabase Database { get; }

Property Value

SqliteDatabase

Schema

Schema that this view belongs to.

public SqliteSchema Schema { get; }

Property Value

SqliteSchema

Methods

ToString()

Returns a string representation of this SqliteView instance.

[Pure]
public override string ToString()

Returns

string

String representation.