Click or drag to resize

DeleteOptions Class

Linkar Framework for .NET and Core


Object that works as an argument in Delete function and defines the function options.
Inheritance Hierarchy
SystemObject
  Linkar.FunctionsDeleteOptions

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public class DeleteOptions

The DeleteOptions type exposes the following members.

Constructors
 NameDescription
Public methodDeleteOptions Initializes a new instance of the DeleteOptions class
Public methodDeleteOptions(Boolean, RecoverIdType) Initializes a new instance of the DeleteOptions class
Top
Properties
 NameDescription
Public propertyActiveTypeCustom Indicates that the RecoverIdType Custom is enabled.
Public propertyActiveTypeLinkar Indicates that the RecoverIdType Linkar is enabled.
Public propertyOptimisticLockControl In the execution of the Delete function, before updating the record, checks out if the record has not been modified by other user.
Public propertyPrefix A prefix to the code.
Public propertySeparator The separator between the prefix and the code. The allowed separators list is: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString Composes the Delete options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString)
Top
See Also