Name | Description |
---|---|
ChangeUpdateCheckToNever | Mapping modification that will change the 'UpdateCheck' property to 'Never' for all column mappings. |
MappingModification | Base class for mapping modifications. |
ReplacePascalCaseWithUnderscoreModification | Modification that will map any PascalCased properties to Underscore_Cased database fields. |
UseFieldForAssociationStorage | Modification that will set the 'storage' attribute for association mappings. |