Return the "SelectPagedRelationsProcedure" delegate, by the given target type
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
SelectPagedRelationsProcedure Get_Procedure_SelectPagedRelations(
Type targetType
) |
Visual Basic |
---|
Function Get_Procedure_SelectPagedRelations ( _
targetType As Type _
) As SelectPagedRelationsProcedure |
Visual C++ |
---|
SelectPagedRelationsProcedure^ Get_Procedure_SelectPagedRelations(
Type^ targetType
) |
Parameters
- targetType
- Type: System..::..Type
Type of the target for relation object
Field Value
Delegate type "SelectPositionedRelationsProcedure"
Return Value
Returns the found delegate for the given targe type. Return null is doesn't exist
See Also