JoinsInner Method (IEntityRelation, String, String) |
Defines the join specified by the relationship as an Inner join
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax public static EntityRelationBasedJoin Inner(
IEntityRelation relationship,
string aliasStartEntity,
string aliasEndEntity
)
Public Shared Function Inner (
relationship As IEntityRelation,
aliasStartEntity As String,
aliasEndEntity As String
) As EntityRelationBasedJoin
Parameters
- relationship
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The relationship. - aliasStartEntity
- Type: SystemString
The alias of the start entity. - aliasEndEntity
- Type: SystemString
The alias of the end entity.
Return Value
Type:
EntityRelationBasedJoinSee Also