Click or drag to resize

DocumentProjectionDataGetFieldAliasForField 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.8.0.0 (5.8.21.0208)
Syntax
public string GetFieldAliasForField(
	DocumentFieldDefinition field
)

Parameters

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

Return Value

Type: String
See Also