EntityRelationIsWeak Property  | 
 
            Flag to signal if this relation is a 'weak' relation or not. Weak relations are optional relations, which means when A and B have a 
            weak relation, not all instances of A have to have a related instance of B.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic bool IsWeak { get; }Public ReadOnly Property IsWeak As Boolean
	Get
Property Value
Type: 
BooleanImplements
IEntityRelationIsWeak
See Also