C# 클래스 Npgsql.NpgsqlConnectionStringBuilder.ValueDescription

파일 보기 프로젝트 열기: undeadlabs/Npgsql

비공개 메소드들

메소드 설명
ConvertNativeToString ( object value ) : string
GetImplicitDefault ( Type t ) : IComparable
ValueDescription ( IComparable explicitDefault, bool storeInBase = true, ValueNativeToString nativeToString = null ) : System

Set ImplicitDefault to the default value of explicitDefault's type, and ExplicitDefault to explicitDefault.

ValueDescription ( Type t, bool storeInBase = true, ValueNativeToString nativeToString = null ) : System

Set both ImplicitDefault and ExplicitDefault to the t's default value.