Share via


EntityCollection<TEntity>.IListSource.ContainsListCollection Property

Definition

IListSource.ContainsListCollection implementation. Always returns false. This means that the IList we return is the one which contains our actual data, it is not a list of collections.

[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

Property Value

Implements

Attributes

Applies to