DbSet<TEntity>.IListSource.ContainsListCollection Property

Definition

Gets a value indicating whether the collection is a collection of System.Collections.IList objects. Always returns false.

bool System.ComponentModel.IListSource.ContainsListCollection { get; }
member this.System.ComponentModel.IListSource.ContainsListCollection : bool
 ReadOnly Property ContainsListCollection As Boolean Implements IListSource.ContainsListCollection

Property Value

Implements

Remarks

See Local views of tracked entities in EF Core for more information and examples.

Applies to