Npgsql API Docs

NpgsqlParameter.DbType Property

Gets or sets the DbType of the parameter.

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

Property Value

One of the DbType values. The default is String.

Implements

IDataParameter.DbType

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlParameter.DbType

See Also

NpgsqlParameter Class | Npgsql Namespace