Npgsql Api Docs

NpgsqlParameter.Size Property

Gets or sets the maximum size, in bytes, of the data within the column.

[Visual Basic]
Overrides Public Property Size As Integer _
    Implements IDbDataParameter.Size
[C#]
public override int Size {get; set;}

Property Value

The maximum size, in bytes, of the data within the column. The default value is inferred from the parameter value.

Implements

IDbDataParameter.Size

See Also

NpgsqlParameter Class | Npgsql Namespace