ObjectQuery.IListSource.ContainsListCollection Property
.NET Framework 4
Gets a value that indicates whether the collection returned by the query contains collection objects.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
'Declaration Private ReadOnly Property ContainsListCollection As Boolean Implements IListSource.ContainsListCollection Get
Implements
IListSource.ContainsListCollectionThis member is an explicit interface member implementation. It can be used only when the ObjectQuery(Of 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.