IDbFactoryInjectReplace Method |
SQL注入过滤
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxstring InjectReplace(
string input
)
Function InjectReplace (
input As String
) As String
String^ InjectReplace(
String^ input
)
abstract InjectReplace :
input : string -> string
Parameters
- input
- Type: SystemString
要过滤的数据
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.Db.IDbFactory.InjectReplace(System.String)"]
See Also