C# Class System.Data.ConstraintStructure

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Свойство Type Description
Columns string[]
ConstraintName string
IsAttribute bool[]
IsConstraintOnly bool
IsNested bool
IsPrimaryKey bool
ReferName string
TableName string

Méthodes publiques

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

Method Details

ConstraintStructure() public méthode

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
Résultat System

Property Details

Columns public_oe property

public string[] Columns
Résultat string[]

ConstraintName public_oe property

public string ConstraintName
Résultat string

IsAttribute public_oe property

public bool[] IsAttribute
Résultat bool[]

IsConstraintOnly public_oe property

public bool IsConstraintOnly
Résultat bool

IsNested public_oe property

public bool IsNested
Résultat bool

IsPrimaryKey public_oe property

public bool IsPrimaryKey
Résultat bool

ReferName public_oe property

public string ReferName
Résultat string

TableName public_oe property

public string TableName
Résultat string