Click or drag to resize
LinqUtilsCreateProperReferenceFieldFromSourceFieldFromProjection Method
Creates the proper reference field from source field from projection.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static IEntityFieldCore CreateProperReferenceFieldFromSourceFieldFromProjection(
	IEntityFieldCore targetField,
	SetAlias targetSetAlias,
	bool targetIsDerivedTable,
	ITemplateGroupSpecificCreator frameworkElementCreator
)

Parameters

targetField
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The target field.
targetSetAlias
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The target set alias.
targetIsDerivedTable
Type: SystemBoolean
if set to true, the target is assumed to be a derived table (so the result field will be a derived table targeting field)
frameworkElementCreator
Type: SD.LLBLGen.Pro.LinqSupportClassesITemplateGroupSpecificCreator
The framework element creator.

Return Value

Type: IEntityFieldCore
See Also