Click or drag to resize

FieldPropertiesDeleteBehavior Property

Specifies how mapper deletions should treat the table for which this field is the PK. Default indicates that the mapper should decide. Normally this property is managed in the Tables subform under Mappers. See FieldDeleteBehavior

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
FieldDeleteBehavior DeleteBehavior { get; }

Property Value

Type: FieldDeleteBehavior
Specifies how mapper deletions should treat the table for which this field is the PK. Default indicates that the mapper should decide. Normally this property is managed in the Tables subform under Mappers. See FieldDeleteBehavior
See Also