Procedure to retrieve all object records

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

Syntax

C#
bool AllRecordsRetrievalProcedure(
	out IFieldCollection[] fieldsCollectionList
)
Visual Basic
Function AllRecordsRetrievalProcedure ( _
	<OutAttribute> ByRef fieldsCollectionList As IFieldCollection() _
) As Boolean
Visual C++
bool AllRecordsRetrievalProcedure(
	[OutAttribute] array<IFieldCollection^>^% fieldsCollectionList
)

Parameters

fieldsCollectionList
Type: array<Cartella.Interfaces..::..IFieldCollection>[]()[][]%
Output of objects as Array of IFieldCollection

Field Value

Boolean

Return Value

True if successful

See Also