C# Class DevUtils.Database.SqlServer.Utils

Sql server utils
Afficher le fichier Open project: jornfilho/.net-Dev-Utils

Méthodes publiques

Méthode 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 méthode

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
Résultat string