C# Class Frapid.DataAccess.Extensions.SqlClientExtensions

Show file Open project: frapid/frapid

Public Methods

Method Description
AddWithNullableValue ( this collection, string parameterName, object value ) : SqlParameter
AddWithNullableValue ( this collection, string parameterName, object value, string typeName ) : SqlParameter

Method Details

AddWithNullableValue() public static method

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

AddWithNullableValue() public static method

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