VistaDB 6
VistaDB.Provider Namespace / VistaDBParameter Class / SourceVersion Property


In This Topic
    SourceVersion Property
    In This Topic
    Gets or sets the System.Data.DataRowVersion to use when you load System.Data.Common.DbParameter.Value. Gets or sets the DataRowVersion to use when you load Value.
    Syntax
    'Declaration
     
    
    Public Overrides Property SourceVersion As System.Data.DataRowVersion
    'Usage
     
    
    Dim instance As VistaDBParameter
    Dim value As System.Data.DataRowVersion
     
    instance.SourceVersion = value
     
    value = instance.SourceVersion
    public override System.Data.DataRowVersion SourceVersion {get; set;}

    Property Value

    One of the System.Data.DataRowVersion values. The default is Current.
    Exceptions
    ExceptionDescription
    The property is not set to one of the System.Data.DataRowVersion values.
    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