The following tables list the members exposed by the TableColumnMapping type.

Name Description
Public property EntityPropertyName Gets or sets the entity property name to map. (inherited from TableMapping).
Public property IsAutoIncremented Gets or sets a value indicating whether this instance is automatically incremented.
Public property IsPrimaryKey Gets or sets a value indicating whether this instance is primary key.
Public property TableColumnName Gets or sets the relational data store table column name.
Top