CollectionCoreTIEntityCollectionCoreIsForMN Property  | 
 
            Gets or sets a value indicating whether this instance is for a M:N relationship. If set to true, it will also set IsReadOnly to true.
            
 
    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[XmlIgnoreAttribute]
bool IEntityCollectionCore.IsForMN { get; set; }<XmlIgnoreAttribute>
Private Property IsForMN As Boolean
	Implements IEntityCollectionCore.IsForMN
	Get
	Set
Property Value
Type: 
BooleanImplements
IEntityCollectionCoreIsForMN
See Also