Type alias WithMSSQLConnections

WithMSSQLConnections: {
    default: IWithMSSQLConnection;
    [connectionName: string]: IWithMSSQLConnection;
}

An action for a WithMSSQLFunction.

Type declaration

Param

The underlying data context.

Returns

The promise with the result.

Generated using TypeDoc