Click or drag to resize

ColumnMapping Properties

The ColumnMapping type exposes the following members.

Properties
  NameDescription
Public propertyForeignKey
Gets the foreign key
Public propertyIsAlwaysJoin
True if always join condition
Public propertyIsAutoGenerated
True if column is set by database
Public propertyIsNonNull
Identifies the column must always have a value even if 0
Public propertyIsPrimaryKey
True if column is primary key
Public propertyIsSecret
True if the column is secret
Public propertyJoinFilters
Join filters
Public propertyName
Gets the name of the column
Public propertySourceProperty
Gets the source property
Public propertyTable
The table mapping which this column belongs to
Top
See Also