Click or drag to resize

DocumentProjectionDataGetFieldNameForField Method

Gets the field name to emit to the output for the field specified. If the field is a valuetyped field and inlining of valuetypes is enabled, the name returned is the inlined valuetype name, otherwise it's the name of the element field the document field is derived from all without paths.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public string GetFieldNameForField(
	DocumentFieldDefinition field
)

Parameters

field
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelDocumentFieldDefinition

Return Value

Type: String
Gets the name of the field to use for output or emtpy string if not found
See Also