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


In This Topic
    Row Property (VistaDBRowUpdatingEventArgs)
    In This Topic
    Gets the System.Data.DataRow that will be sent to the server as part of an insert, update, or delete operation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As System.Data.DataRow
    'Usage
     
    
    Dim instance As VistaDBRowUpdatingEventArgs
    Dim value As System.Data.DataRow
     
    value = instance.Row
    public System.Data.DataRow Row {get;}

    Property Value

    The System.Data.DataRow to send 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