Click or drag to resize

DynamicQueryEngineBaseDetermineIfFieldAliasIsRequired Method

Determines if field alias is required.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected bool DetermineIfFieldAliasIsRequired(
	IFieldPersistenceInfo persistenceInfo,
	IEntityFieldCore field
)

Parameters

persistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
The persistence info.
field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field.

Return Value

Type: Boolean
true if the field alias should be emitted, false otherwise
See Also