Table of Contents

Class SqlViewDataField

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

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

view SqlView

View that this data field belongs to.

name string

Data field's name.

Properties

Node

Underlying SqlViewDataFieldNode instance that represents this data field.

public SqlViewDataFieldNode Node { get; }

Property Value

SqlViewDataFieldNode

View

View that this data field belongs to.

public SqlView View { get; }

Property Value

SqlView

Methods

ToString()

Returns a string representation of this SqlViewDataField instance.

[Pure]
public override string ToString()

Returns

string

String representation.