Click or drag to resize
DbHelperReplace Method
进行数据的安全串过滤,防止常规SQL注入

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string Replace(
	string input
)

Parameters

input
Type: SystemString
要进行过滤的数据串

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.Db.DbHelper.Replace(System.String)"]

See Also