EntityRelation Constructor (RelationType, String) |
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
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