VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class / ContinueUpdateOnError Property


In This Topic
    ContinueUpdateOnError Property
    In This Topic
    Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    <ResCategoryAttribute("DataCategory_Update")>
    <ResDescriptionAttribute("DataAdapter_ContinueUpdateOnError")>
    Public Property ContinueUpdateOnError As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBDataAdapter
    Dim value As System.Boolean
     
    instance.ContinueUpdateOnError = value
     
    value = instance.ContinueUpdateOnError
    [System.ComponentModel.DefaultValue(false)]
    [ResCategory("DataCategory_Update")]
    [ResDescription("DataAdapter_ContinueUpdateOnError")]
    public System.bool ContinueUpdateOnError {get; set;}

    Property Value

    true to continue the update without generating an exception; otherwise false. The default is 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