Interface ISqlViewDataField
Represents an SQL view data field.
public interface ISqlViewDataField : ISqlObject
- Inherited Members
Properties
Node
Underlying SqlViewDataFieldNode instance that represents this data field.
SqlViewDataFieldNode Node { get; }
Property Value
View
View that this data field belongs to.
ISqlView View { get; }