Interface IMetaDBConnectionFactory
An interface to create MetaDB connections.
Namespace: Workspace.XBR.Xperiflow.MetaDB
Assembly: Xperiflow.dll
Declaration
public interface IMetaDBConnectionFactory
Methods
CreateMetaDBConnection(SessionInfo, string)
Creates a MetaDB connection using the provided connection string.
Declaration
DbConnection CreateMetaDBConnection(SessionInfo si, string connectionString)
Returns
System.Data.Common.DbConnection
A MetaDbConnection.
Parameters
Type | Name | Description |
---|---|---|
OneStream.Shared.Common.SessionInfo | si | The session information. |
System.String | connectionString | The DuckDB connection string (e.g. an in-memory or file path connection string). |