DataTableSurrogate::GetRecords Method

Gets an array of objects that represent the columns and rows of data in the DataTableSurrogate object.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
array<array<Object^>^>^ GetRecords()

Return Value

Type: array<array<System::Object>>
An array of objects that represent the columns and rows of data.

The records are stored in a jagged array in the form object[columns][rows], such that a return value of object[0][10] represents the value of column 0 in row 10.

Show: