Table of Contents

Class VPrimaryKey

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

Constructors

VPrimaryKey()

public VPrimaryKey()

Properties

ColumnName

public string ColumnName { get; set; }

Property Value

string

ConstraintName

public string ConstraintName { get; set; }

Property Value

string

DataType

public string DataType { get; set; }

Property Value

string

IsIdentity

public bool IsIdentity { get; set; }

Property Value

bool

SchemaName

public string SchemaName { get; set; }

Property Value

string

TableName

public string TableName { get; set; }

Property Value

string