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


In This Topic
    BaseCommand Property
    In This Topic
    Gets or sets the System.Data.IDbCommand object for an instance of this class.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Property BaseCommand As System.Data.IDbCommand
    'Usage
     
    
    Dim instance As VistaDBRowUpdatingEventArgs
    Dim value As System.Data.IDbCommand
     
    instance.BaseCommand = value
     
    value = instance.BaseCommand
    protected override System.Data.IDbCommand BaseCommand {get; set;}

    Property Value

    The System.Data.IDbCommand to execute during the 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