Walter.Web.FireWall
SqlLike Method
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Infrastructure Namespace > FireWallExtensions Class : SqlLike Method
The string to compare.
The pattern to use.
perform a SQLs the like comparison.
Syntax
public static bool SqlLike( 
   string stringToCompare,
   string pattern
)

Parameters

stringToCompare
The string to compare.
pattern
The pattern to use.

Return Value

true if marches
Exceptions
ExceptionDescription
thrown if the string to compare or pattern are not provided
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FireWallExtensions Class
FireWallExtensions Members