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