Interface IMediaDataReader

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

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

C#
Copy
public interface IMediaDataReader

Properties

View Source

Current

Gets the current record.

Declaration
C#
Copy
object Current { get; }
Property Value
Type Description
Object

The current record object.

API Level: 4

Methods

View Source

Read()

Advances to the next record.

Declaration
C#
Copy
bool Read()
Returns
Type Description
Boolean

true if there are more rows; otherwise false.

API Level: 4