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)
SyntaxFieldDeleteBehavior DeleteBehavior { get; }
ReadOnly Property DeleteBehavior As FieldDeleteBehavior
Get
Property Value
Type:
FieldDeleteBehaviorSpecifies 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