EntityCollectionBaseTEntityContainsListCollection 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.4.0.0 (5.4.0)
Syntax [BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public bool ContainsListCollection { get; }
<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Public ReadOnly Property ContainsListCollection As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the collection is a collection of
IList objects; otherwise, false.
Implements
IListSourceContainsListCollectionSee Also