Home
sql utilities

Namespace:  SqlTools
Assembly:  SqlTools (in SqlTools.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static class sqlUtil
Public NotInheritable Class sqlUtil
public ref class sqlUtil abstract sealed

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
mysqlClean(String)
adds the slashes to the correct characters in your string for adding to the db
mysqlStrip(SqlDataClass)
returns the string stripped of all slashes
mysqlStrip(String)
strips the slashes from a string pulled out of the database
ping(array<String>[]()[])
attempts to ping the server of an existing MySqlClass
ping(String, Int32)
attempts to ping the ip/port of your sql server

Inheritance Hierarchy

System..::.Object
  SqlTools..::.sqlUtil

See Also