Click or drag to resize

DocumentProjectionData.GetFieldAliasForField Method

Gets the field alias for the field specified. Usually this is an empty string, except for when duplicate names are present, then it's the document field name, or if that's also not unique, an alias made unique with a suffix.

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 string GetFieldAliasForField(
	DocumentFieldDefinition field
)

Parameters

field
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModel.DocumentFieldDefinition

Return Value

Type: String
See Also