ObjectResult::IListSource::ContainsListCollection Property

 

Gets a value that indicates whether the collection returned by the query contains collection objects.

Namespace:   System.Data.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::Boolean

true if the collection returned by the query contains collection objects; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: