Interface IMediaDataReader
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Provides a means of reading results obtained by executing a query.
C#Copypublic interface IMediaDataReader
Properties
Declaration
C#Copyobject Current { get; }
Property Value
| Type | Description |
|---|---|
| object | The current record object. |
Methods
Declaration
C#Copybool Read()
Returns
| Type | Description |
|---|---|
| bool | true if there are more rows; otherwise false. |