Summary
Uses marten.
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Marten
Host Builder Extensions
Syntax
public static IServiceConventionContext UseMartenConnectionString(this IServiceConventionContext container, Func<string> connectionString)
Parameters
Name | Type | Description |
---|---|---|
container | I |
The container. |
connectionString | Func |
The factory for the connection string |
Return Value
Type | Description |
---|---|
I |
IServiceConventionContext. |