Click or drag to resize

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.6.0.0 (5.6.19.0117)
Syntax
public List<ValueTypeDefinition> GetAllValueTypesReferringToValueType(
	ValueTypeDefinition valueTypeToAvoid
)

Parameters

valueTypeToAvoid
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelValueTypeDefinition
The value type to avoid.

Return Value

Type: ListValueTypeDefinition
List of valuetypedefinitions which refer directly or indirectly to the valuetype specified or null if valueTypeToAvoid is null.
See Also