Table of Contents

Class ViewColumn

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

epresents ViewColumn

public class ViewColumn
Inheritance
ViewColumn
Inherited Members

Constructors

ViewColumn()

Defult constructor

public ViewColumn()

Properties

IsKey

Shows if ViewColumn is a key column

public bool IsKey { get; set; }

Property Value

bool

Name

ViewColumn Name

public string Name { get; set; }

Property Value

string

Type

Defines ViewColumn data type

public TypeCode Type { get; set; }

Property Value

TypeCode

TypeCode

To top