Definition
- Namespace:
- Tizen.Applications.DataControl
- Assembly:
- Tizen.Applications.DataControl.dll
This interface is for the DataControl cursor.
Methods
Declaration
byte[] GetBlobValue(int index)
Parameters
Type |
Name |
Description |
int |
index |
The index of row.
|
Returns
Declaration
Returns
Declaration
string GetColumnName(int index)
Parameters
Type |
Name |
Description |
int |
index |
The index of column.
|
Returns
Declaration
ColumnType GetColumnType(int index)
Parameters
Type |
Name |
Description |
int |
index |
The index of column.
|
Returns
Declaration
double GetDoubleValue(int index)
Parameters
Type |
Name |
Description |
int |
index |
The index of row.
|
Returns
Declaration
long GetInt64Value(int index)
Parameters
Type |
Name |
Description |
int |
index |
The index of row.
|
Returns
Declaration
int GetIntValue(int index)
Parameters
Type |
Name |
Description |
int |
index |
The index of row.
|
Returns
View Source
GetRowCount()
Gets the numbers of rows in the cursor.
Declaration
Returns
Declaration
string GetStringValue(int index)
Parameters
Type |
Name |
Description |
int |
index |
The index of row.
|
Returns
Declaration
Returns
Declaration
Returns
Declaration
Returns