Class SelectArguments
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 4
Provides the ability to filter the result of a Select command.
C#Copypublic class SelectArguments : QueryArguments
- Inheritance
Remarks
A filter is required for filtering information associated with Album, Folder, Tag, Bookmark, Playlist, and MediaInfo.
Properties
Declaration
C#Copypublic string SortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The expression for the sort order. |
Remarks
Expressions for the sort order can be:
column [COLLATE NOCASE/RTRIM/LOCALIZED] [ASC/DESC], column2 ...
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
See Also
API Level: 4
Declaration
C#Copypublic int StartRowIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value that indicates the starting row position of a query. |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException |
|
API Level: 4
Declaration
C#Copypublic int TotalRowCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value that indicates the limit of rows of the result. |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException |
|