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