Class BusinessLogicCreatorProfileBehaviorEnum
defines insertion behaviour of new data
Namespace: Com.Kendox.Dcis.SubSystem.Service.Enumeration
Syntax
public sealed class BusinessLogicCreatorProfileBehaviorEnum : Enum
Fields
Name | Description |
---|---|
DeleteInsert | Delete existing data with the given process id first before new data is inserted |
InsertError | Try to insert new bill, even if data with the given process id exists |
value__ |