The SQLStatement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SQLStatement |
Initializes a new instance of the SQLStatement class
|
Methods
Name | Description | |
---|---|---|
Equals | (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.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
ConnectionType | ||
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.
|
|
SQL |