DbType property

Gets and sets the DbType of the parameter.

Visual Basic syntax

Public Overrides Property DbType As DbType

C# syntax

public override DbType DbType {get;set;}

Remarks

The SADbType and DbType are linked. Therefore, setting the DbType changes the SADbType to a supporting SADbType.

The value must be a member of the SADbType enumerator.