| 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)
Syntaxpublic static IEntityFieldCore CreateProperReferenceFieldFromSourceFieldFromProjection(
	IEntityFieldCore targetField,
	SetAlias targetSetAlias,
	bool targetIsDerivedTable,
	ITemplateGroupSpecificCreator frameworkElementCreator
)
Public Shared Function CreateProperReferenceFieldFromSourceFieldFromProjection ( 
	targetField As IEntityFieldCore,
	targetSetAlias As SetAlias,
	targetIsDerivedTable As Boolean,
	frameworkElementCreator As ITemplateGroupSpecificCreator
) As IEntityFieldCore
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