Interface ISqlView
Represents an SQL view.
public interface ISqlView : ISqlObject
- Inherited Members
- Extension Methods
Properties
DataFields
Collection of data fields that belong to this view.
ISqlViewDataFieldCollection DataFields { get; }
Property Value
Info
Represents a full name information of this view.
SqlRecordSetInfo Info { get; }
Property Value
Node
Underlying SqlViewNode instance that represents this view.
SqlViewNode Node { get; }
Property Value
Schema
Schema that this view belongs to.
ISqlSchema Schema { get; }