VistaDB 6
VistaDB.Provider Namespace / VistaDBCommand Class / UpdatedRowSource Property


In This Topic
    UpdatedRowSource Property
    In This Topic
    Gets or sets how command results are applied to the System.Data.DataRow when used by the Update method of a System.Data.Common.DbDataAdapter. Gets or sets how command results are applied to the DataRow when used by the Update method of a VistaDBDataAdapter.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property UpdatedRowSource As System.Data.UpdateRowSource
    'Usage
     
    
    Dim instance As VistaDBCommand
    Dim value As System.Data.UpdateRowSource
     
    instance.UpdatedRowSource = value
     
    value = instance.UpdatedRowSource
    public override System.Data.UpdateRowSource UpdatedRowSource {get; set;}

    Property Value

    One of the System.Data.UpdateRowSource values. The default is Both unless the command is automatically generated. Then the default is None.
    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