DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameter Class / DbType Property

In This Topic
    DbType Property
    In This Topic
    Get or sets the parameter type.
    Syntax
    'Declaration
     
    Public Overrides Property DbType As DbType
    public override DbType DbType {get; set;}
    See Also