This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public interface IDatabase |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Interface IDatabase |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
CreateAdapter |
Creates a new DbDataAdapter
|
|
CreateCommand | Overloaded. | |
CreateConnection |
Creates a new DbConnection
|
|
CreateParameter | Overloaded. | |
ExecuteNonQuery | Overloaded. | |
ExecuteReader | Overloaded. | |
ExecuteScalar | Overloaded. | |
GetCommand | Overloaded. | |
GetIdentity | Overloaded. | |
GetParameterName |
Returns a string containing the modified parameterName, matching the current database format.
|
|
PreparseQuery |
Parses the query to make it suitable for the underlying DBMS
|
See Also
Smartsite.Base Namespace