EntityCollection<TEntity>::IListSource::ContainsListCollection Property

 

Gets a value that indicates whether the related entity collection consists of collection objects.

Namespace:   System.Data.Objects.DataClasses
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

private:
property bool ContainsListCollection {
	virtual bool get() sealed = IListSource::ContainsListCollection::get;
}

Property Value

Type: System::Boolean

This property always returns false because the EntityCollection<TEntity> contains objects and not collections.

This 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
Return to top
Show: