Click or drag to resize

DocumentDefinitionBaseGetFieldDerivedFromEntityField Method

Gets the field derived from the entity field specified, which is a field in the root entity of this document.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected DocumentFieldDefinition GetFieldDerivedFromEntityField(
	IFieldElementCore sourceField
)

Parameters

sourceField
Type: SD.LLBLGen.Pro.ApplicationCoreIFieldElementCore
The source field.

Return Value

Type: DocumentFieldDefinition
See Also