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


In This Topic
    DbType Property
    In This Topic
    Gets or sets the System.Data.DbType of the parameter. Gets or sets the DbType of the parameter.
    Syntax
    'Declaration
     
    
    Public Overrides Property DbType As System.Data.DbType
    'Usage
     
    
    Dim instance As VistaDBParameter
    Dim value As System.Data.DbType
     
    instance.DbType = value
     
    value = instance.DbType
    public override System.Data.DbType DbType {get; set;}

    Property Value

    One of the System.Data.DbType values. The default is System.Data.DbType.String.
    Exceptions
    ExceptionDescription
    The property is not set to a valid System.Data.DbType.
    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