Delete |
The DeleteOptions type exposes the following members.
Name | Description | |
---|---|---|
DeleteOptions | Initializes a new instance of the DeleteOptions class | |
DeleteOptions(Boolean, RecoverIdType) | Initializes a new instance of the DeleteOptions class |
Name | Description | |
---|---|---|
ActiveTypeCustom | Indicates that the RecoverIdType Custom is enabled. | |
ActiveTypeLinkar | Indicates that the RecoverIdType Linkar is enabled. | |
OptimisticLockControl | In the execution of the Delete function, before updating the record, checks out if the record has not been modified by other user. | |
Prefix | A prefix to the code. | |
Separator | The separator between the prefix and the code. The allowed separators list is: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~ |
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ToString |
Composes the Delete options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString) |