EntityCollection<TEntity>.IListSource.ContainsListCollection 属性

定义

IListSource.ContainsListCollection 实现。 始终返回 false。 这意味着我们返回的 IList 是包含实际数据的 IList,它不是集合列表。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
bool System.ComponentModel.IListSource.ContainsListCollection { get; }
System.ComponentModel.IListSource.ContainsListCollection
 ReadOnly Property ContainsListCollection As Boolean Implements IListSource.ContainsListCollection

属性值

实现

属性

适用于