ISQLiteRowReadColumnT Method |
Method to return the value of a column in a row.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
SyntaxT ReadColumn<T>(
int index
)
Function ReadColumn(Of T) (
index As Integer
) As T
generic<typename T>
T ReadColumn(
int index
)
abstract ReadColumn :
index : int -> 'T
Parameters
- index
- Type: SystemInt32
The index of the column.
Type Parameters
- T
- The datatype of the column.
Return Value
Type:
TThe value of the column,
See Also