C# Class DevUtils.Database.SqlServer.Utils

Sql server utils
Exibir arquivo Open project: jornfilho/.net-Dev-Utils

Public Methods

Method Description
EscapeString ( this str ) : string

Escape string to search on sql server database

http://msdn.microsoft.com/en-us/library/ms179859.aspx

Method Details

EscapeString() public static method

Escape string to search on sql server database

http://msdn.microsoft.com/en-us/library/ms179859.aspx

public static EscapeString ( this str ) : string
str this String to escape
return string