Table of Contents

Interface ISqlView

Namespace
LfrlAnvil.Sql.Objects
Assembly
LfrlAnvil.Sql.Core.dll

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

ISqlViewDataFieldCollection

Info

Represents a full name information of this view.

SqlRecordSetInfo Info { get; }

Property Value

SqlRecordSetInfo

Node

Underlying SqlViewNode instance that represents this view.

SqlViewNode Node { get; }

Property Value

SqlViewNode

Schema

Schema that this view belongs to.

ISqlSchema Schema { get; }

Property Value

ISqlSchema