Click or drag to resize
EntityCollectionBase2TEntityContainsListCollection Property
Gets a value indicating whether the collection is a collection of IList objects.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public bool ContainsListCollection { get; }

Property Value

Type: Boolean

Return Value

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

Implements

IListSourceContainsListCollection
See Also