标签: c#
如何在特定事件中绑定数据表,例如何时删除记录或将数据添加到数据库?
例如:
if(CHANGE IN DATABASE[TABLE]) { (bind data table) } else { (display old bound data table) }