Table<TEntity>::IListSource::ContainsListCollection Property

 

Gets a value that indicates whether the collection is a collection of IList objects.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

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

Property Value

Type: System::Boolean

true if the collection is a collection of IList objects; otherwise, false.

This member is an explicit interface member implementation. It can be used only when the Table<TEntity> instance is cast to an IListSource interface.

.NET Framework
Available since 3.5
Return to top
Show: