C# 클래스 System.ComponentModel.DataObjectFieldAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
DataObjectFieldAttribute ( bool primaryKey ) : System
DataObjectFieldAttribute ( bool primaryKey, bool isIdentity ) : System
DataObjectFieldAttribute ( bool primaryKey, bool isIdentity, bool isNullable ) : System
DataObjectFieldAttribute ( bool primaryKey, bool isIdentity, bool isNullable, int length ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

메소드 상세

DataObjectFieldAttribute() 공개 메소드

public DataObjectFieldAttribute ( bool primaryKey ) : System
primaryKey bool
리턴 System

DataObjectFieldAttribute() 공개 메소드

public DataObjectFieldAttribute ( bool primaryKey, bool isIdentity ) : System
primaryKey bool
isIdentity bool
리턴 System

DataObjectFieldAttribute() 공개 메소드

public DataObjectFieldAttribute ( bool primaryKey, bool isIdentity, bool isNullable ) : System
primaryKey bool
isIdentity bool
isNullable bool
리턴 System

DataObjectFieldAttribute() 공개 메소드

public DataObjectFieldAttribute ( bool primaryKey, bool isIdentity, bool isNullable, int length ) : System
primaryKey bool
isIdentity bool
isNullable bool
length int
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int