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 SourceCurrent
Gets the current record.
Declaration
object Current { get; }
Property Value
| Type | Description |
|---|---|
| object | The current record object. |
Methods
View SourceRead()
Advances to the next record.
Declaration
bool Read()
Returns
| Type | Description |
|---|---|
| bool | true if there are more rows; otherwise false. |