The delegate for retrieving all items of the current type.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
AllRecordsProcedure_ReadOnlyObject Procedure_AllRecordsRetrieval { get; set; }
Visual Basic
Property Procedure_AllRecordsRetrieval As AllRecordsProcedure_ReadOnlyObject
	Get
	Set
Visual C++
property AllRecordsProcedure_ReadOnlyObject^ Procedure_AllRecordsRetrieval {
	AllRecordsProcedure_ReadOnlyObject^ get ();
	void set (AllRecordsProcedure_ReadOnlyObject^ value);
}

Field Value

Delegate type "AllRecordsProcedure_ReadOnlyObject"

See Also