Table of Contents

Class VViewColumn

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class VViewColumn
Inheritance
VViewColumn
Inherited Members

Constructors

VViewColumn()

public VViewColumn()

Properties

ColumnName

public string ColumnName { get; set; }

Property Value

string

DataType

public string DataType { get; set; }

Property Value

string

IsIdentity

public bool? IsIdentity { get; set; }

Property Value

bool?

IsRequired

public bool? IsRequired { get; set; }

Property Value

bool?

MaximumLength

public int? MaximumLength { get; set; }

Property Value

int?

OrdinalPosition

public int? OrdinalPosition { get; set; }

Property Value

int?

SchemaId

public int SchemaId { get; set; }

Property Value

int

SchemaName

public string SchemaName { get; set; }

Property Value

string

ViewId

public int ViewId { get; set; }

Property Value

int

ViewName

public string ViewName { get; set; }

Property Value

string