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