如何在空的 Bindingsource 中获取项目的数据类型?

How to get the Data type of items in an empty Bindingsource?

我有一个绑定到实体的绑定源。

当绑定源至少有一个元素时,我可以通过以下方式获取项目类型:

MyBindingSource.Current.GetType

但是bindingsource为空的时候怎么办呢?

谢谢!

更新

我用过:

MyBindingSource.GetItemProperties(Nothing)(0).ComponentType

但是当 bindingsource 没有项目时,即使这个方法也不起作用。

正在处理没有项目的绑定源:

MyBindingSource.DataSource.UnderLyingSystemType.Name