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

Field Value

Dictionary<Type, SelectPositionedRelationsProcedure>

See Also