Exemplo n.º 1
0
        public GenericDbCommand(AbstractDb <TKey> db)
        {
            _displayName = db.DbSource.DisplayName;
            Table        = db.Table;

            _command      = Table.Commands.Current;
            _commandsList = Table.Commands;
        }
Exemplo n.º 2
0
 public SdeDatabase(MultiGrfReader metaGrf)
 {
     _metaGrf = metaGrf;
     Commands = new CommandsHolder();
 }