C# Class Npgsql.NpgsqlConnectionStringBuilder.ValueDescription

显示文件 Open project: undeadlabs/Npgsql

Private Methods

Method Description
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.