VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class / InsertCommand Property


In This Topic
    InsertCommand Property
    In This Topic
    Gets or sets a command used to insert new records into the data source.
    Syntax
    'Declaration
     
    
    Public Shadows Property InsertCommand As VistaDBCommand
    'Usage
     
    
    Dim instance As VistaDBDataAdapter
    Dim value As VistaDBCommand
     
    instance.InsertCommand = value
     
    value = instance.InsertCommand
    public new VistaDBCommand InsertCommand {get; set;}
    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