UserDefinedFunctions.GenerateRepeatedKeystrokeTypos Method
Generates the repeated keystroke typos.
[SqlFunction(IsDeterministic=False, DataAccess=DataAccessKind.None, SystemDataAccess=SystemDataAccessKind.None, IsPrecise=False, Name="null", TableDefinition="null", FillRowMethodName="null")]
public static
SqlString GenerateRepeatedKeystrokeTypos(
string term,
int maximumNumberOfRepeatedKeystrokes);
Parameters
-
term
- The term.
-
maximumNumberOfRepeatedKeystrokes
- The maximum number of repeated keystrokes.
Return Value
See Also
UserDefinedFunctions Class | (global) Namespace