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.Interfaces
Assembly: 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
Visual C++
property Dictionary<String^, SelectRelationsProcedure^>^ Procedures_SelectRelations {
	Dictionary<String^, SelectRelationsProcedure^>^ get ();
	void set (Dictionary<String^, SelectRelationsProcedure^>^ value);
}

Field Value

Dictionary<Type, SelectRelationsProcedure>

See Also