Npgsql API Docs

NpgsqlParameterCollection.Count Property

Gets the number of NpgsqlParameter objects in the collection.

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

Property Value

The number of NpgsqlParameter objects in the collection.

Implements

ICollection.Count

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlParameterCollection.Count

See Also

NpgsqlParameterCollection Class | Npgsql Namespace