EntityRelationBasedJoin Constructor (IEntityRelation, JoinHint, String, String) |
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic EntityRelationBasedJoin(
IEntityRelation relationship,
JoinHint joinType,
string aliasStartEntity,
string aliasEndEntity
)
Public Sub New (
relationship As IEntityRelation,
joinType As JoinHint,
aliasStartEntity As String,
aliasEndEntity As String
)
Parameters
- relationship
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The relationship. - joinType
- Type: SD.LLBLGen.Pro.ORMSupportClassesJoinHint
Type of the join. - aliasStartEntity
- Type: SystemString
The alias for the start entity. - aliasEndEntity
- Type: SystemString
The alias for the end entity.
See Also