Table of Contents

Class DbMetaView

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Represents metadata for a database relational view object.

public class DbMetaView : DbMetaObject
Inheritance
DbMetaView
Inherited Members
Extension Methods

Properties

Columns

Gets the collection of schema column metadata objects defined for the view projection.

public List<DbMetaColumn> Columns { get; }

Property Value

List<DbMetaColumn>

Methods

GetFieldNameList()

Generates a comma-separated string list of all column names in the view, separated by newlines.

public string GetFieldNameList()

Returns

string