ObjectResult::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; }
Property Value
Type: System::Booleantrue if the collection returned by the query contains collection objects; otherwise, false.
Implements
IListSource::ContainsListCollection
.NET Framework
Available since 3.5
Available since 3.5
Show: