C# Class Frapid.DataAccess.Extensions.SqlClientExtensions

Afficher le fichier Open project: frapid/frapid

Méthodes publiques

Méthode Description
AddWithNullableValue ( this collection, string parameterName, object value ) : SqlParameter
AddWithNullableValue ( this collection, string parameterName, object value, string typeName ) : SqlParameter

Method Details

AddWithNullableValue() public static méthode

public static AddWithNullableValue ( this collection, string parameterName, object value ) : SqlParameter
collection this
parameterName string
value object
Résultat System.Data.SqlClient.SqlParameter

AddWithNullableValue() public static méthode

public static AddWithNullableValue ( this collection, string parameterName, object value, string typeName ) : SqlParameter
collection this
parameterName string
value object
typeName string
Résultat System.Data.SqlClient.SqlParameter