Click or drag to resize

EntityFieldSource Constructor

Initializes a new instance of the EntityFieldSource class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public EntityFieldSource(
	ReferencedElement sourceElement,
	IFieldElementCore sourceField
)

Parameters

sourceElement
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelReferencedElement
The source element.
sourceField
Type: SD.LLBLGen.Pro.ApplicationCoreIFieldElementCore
The source field.
See Also