public TableEnumerator(ObjectStatementCollection table)
 {
     this._table    = table;
     this._version  = this._table._version;
     this._position = -1;
 }
Ejemplo n.º 2
0
 public TableEnumerator(ObjectStatementCollection table)
 {
     _table    = table;
     _version  = _table._version;
     _position = -1;
 }
 public TableEnumerator(ObjectStatementCollection table)
 {
     this._table = table;
     this._version = this._table._version;
     this._position = -1;
 }