Click or drag to resize
StringHelperFixSQL Method
将SQL语句特殊字符

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string FixSQL(
	string text,
	string type
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:X3Platform.Util.StringHelper.FixSQL(System.String,System.String)"]

type
Type: SystemString

[Missing <param name="type"/> documentation for "M:X3Platform.Util.StringHelper.FixSQL(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.StringHelper.FixSQL(System.String,System.String)"]

See Also