ColumnMapping Properties |
The ColumnMapping type exposes the following members.
Name | Description | |
---|---|---|
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
| |
JoinFilters |
Join filters
| |
Name |
Gets the name of the column
| |
SourceProperty |
Gets the source property
| |
Table |
The table mapping which this column belongs to
|