Class SelectResult
Definition
- Namespace:
- Tizen.Applications.DataControl
- Assembly:
- Tizen.Applications.DataControl.dll
- API Level:
- 3
This class contains the select operation result.
C#Copypublic class SelectResult
- Inheritance
-
System.ObjectSelectResult
Constructors
View Source
SelectResult(ICursor, Boolean)
Initializes the SelectResult class with the cursor and the result.
Declaration
C#Copypublic SelectResult(ICursor cursor, bool result)
Parameters
Type | Name | Description |
---|---|---|
ICursor | cursor | The cursor with the selected data. |
System.Boolean | result | The select request result. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown in case of an invalid parameter. |
API Level: 3
Properties
Declaration
C#Copypublic bool Result { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
API Level: 3
Declaration
C#Copypublic ICursor ResultCursor { get; }
Property Value
Type | Description |
---|---|
ICursor |