Table of Contents

Class VTable

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

Constructors

VTable()

public VTable()

Properties

ColumnCount

public int ColumnCount { get; set; }

Property Value

int

DateCreated

public DateTime DateCreated { get; set; }

Property Value

DateTime

DateModified

public DateTime DateModified { get; set; }

Property Value

DateTime

HasClusteredIndex

public bool? HasClusteredIndex { get; set; }

Property Value

bool?

RowCount

public long? RowCount { get; set; }

Property Value

long?

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