EntityCollection<TEntity>::IListSource::ContainsListCollection Property
.NET Framework (current version)
Gets a value that indicates whether the related entity collection consists of collection objects.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
private: property bool ContainsListCollection { virtual bool get() sealed = IListSource::ContainsListCollection::get; }
Property Value
Type: System::BooleanThis property always returns false because the EntityCollection<TEntity> contains objects and not collections.
Implements
IListSource::ContainsListCollectionThis member is an explicit interface member implementation. It can be used only when the EntityCollection<TEntity> instance is cast to an IListSource interface.
.NET Framework
Available since 3.5
Available since 3.5
Show: