Class DbMetaView
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
Methods
GetFieldNameList()
Generates a comma-separated string list of all column names in the view, separated by newlines.
public string GetFieldNameList()