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