ObjectQuery.IListSource.ContainsListCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the collection returned by the query contains collection objects.
property bool System::ComponentModel::IListSource::ContainsListCollection { bool get(); };
bool System.ComponentModel.IListSource.ContainsListCollection { get; }
member this.System.ComponentModel.IListSource.ContainsListCollection : bool
ReadOnly Property ContainsListCollection As Boolean Implements IListSource.ContainsListCollection
Property Value
A Boolean value.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ObjectQuery<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.