Click or drag to resize
TypedListDefinitionGetAllNullableEntityAliasesInSourceSet Method
Gets all nullable entity aliases in source set. The result is a set of 0 or more entityaliases which are on the nullable side of a left/right join relationship in this typedlist. All fields in the projection which are from these entityaliases have to be emitted as a nullable type in the resulting class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public HashSet<EntityAlias> GetAllNullableEntityAliasesInSourceSet()

Return Value

Type: HashSetEntityAlias
Enumerable of 0 or more entityaliases which can result in null values when this typedlist is executed on a database
See Also