ISDBDatabase::QuerySongs
From MMWiki
CoClass SDBDatabase, Interface ISDBDatabase
Function QuerySongs(AddSQL As String) As Object
Contents |
[edit]
Parameters
| Name | Type | Description |
|---|---|---|
| AddSQL | String | Only condition part of SQL statement (WHERE clause) |
[edit]
Method description
Returns a SDBSongIterator object with a list of tracks fulfilling criteria specified by AddSQL parameter.
[edit]
Example code
Set Iter = SDB.Database.QuerySongs("SongLength > 60*1000")
[edit]
Older versions
In MediaMonkey prior version 3.0 the AddSQL string had to start with "AND ", but this is no longer needed.
