C# 클래스 System.Data.ConstraintStructure

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Columns string[]
ConstraintName string
IsAttribute bool[]
IsConstraintOnly bool
IsNested bool
IsPrimaryKey bool
ReferName string
TableName string

공개 메소드들

메소드 설명
ConstraintStructure ( string tname, string cols, bool isAttr, string cname, bool isPK, string refName, bool isNested, bool isConstraintOnly ) : System

메소드 상세

ConstraintStructure() 공개 메소드

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
리턴 System

프로퍼티 상세

Columns 공개적으로 프로퍼티

public string[] Columns
리턴 string[]

ConstraintName 공개적으로 프로퍼티

public string ConstraintName
리턴 string

IsAttribute 공개적으로 프로퍼티

public bool[] IsAttribute
리턴 bool[]

IsConstraintOnly 공개적으로 프로퍼티

public bool IsConstraintOnly
리턴 bool

IsNested 공개적으로 프로퍼티

public bool IsNested
리턴 bool

IsPrimaryKey 공개적으로 프로퍼티

public bool IsPrimaryKey
리턴 bool

ReferName 공개적으로 프로퍼티

public string ReferName
리턴 string

TableName 공개적으로 프로퍼티

public string TableName
리턴 string