ArcGIS Pro 2.6 API Reference Guide
RowBuffer Class
Members 

ArcGIS.Core.Data Namespace : RowBuffer Class
Represents a row buffer that can be used with Table.CreateRow
Syntax
public sealed class RowBuffer : ArcGIS.Core.CoreObjectsBase, System.IDisposable  
Public NotInheritable Class RowBuffer 
   Inherits ArcGIS.Core.CoreObjectsBase
   Implements System.IDisposable 
Remarks
A row buffer is an in memory representation of the row that can be used to set field values before creating the row in the table. .
Inheritance Hierarchy

System.Object
   ArcGIS.Core.CoreObjectsBase
      ArcGIS.Core.Data.RowBuffer

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RowBuffer Members
ArcGIS.Core.Data Namespace
CreateRow Method