Get, set the dictionary of delegates, pointing to the data method for performing relation selections.
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, SelectRelationsProcedure> Procedures_SelectRelations { get; set; } |
Visual Basic |
---|
Property Procedures_SelectRelations As Dictionary(Of String, SelectRelationsProcedure)
Get
Set |
Field Value
Dictionary<Type, SelectRelationsProcedure>
See Also