C# Class System.Data.ConstraintStructure

显示文件 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_oe property

public string[] Columns
return string[]

ConstraintName public_oe property

public string ConstraintName
return string

IsAttribute public_oe property

public bool[] IsAttribute
return bool[]

IsConstraintOnly public_oe property

public bool IsConstraintOnly
return bool

IsNested public_oe property

public bool IsNested
return bool

IsPrimaryKey public_oe property

public bool IsPrimaryKey
return bool

ReferName public_oe property

public string ReferName
return string

TableName public_oe property

public string TableName
return string