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