DataEntryUtils SQLSafeSubstitute Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Allows only safe characters and digits replacing characters that may be used in SQL injection. This method may be used to generate column names from entity IDs

Namespace: NFX.Parsing
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static string SQLSafeSubstitute(
	string str,
	char subst = ''
)

Return Value

Type: OnlineString
See Also