Пример #1
0
            static DHFormatter()
            {
                RefreshFormatForCurrentThread();

                stringFormatter = new DBCHAR();
                stringFormatter.Attributes.Add(new TrimAttribute('"'));

                boolFormatter = new DBBIT();
                intFormatter  = new DBINT();
            }
Пример #2
0
            static DHFormatter()
            {
                RefreshFormatForCurrentThread();

                stringFormatter = new DBCHAR();
                stringFormatter.Attributes.Add(new TrimAttribute('"'));

                boolFormatter = new DBBIT();
                intFormatter = new DBINT();
            }