dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniParameter Class / UniDbType Property

In This Topic
    UniDbType Property
    In This Topic
    Gets or sets the UniDbType of the parameter.
    Syntax
    'Declaration
     
    Public Property UniDbType As UniDbType
    public UniDbType UniDbType {get; set;}

    Property Value

    A UniDbType value that is the UniDbType of the parameter. The default value is UniDbType.VarChar.
    Remarks
    The UniDbType and DbType are linked. Therefore, setting the DbType changes the UniDbType to a supporting UniDbType.

    For a list of the supported data types, see the appropriate UniDbType member. For more information, see "Using Parameters with a DataAdapter" in the Microsoft .NET Framework SDK documentation.

    See Also