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


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

    Property Value

    The System.Data.Common.DataTableMapping 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