Summary
Uses marten.
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Marten
Host Builder Extensions
Syntax
public static IConventionHostBuilder UseMarten(this IConventionHostBuilder container, MartenOptions options = null)
Parameters
Name | Type | Description |
---|---|---|
container | I |
The container. |
options | MartenOptions | The options. |
Return Value
Type | Description |
---|---|
I |
IConventionHostBuilder. |