C# Class System.Data.ConstraintStructure

Show file Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
Columns string[]
ConstraintName string
IsAttribute bool[]
IsConstraintOnly bool
IsNested bool
IsPrimaryKey bool
ReferName string
TableName string

Public Methods

Method Description
ConstraintStructure ( string tname, string cols, bool isAttr, string cname, bool isPK, string refName, bool isNested, bool isConstraintOnly ) : System

Method Details

ConstraintStructure() public method

public ConstraintStructure ( string tname, string cols, bool isAttr, string cname, bool isPK, string refName, bool isNested, bool isConstraintOnly ) : System
tname string
cols string
isAttr bool
cname string
isPK bool
refName string
isNested bool
isConstraintOnly bool
return System

Property Details

Columns public property

public string[] Columns
return string[]

ConstraintName public property

public string ConstraintName
return string

IsAttribute public property

public bool[] IsAttribute
return bool[]

IsConstraintOnly public property

public bool IsConstraintOnly
return bool

IsNested public property

public bool IsNested
return bool

IsPrimaryKey public property

public bool IsPrimaryKey
return bool

ReferName public property

public string ReferName
return string

TableName public property

public string TableName
return string