EntityRelation Constructor (RelationType, String) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public 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