public static string PrepareFtsJoin( string tableName, string columnList, string parameterName, string ftsKeyColumn )
Parameters
- tableName
- Name of the table being searched
- columnList
- The column(s) being searched, multiple columns should be comma delimited with no spaces.
- parameterName
- The name to use for the SQL parameter.
- ftsKeyColumn
- The key column to use for the free text table join. This must include table prefix if required.
Return Value
Prepared FTS Join