Click or drag to resize

CqlParameterDbType Property

Gets or sets the DbType of the parameter.

Namespace:  Dse.Data
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public override DbType DbType { get; set; }

Property Value

Type: DbType

Implements

IDataParameterDbType
See Also