Click or drag to resize

DocumentProjectionDataSetInlinedFieldNameForField 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.8.0.0 (5.8.21.0208)
Syntax
public void SetInlinedFieldNameForField(
	DocumentFieldDefinition field,
	string inlinedFieldName
)

Parameters

field
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelDocumentFieldDefinition
inlinedFieldName
Type: SystemString
See Also