Class SqlViewDataField
Represents an SQL view data field.
public abstract class SqlViewDataField : SqlObject, ISqlViewDataField, ISqlObject
- Inheritance
-
SqlViewDataField
- Implements
- Derived
- Inherited Members
Constructors
SqlViewDataField(SqlView, string)
Creates a new SqlViewDataField instance.
protected SqlViewDataField(SqlView view, string name)
Parameters
Properties
Node
Underlying SqlViewDataFieldNode instance that represents this data field.
public SqlViewDataFieldNode Node { get; }
Property Value
View
View that this data field belongs to.
public SqlView View { get; }
Property Value
Methods
ToString()
Returns a string representation of this SqlViewDataField instance.
[Pure]
public override string ToString()
Returns
- string
String representation.