Skip to main content

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
TypeNameDescription
OneStream.Shared.Common.SessionInfosiThe session information.
System.StringconnectionStringThe DuckDB connection string (e.g. an in-memory or file path connection string).

Was this page helpful?