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 |
public DataObjectFieldAttribute ( bool primaryKey ) : System | ||
primaryKey | bool | |
return | System |
public DataObjectFieldAttribute ( bool primaryKey, bool isIdentity ) : System | ||
primaryKey | bool | |
isIdentity | bool | |
return | System |
public DataObjectFieldAttribute ( bool primaryKey, bool isIdentity, bool isNullable ) : System | ||
primaryKey | bool | |
isIdentity | bool | |
isNullable | bool | |
return | System |
public DataObjectFieldAttribute ( bool primaryKey, bool isIdentity, bool isNullable, int length ) : System | ||
primaryKey | bool | |
isIdentity | bool | |
isNullable | bool | |
length | int | |
return | System |