Return the "SelectRelationsProcedure" delegate, by the given target type

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
SelectRelationsProcedure Get_Procedure_SelectRelations(
	Type targetType
)
Visual Basic
Function Get_Procedure_SelectRelations ( _
	targetType As Type _
) As SelectRelationsProcedure
Visual C++
SelectRelationsProcedure^ Get_Procedure_SelectRelations(
	Type^ targetType
)

Parameters

targetType
Type: System..::..Type
Type of the target for relation object

Field Value

Delegate type "SelectRelationsProcedure"

Return Value

Returns the found delegate for the given targe type. Return null is doesn't exist

See Also