ArcGIS Pro 2.8 API Reference Guide
GetFields Method (RowBuffer)

ArcGIS.Core.Data Namespace > RowBuffer Class : GetFields Method
Gets a IReadOnlyList containing the fields of the RowBuffer. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<Field> GetFields()
Public Function GetFields() As IReadOnlyList(Of Field)

Return Value

A IReadOnlyList containing the fields of the RowBuffer.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

RowBuffer Class
RowBuffer Members