CurrencyManager  cm=(CurrencyManager)BindingContext[ds,"table"];
cm.position+=1;
cm.position-=1;可以移动记录。而CurrencyManager  cm=(CurrencyManager)BindingContext[ds.table]; 时,cm.position+=1;
cm.position-=1;无法移动记录。不知什么原因?
BindingContext[ds,"table"]与BindingContext[ds.table]到底有什么区别?