Npgsql Api Docs

NpgsqlCommand.Parameters Property

Gets the NpgsqlParameterCollection.

[Visual Basic]
Overloads Public ReadOnly Property Parameters As NpgsqlParameterCollection
[C#]
new public NpgsqlParameterCollection Parameters {get;}

Property Value

The parameters of the SQL statement or function (stored procedure). The default is an empty collection.

See Also

NpgsqlCommand Class | Npgsql Namespace