UserDefinedFunctions.ExtractWords Method
Extracts the words.
[SqlFunction(IsDeterministic=False, DataAccess=DataAccessKind.None, SystemDataAccess=SystemDataAccessKind.None, IsPrecise=False, Name="null", TableDefinition="Word NVARCHAR(4000)", FillRowMethodName="FillRow")]
public static
IEnumerable ExtractWords(
SqlString source,
SqlBoolean extractText,
SqlBoolean returnDistinctWords);
Parameters
-
source
- The source.
-
extractText
- The extract text.
-
returnDistinctWords
- The return distinct words.
Return Value
See Also
UserDefinedFunctions Class | (global) Namespace