Npgsql Api Docs

NpgsqlParameterCollection.AddWithValue Method 

[Visual Basic]
Public Function AddWithValue( _
   ByVal parameterName As String, _
   ByVal value As Object _
) As NpgsqlParameter
[C#]
public NpgsqlParameter AddWithValue(
   string parameterName,
   object value
);

See Also

NpgsqlParameterCollection Class | Npgsql Namespace