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 | NpgsqlCommand.Parameters Overload List


Parameters Property
Npgsql Api Docs

NpgsqlCommand.Parameters Property

Gets the NpgsqlParameterCollection.

[Visual Basic]
Overloads Public ReadOnly Property Parameters As DbParameterCollection
[C#]
new public System.Data.Common.DbParameterCollection 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 | NpgsqlCommand.Parameters Overload List