Class SelectArguments
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
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 |
|---|---|
| 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
Declaration
C#Copypublic int StartRowIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int | An integer value that indicates the starting row position of a query. |
Remarks
A filter is required for filtering information associated with Album, Folder, Tag, Bookmark, Playlist, and MediaInfo.
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentOutOfRangeException |
|
Declaration
C#Copypublic int TotalRowCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int | An integer value that indicates the limit of rows of the result. |
Remarks
A filter is required for filtering information associated with Album, Folder, Tag, Bookmark, Playlist, and MediaInfo.
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentOutOfRangeException |
|