C# 클래스 Frapid.DataAccess.Extensions.SqlClientExtensions

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
AddWithNullableValue ( this collection, string parameterName, object value ) : SqlParameter
AddWithNullableValue ( this collection, string parameterName, object value, string typeName ) : SqlParameter

메소드 상세

AddWithNullableValue() 공개 정적인 메소드

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

AddWithNullableValue() 공개 정적인 메소드

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