ISDBDatabase::GetFilterQuery: Difference between revisions
Jump to navigation
Jump to search
m (introduced) |
|||
(One intermediate revision by one other user not shown) | |||
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 | {{Introduced|3.0.2.1135}} | ||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 22:42, 20 April 2013
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 version 3.0.2.1135.