Catnap.Database.SqlServerCe.SqlServerCeValueConverter.SqlServerCeValueConverter C# (CSharp) Method

SqlServerCeValueConverter() public method

public SqlServerCeValueConverter ( ) : System
return System
        public SqlServerCeValueConverter()
            : base(new DefaultType(), new Dictionary<Type, IType>
        {
            { typeof(bool), new BooleanIntType() },
            { typeof(TimeSpan), new TimespanTicksType() }
        })
        {
        }
SqlServerCeValueConverter