Npgsql Api Docs

NpgsqlParameter.NpgsqlDbType Property

Gets or sets the DbType of the parameter.

[Visual Basic]
Public Property NpgsqlDbType As NpgsqlDbType
[C#]
public NpgsqlTypes.NpgsqlDbType NpgsqlDbType {get; set;}

Property Value

One of the DbType values. The default is String.

See Also

NpgsqlParameter Class | Npgsql Namespace