Meta |
public class MetaConnection : RootComponent
The MetaConnection type exposes the following members.
Name | Description | |
---|---|---|
MetaConnection | Initializes a new instance of the MetaConnection class |
Name | Description | |
---|---|---|
ClearPassword | Password in clear text | |
CommandTimeout | "Default Timeout in seconds for the SQL Statements executed. 0 means no Timeout. | |
ConnectionScript | If set, script executed to instanciate and open the connection | |
ConnectionString | OLE DB Connection string used to connect to the database if the connection type is OLE DB | |
ConnectionType | The type of the connection used | |
DatabaseType | The type of the source database | |
DateTimeFormat | The date time format used to build date restrictions in the SQL WHERE clauses. This is not used for MS Access database (Serial Dates). | |
EndDelimiter | ||
Error | Last error message | |
FullConnectionString | Full Connection String (Oledb, Odbc, MSSQLServer, MongoDB, Oracle, MySQL) with user name and password | |
GUID |
The unique identifier
(Inherited from RootComponent) | |
HelperCheckConnection | Editor Helper: Check the database connection | |
Information | Last information message when the enum list has been refreshed | |
MongoDBConnectionString | Mongo DB Connection string used to connect to the database if the connection type is Mongo DB | |
MSSqlServerConnectionString | MS SQLServer Connection string used to connect to the database if the connection type is MS SQLServer | |
MySQLConnectionString | MySQL Connection string used to connect to the database if the connection type is MySQL | |
Name |
The name of the connection
(Overrides RootComponentName) | |
OdbcConnectionString | ODBC Connection string used to connect to the database if the connection type is ODBC | |
OracleConnectionString | Oracle Connection string used to connect to the database if the connection type is Oracle | |
Password | Password | |
PostgreSQLConnectionString | ||
StartDelimiter | ||
UserName | User name used to connect to the database |
Name | Description | |
---|---|---|
CheckConnection | Check the current connection | |
Create | Create a basic connection into a source | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetOpenConnection | Returns an open DbConnection object | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Init |
Init the editor objects
(Inherited from RootEditor) | |
InitDefaultValues |
Init the default values
(Inherited from RootEditor) | |
InitEditor |
Init the editor objects and the default values
(Inherited from RootEditor) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
SetReadOnly |
Set all properties to readonly
(Inherited from RootEditor) | |
ShouldSerializeCommandTimeout | ||
ShouldSerializeConnectionScript | ||
ShouldSerializeConnectionString | ||
ShouldSerializeMongoDBConnectionString | ||
ShouldSerializeMSSqlServerConnectionString | ||
ShouldSerializeMySQLConnectionString | ||
ShouldSerializeOdbcConnectionString | ||
ShouldSerializeOracleConnectionString | ||
ShouldSerializePostgreSQLConnectionString | ||
ShouldSerializeUserName | ||
ToString | Returns a string that represents the current object. (Inherited from Object) | |
UpdateEditor |
Update editor attributes
(Inherited from RootEditor) | |
UpdateEditorAttributes |
Refresh properties attrivutes
(Inherited from RootEditor) |
Name | Description | |
---|---|---|
_dctd | (Inherited from RootEditor) | |
_GUID | (Inherited from RootComponent) | |
_name | (Inherited from RootComponent) | |
DbConnection | Result connection set by the ConnectionScript if any | |
IsEditable | True if the connection is editable | |
PasswordKeyName | ||
PasswordKeyValue | ||
Source | Current MetaSource |