Click or drag to resize

DynamicRelationBase.InitClass Method

Inits the class.

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
protected void InitClass(
	JoinHint joinType,
	string aliasLeftOperand,
	string aliasRightOperand,
	IPredicate onClause,
	Object leftOperand,
	Object rightOperand
)

Parameters

joinType
Type: SD.LLBLGen.Pro.ORMSupportClasses.JoinHint
Type of the join.
aliasLeftOperand
Type: System.String
The alias left operand.
aliasRightOperand
Type: System.String
The alias right operand.
onClause
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPredicate
The on clause.
leftOperand
Type: System.Object
The left operand.
rightOperand
Type: System.Object
The right operand.
See Also