[Missing <summary> documentation for T:SqlTools.MsSqlClass]

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class MsSqlClass
Public Class MsSqlClass
public ref class MsSqlClass

Members

            
 All Members  Constructors   Fields   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
MsSqlClass()()()
MsSqlClass(String)
MsSqlClass(String, String, String, String)
disconn()()()
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
getColumns()()()
getConn()()()
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
getRows()()()
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
getVar(Int32)
getVar(String)
getVar(Int32, Object%)
getVar(String, Object%)
isConnected()()()
makeCopyOf(MsSqlClass)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
next()()()
parseType(String)
query(String)
setConn(String)
setConn(String, String, String, String)
SqlConn
SqlQuery
SqlReader
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
varIs(Int32)

Inheritance Hierarchy

System..::.Object
  SqlTools..::.MsSqlClass

See Also