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