Npgsql Api Docs

NpgsqlParameterCollection.Count Property

Gets the number of NpgsqlParameter objects in the collection.

[Visual Basic]
Overrides Public ReadOnly Property Count As Integer _
    Implements ICollection.Count
[C#]
public override int Count {get;}

Property Value

The number of NpgsqlParameter objects in the collection.

Implements

ICollection.Count

See Also

NpgsqlParameterCollection Class | Npgsql Namespace