dotConnect for Dynamics 365 Documentation
Devart.Data.Dynamics Namespace / BypassBusinessLogicExecutionType Enumeration

In This Topic
    BypassBusinessLogicExecutionType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum BypassBusinessLogicExecutionType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum BypassBusinessLogicExecutionType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    CustomAsync 
    CustomSync 
    CustomSyncAndAsync 
    None 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Dynamics.BypassBusinessLogicExecutionType

    See Also