Get a collection of fields.

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

Syntax

C#
IFieldCollection GetFields(
	bool RetriveAllRecords
)
Visual Basic
Function GetFields ( _
	RetriveAllRecords As Boolean _
) As IFieldCollection
Visual C++
IFieldCollection^ GetFields(
	bool RetriveAllRecords
)

Parameters

RetriveAllRecords
Type: System..::..Boolean

Field Value

IFieldCollection

See Also