Click or drag to resize

DocumentProjectionData.SetInlinedFieldNameForField Method

Sets the inline field name for the field as should be emitted to the output. Only valuetyped fields are stored and only if inlining of valuetypes is enabled.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public void SetInlinedFieldNameForField(
	DocumentFieldDefinition field,
	string inlinedFieldName
)

Parameters

field
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModel.DocumentFieldDefinition
inlinedFieldName
Type: System.String
See Also