프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Column | string | ||
Property | string | ||
Type | string |
메소드 | 설명 | |
---|---|---|
ClassMapColDefinition ( ) : System |
Empty constructor
|
|
ClassMapColDefinition ( string name, string column, string type ) : System |
Constructor to populate all the needed properties.
|
public ClassMapColDefinition ( string name, string column, string type ) : System | ||
name | string | The object property name. |
column | string | The data source column name. |
type | string | The data type (optional). |
리턴 | System |