Метод | Описание | |
---|---|---|
PropertyAttribute ( ) : System |
Initializes a new instance of the PropertyAttribute class.
|
|
PropertyAttribute ( String column ) : System |
Initializes a new instance of the PropertyAttribute class.
|
|
PropertyAttribute ( String column, String type ) : System |
Initializes a new instance of the PropertyAttribute class.
|
public PropertyAttribute ( String column ) : System | ||
column | String | The column. |
Результат | System |
public PropertyAttribute ( String column, String type ) : System | ||
column | String | The column. |
type | String | The type. |
Результат | System |