| IEntityCollectionCoreIsForMN 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.1.0.0 (5.1.0)
Syntaxbool IsForMN { get; set; }Property IsForMN As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also