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


In This Topic
    Row Property (VistaDBRowUpdatedEventArgs)
    In This Topic
    Gets the System.Data.DataRow sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As System.Data.DataRow
    'Usage
     
    
    Dim instance As VistaDBRowUpdatedEventArgs
    Dim value As System.Data.DataRow
     
    value = instance.Row
    public System.Data.DataRow Row {get;}

    Property Value

    The System.Data.DataRow sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet).
    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