ISDBDatabase::GetFilterQuery: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
m (introduced)
 
Line 10: Line 10:
Returns the WHERE part of the 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|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.