Class MySqlViewDataField
Represents an SQL view data field.
public sealed class MySqlViewDataField : SqlViewDataField, ISqlViewDataField, ISqlObject
- Inheritance
-
MySqlViewDataField
- Implements
- Inherited Members
Remarks
MySqlDialect implementation.
Properties
Database
Database that this object belongs to.
public MySqlDatabase Database { get; }
Property Value
View
View that this data field belongs to.
public MySqlView View { get; }