Class SqliteView
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
Database
Database that this object belongs to.
public SqliteDatabase Database { get; }
Property Value
Schema
Schema that this view belongs to.
public SqliteSchema Schema { get; }
Property Value
Methods
ToString()
Returns a string representation of this SqliteView instance.
[Pure]
public override string ToString()
Returns
- string
String representation.