C# Class System.ComponentModel.DataObjectFieldAttribute

Inheritance: System.Attribute
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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 method

public DataObjectFieldAttribute ( bool primaryKey ) : System
primaryKey bool
return System

DataObjectFieldAttribute() public method

public DataObjectFieldAttribute ( bool primaryKey, bool isIdentity ) : System
primaryKey bool
isIdentity bool
return System

DataObjectFieldAttribute() public method

public DataObjectFieldAttribute ( bool primaryKey, bool isIdentity, bool isNullable ) : System
primaryKey bool
isIdentity bool
isNullable bool
return System

DataObjectFieldAttribute() public method

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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int