Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatchDelete Class / CanDelete Method
whether the transaction should be rolled back if some of the nodes cannot be deleted


In This Topic
    CanDelete Method
    In This Topic
    Determines whether all contained batch nodes can be deleted
    Syntax
    'Declaration
     
    
    Public Overridable Function CanDelete( _
       ByVal rollbackOnFail As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NBatchDelete
    Dim rollbackOnFail As System.Boolean
    Dim value As System.Boolean
     
    value = instance.CanDelete(rollbackOnFail)
    public virtual System.bool CanDelete( 
       System.bool rollbackOnFail
    )

    Parameters

    rollbackOnFail
    whether the transaction should be rolled back if some of the nodes cannot be deleted

    Return Value

    true if all nodes can be deleted, otherwise false
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also