메소드 | 설명 | |
---|---|---|
ColumnInfo ( string columnName, DbType dbType, |
Initialises a new instance of the ColumnInfo class.
|
public ColumnInfo ( string columnName, DbType dbType, |
||
columnName | string | The name of the column in the database table. |
dbType | DbType | The |
propertyInfo | The property info for the property the column maps to. | |
isIdentifier | bool | A value indicating whether column is the table identifier column (primary key). |
allowInsert | bool | true if the column can be inserted, otherwise false. |
allowUpdate | bool | true if the column can be updated, otherwise false. |
sequenceName | string | The name of the sequence which generates the identifier value or null if sequences are not used. |
리턴 | System |