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.1.0.0 (5.1.0)
Syntax public HashSet<EntityAlias> GetAllNullableEntityAliasesInSourceSet()
Public Function GetAllNullableEntityAliasesInSourceSet As HashSet(Of EntityAlias)
Return Value
Type:
HashSetEntityAliasEnumerable of 0 or more entityaliases which can result in null values when this typedlist is executed on a database
See Also