C# Class Frapid.DataAccess.Extensions.NpgsqlExtensions

Mostrar archivo Open project: frapid/frapid

Public Methods

Method Description
AddWithNullableValue ( this collection, string parameterName, object value ) : Npgsql.NpgsqlParameter

Method Details

AddWithNullableValue() public static method

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