Class SelectResult

    Definition

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

    This class contains the select operation result.

    public class SelectResult
    Inheritance
    object
    SelectResult

    Constructors

    View Source

    SelectResult(ICursor, bool)

    Initializes the SelectResult class with the cursor and the result.

    Declaration
    public SelectResult(ICursor cursor, bool result)
    Parameters
    Type Name Description
    ICursor cursor

    The cursor with the selected data.

    bool result

    The select request result.

    Exceptions
    Type Condition
    System.ArgumentException

    Thrown in case of an invalid parameter.

    Properties

    View Source

    Result

    Gets the select operation result.

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

    ResultCursor

    Gets the select operation result cursor.

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