StringHelperIsSafeSql Method | Helper帮助文档 |
是否安全
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool IsSafeSql( string str )
Public Shared Function IsSafeSql ( str As String ) As Boolean
public: static bool IsSafeSql( String^ str )
static member IsSafeSql : str : string -> bool
Parameters
- str
- Type: SystemString
[Missing <param name="str"/> documentation for "M:HD.Common.StringHelper.IsSafeSql(System.String)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.StringHelper.IsSafeSql(System.String)"]
See Also