Method | Description | |
---|---|---|
FieldAttribute ( ) : System |
Initializes a new instance of the FieldAttribute class.
|
|
FieldAttribute ( String column ) : System |
Initializes a new instance of the FieldAttribute class.
|
|
FieldAttribute ( String column, String type ) : System |
Initializes a new instance of the FieldAttribute class.
|
public FieldAttribute ( String column ) : System | ||
column | String | The column name. |
return | System |
public FieldAttribute ( String column, String type ) : System | ||
column | String | The column name |
type | String | The column type. |
return | System |