EntityRelation Constructor (RelationType, String) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic EntityRelation(
	RelationType typeOfRelation,
	string mappedFieldName
)
Public Sub New ( 
	typeOfRelation As RelationType,
	mappedFieldName As String
)
Parameters
- typeOfRelation
 - Type: SD.LLBLGen.Pro.ORMSupportClassesRelationType
The type of relation this instance represents - mappedFieldName
 - Type: SystemString
Name of the mapped field in the start entity onto this relation. 
See Also