Get, set the dictionary of delegates, pointing to the data method for performing
selection of PagedRelations (lazy loading relations)
The dictionary is indexed by type of target for the relations object to retrieve.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
Dictionary<string, SelectPagedRelationsProcedure> Procedures_SelectPagedRelations { get; set; } |
Visual Basic |
---|
Property Procedures_SelectPagedRelations As Dictionary(Of String, SelectPagedRelationsProcedure)
Get
Set |
Field Value
Dictionary<Type, SelectPositionedRelationsProcedure>
See Also