SavedFilterGenerateSubquery Method (String, DBMSType) |
Generate a subquery for this filter appropriate for use in a SQL IN clause.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic string GenerateSubquery(
string columnName,
DBMSType dbms
)
Public Function GenerateSubquery (
columnName As String,
dbms As DBMSType
) As String
Parameters
- columnName
- Type: SystemString
The name of the column to return.
Note that the DISTINCT keyword is always used.
- dbms
- Type: NetQuarryDBMSType
The DBMS for which to generate the SQL.
Return Value
Type:
StringA SQL subquery appropriate for use in an IN clause.
See Also