C# Class Frapid.DataAccess.Extensions.NpgsqlExtensions

Afficher le fichier Open project: frapid/frapid

Méthodes publiques

Méthode Description
AddWithNullableValue ( this collection, string parameterName, object value ) : Npgsql.NpgsqlParameter

Method Details

AddWithNullableValue() public static méthode

public static AddWithNullableValue ( this collection, string parameterName, object value ) : Npgsql.NpgsqlParameter
collection this
parameterName string
value object
Résultat Npgsql.NpgsqlParameter