![]() |
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# |
![]() |
---|---|
public interface IDatabase |
Visual Basic (Declaration) |
![]() |
---|---|
Public Interface IDatabase |
The type exposes the following members.
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
|
Public Properties
Name | Description | |
---|---|---|
![]() |
ConnectionString |
Gets the connection string for this database
|
![]() |
Id |
Returns the Id of this database
|
See Also
Smartsite.Base Namespace