Click or drag to resize
ISQLiteRowReadColumnT Method
Method to return the value of a column in a row.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
T ReadColumn<T>(
	int index
)

Parameters

index
Type: SystemInt32
The index of the column.

Type Parameters

T
The datatype of the column.

Return Value

Type: T
The value of the column,
See Also