| Meta | 
The MetaConnection type exposes the following members.
 Properties
Properties| 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 | |
|  | SQLiteConnectionString | If set, script executed to instanciate and open the connection | 
|  | StartDelimiter | |
|  | UserName | User name used to connect to the database | 
 See Also
See Also