Class InsertResult
Definition
- Namespace:
- Tizen.Applications.DataControl
- Assembly:
- Tizen.Applications.DataControl.dll
This class contains the insert operation result.
C#Copypublic class InsertResult
- Inheritance
-
objectInsertResult
Constructors
View Source
InsertResult(long, bool)
Initializes the InsertResult class with columnNames and columnTypes.
Declaration
C#Copypublic InsertResult(long rowID, bool result)
Parameters
| Type | Name | Description |
|---|---|---|
| long | rowID | The inserted row ID. |
| bool | result | The insert request result. |
Properties
Declaration
C#Copypublic bool Result { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Declaration
C#Copypublic long RowID { get; }
Property Value
| Type | Description |
|---|---|
| long |