Npgsql Api Docs

NpgsqlParameter.DbType Property

Gets or sets the DbType of the parameter.

[Visual Basic]
Overrides Public Property DbType As DbType _
    Implements IDataParameter.DbType
[C#]
public override System.Data.DbType DbType {get; set;}

Property Value

One of the DbType values. The default is String.

Implements

IDataParameter.DbType

See Also

NpgsqlParameter Class | Npgsql Namespace