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