Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在连接上执行 sql 的方法(任何返回数据的 sql 命令),然后将结果绑定到 silverlight datagrid,是否有这样做,
我不想使用强类型对象!
问候
利用
dataGrid1.ItemsSource = new ItemsCollection();
在哪里ItemsSource继承Collection<item>
ItemsSource
Collection<item>
看看这个:在 Silverlight 中绑定数据网格的不同方法,