Table of Contents

Class VTableColumnSearch.VTableColumnInfo

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class VTableColumnSearch.VTableColumnInfo
Inheritance
VTableColumnSearch.VTableColumnInfo
Inherited Members

Constructors

VTableColumnInfo()

public VTableColumnInfo()

Properties

ColumnName

public string ColumnName { get; set; }

Property Value

string

DataType

public string DataType { get; set; }

Property Value

string

DistinctCount

public int DistinctCount { get; set; }

Property Value

int

DistinctPercent

public decimal DistinctPercent { get; set; }

Property Value

decimal

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?

NonNullCount

public int NonNullCount { get; set; }

Property Value

int

NonNullPercent

public decimal NonNullPercent { get; set; }

Property Value

decimal

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