C# Class System.ComponentModel.DataObjectFieldAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

DataObjectFieldAttribute() public méthode

public DataObjectFieldAttribute ( bool primaryKey ) : System
primaryKey bool
Résultat System

DataObjectFieldAttribute() public méthode

public DataObjectFieldAttribute ( bool primaryKey, bool isIdentity ) : System
primaryKey bool
isIdentity bool
Résultat System

DataObjectFieldAttribute() public méthode

public DataObjectFieldAttribute ( bool primaryKey, bool isIdentity, bool isNullable ) : System
primaryKey bool
isIdentity bool
isNullable bool
Résultat System

DataObjectFieldAttribute() public méthode

public DataObjectFieldAttribute ( bool primaryKey, bool isIdentity, bool isNullable, int length ) : System
primaryKey bool
isIdentity bool
isNullable bool
length int
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int