ValueTypeDefinitionListGetAllValueTypesReferringToValueType Method |
Gets the list of valuetypedefinitions which directly or indirectly refer to the valuetypedefinition passed in. Useful to
avoid loops in references.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public List<ValueTypeDefinition> GetAllValueTypesReferringToValueType(
ValueTypeDefinition valueTypeToAvoid
)
Public Function GetAllValueTypesReferringToValueType (
valueTypeToAvoid As ValueTypeDefinition
) As List(Of ValueTypeDefinition)
Parameters
- valueTypeToAvoid
- Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelValueTypeDefinition
The value type to avoid.
Return Value
Type:
ListValueTypeDefinitionList of valuetypedefinitions which refer directly or indirectly to the valuetype specified or null if valueTypeToAvoid is
null.
See Also