Class SqliteViewDataField
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
View
View that this data field belongs to.
public SqliteView View { get; }
Property Value
Methods
ToString()
Returns a string representation of this SqliteViewDataField instance.
[Pure]
public override string ToString()
Returns
- string
String representation.