ISDBDatabase::GetFilterQuery: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
===Method description=== | ===Method description=== | ||
Returns SQL query used by specified filter. | Returns the WHERE part of the SQL query used by specified filter. | ||
Introduced in MediaMonkey 3.0.2.1135. | Introduced in MediaMonkey 3.0.2.1135. |
Revision as of 11:27, 8 March 2008
CoClass SDBDatabase, Interface ISDBDatabase
Function GetFilterQuery(ID As Integer) As String
Parameters
Name | Type | Description |
---|---|---|
ID | Integer | ID of specified filter. |
Method description
Returns the WHERE part of the SQL query used by specified filter.
Introduced in MediaMonkey 3.0.2.1135.