VistaDB 6
VistaDB.Provider Namespace / VistaDBRowUpdatedEventArgs Class / Errors Property


In This Topic
    Errors Property (VistaDBRowUpdatedEventArgs)
    In This Topic
    Gets any errors generated by the .NET Framework data provider when the System.Data.Common.RowUpdatedEventArgs.Command was executed.
    Syntax
    'Declaration
     
    
    Public Property Errors As System.Exception
    'Usage
     
    
    Dim instance As VistaDBRowUpdatedEventArgs
    Dim value As System.Exception
     
    instance.Errors = value
     
    value = instance.Errors
    public System.Exception Errors {get; set;}

    Property Value

    The errors generated by the .NET Framework data provider when the System.Data.Common.RowUpdatedEventArgs.Command was executed.
    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