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#Copypublic interface IMediaDataReader
Properties
Declaration
C#Copyobject Current { get; }
Property Value
Type | Description |
---|---|
System.Object | The current record object. |
API Level: 4
Methods
Declaration
C#Copybool Read()
Returns
Type | Description |
---|---|
Boolean | true if there are more rows; otherwise false. |