Member Junction
Preparing search index...
@memberjunction/server
GetReadWriteDataSource
Function GetReadWriteDataSource
GetReadWriteDataSource
(
dataSources
:
DataSourceInfo
[]
,
)
:
ConnectionPool
&
{
query
:
(
sql
:
string
,
params
?:
any
)
=>
Promise
<
any
[]
>
}
Returns the read-write data source if it exists, otherwise throws an error.
Parameters
dataSources
:
DataSourceInfo
[]
Returns
ConnectionPool
&
{
query
:
(
sql
:
string
,
params
?:
any
)
=>
Promise
<
any
[]
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Member Junction
Loading...
Returns the read-write data source if it exists, otherwise throws an error.