The SQLStatement type exposes the following members.

Constructors

  Name Description
Protected method SQLStatement
Initializes a new instance of the SQLStatement class

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString (Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property ConnectionType
Public property Static member DefaultConnectionType
This is used as the default connection type when manually instantiating an SQLSelect, SQLDelete, SQLUpdate or SQLInsert command (which all inherit from SQLStatement) and is set by the last Database.Connect function's ConnectionType argument. However, the Database class does not rely on this property as the ConnectionType property is set before any SQL statements are executed. This allows different Database instances to use different databases.
Public property SQL

See Also