Interface IMediaDataReader

    Definition

    Namespace:
    Tizen.Content.MediaContent
    Assembly:
    Tizen.Content.MediaContent.dll

    Provides a means of reading results obtained by executing a query.

    public interface IMediaDataReader

    Properties

    View Source

    Current

    Gets the current record.

    Declaration
    object Current { get; }
    Property Value
    Type Description
    object

    The current record object.

    Methods

    View Source

    Read()

    Advances to the next record.

    Declaration
    bool Read()
    Returns
    Type Description
    bool

    true if there are more rows; otherwise false.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX