Exemplo n.º 1
0
 public void SetTranslatesStrings()
 {
     if (StringTable == null)
     {
         StringTable = new ConnectionStringTable(this);
     }
 }
Exemplo n.º 2
0
 public void Reset()
 {
     BitNum           = 0;
     Error            = false;
     CompressRelative = false;
     StringBuffer[0]  = 0;
     StringTable      = null;
 }
Exemplo n.º 3
0
 public void SetStringTable(ConnectionStringTable table)
 {
     StringTable = table;
 }