Column |
The ColumnMapping type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultValue | Gets the default value | |
| EncryptedColumnId | True if the column should be encrypted | |
| ForeignKey | Gets the foreign key | |
| IsAlwaysJoin | True if always join condition | |
| IsAutoGenerated | True if column is set by database | |
| IsNonNull | Identifies the column must always have a value even if 0 | |
| IsPrimaryKey | True if column is primary key | |
| IsSecret | True if the column is secret | |
| IsUnique | True if the column is unique | |
| JoinFilters | Join filters | |
| Name | Gets the name of the column | |
| SourceProperty | Gets the source property | |
| Table | The table mapping which this column belongs to |