Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Function GetRecords As Object()()
'Usage
Dim instance As DataTableSurrogate
Dim returnValue As Object()()
returnValue = instance.GetRecords
public Object[][] GetRecords ()
public:
array<array<Object^>^>^ GetRecords ()
public Object[][] GetRecords ()
public function GetRecords () : Object[][]
Return Value
An array of objects that represent the columns and rows of data.
Remarks
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.
See Also
Reference
DataTableSurrogate Class
DataTableSurrogate Members
Microsoft.Synchronization.Data Namespace