Class InsertResult

    Definition

    Namespace:
    Tizen.Applications.DataControl
    Assembly:
    Tizen.Applications.DataControl.dll

    This class contains the insert operation result.

    public class InsertResult
    Inheritance
    object
    InsertResult

    Constructors

    View Source

    InsertResult(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 Source

    Result

    Gets the insert operation result.

    Declaration
    public bool Result { get; }
    Property Value
    Type Description
    bool
    View Source

    RowID

    Gets the insert data's row ID.

    Declaration
    public long RowID { get; }
    Property Value
    Type Description
    long
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX