Table of Contents

Class SqliteViewDataField

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

Represents an SQL view data field.

public sealed class SqliteViewDataField : SqlViewDataField, ISqlViewDataField, ISqlObject
Inheritance
SqliteViewDataField
Implements
Inherited Members

Remarks

SqliteDialect implementation.

Properties

Database

Database that this object belongs to.

public SqliteDatabase Database { get; }

Property Value

SqliteDatabase

View

View that this data field belongs to.

public SqliteView View { get; }

Property Value

SqliteView

Methods

ToString()

Returns a string representation of this SqliteViewDataField instance.

[Pure]
public override string ToString()

Returns

string

String representation.