Click or drag to resize
DynamicQueryEngineBaseDetermineObjectAliasToUseForSelectListField Method
Determines the object alias to use for select list field.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected string DetermineObjectAliasToUseForSelectListField(
	IEntityFieldCore field,
	IRelationCollection relations
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field.
relations
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relations.

Return Value

Type: String
the object alias to use for the field in the select list.
See Also