GroupableModelElementMapping Properties |
The GroupableModelElementMapping type exposes the following members.
Name | Description | |
---|---|---|
ActionCombination |
Gets or sets the action combination for the entity mapped onto this target
| |
DriverID |
Gets the driver ID of the database the mapping is for.
| |
Error |
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
| |
FieldMappings |
Gets the entity field mappings.
| |
IsAutoCreated |
Gets or sets a value indicating whether this instance is auto created by code or manually by the user. If true,
code controls the existence of this mapping object, e.g. because it's contained inside another mapping (return element mapping of TVF call)
Default is false.
| |
IsValid |
Gets a value indicating whether this instance is valid.
| |
Item |
Gets the String with the specified column name.
| |
LoggedErrors |
Gets the logged errors.
| |
MappedElement |
Gets the groupable model element mapped by this mapping.
| |
MappedTarget |
Gets /sets the mapped targets.
| |
TypeOfMapping |
Gets the type of mapping.
| |
UsableTargetTypes |
Gets the list of usable target types. This list can be used to filter out targets which aren't a valuable target for this mapping.
|