Table of Contents

Class VTableColumn

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

Constructors

VTableColumn()

public VTableColumn()

Properties

ColumnName

public string ColumnName { get; set; }

Property Value

string

DataType

public string DataType { get; set; }

Property Value

string

DefaultValue

public string DefaultValue { 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

TableId

public int TableId { get; set; }

Property Value

int

TableName

public string TableName { get; set; }

Property Value

string