# DbGateContainerResource Constructors

- Package: [CommunityToolkit.Aspire.Hosting.DbGate](/reference/api/csharp/communitytoolkit.aspire.hosting.dbgate.md)
- Type: [DbGateContainerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.dbgate/dbgatecontainerresource.md)
- Kind: `Constructors`
- Members: `1`

Represents a container resource for DbGate.

## DbGateContainerResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.DbGate/DbGateContainerResource.cs#L10)

Represents a container resource for DbGate.

```csharp
public sealed class DbGateContainerResource
{
    public DbGateContainerResource(
        string name)
    {
        // ...
    }
}
```

## Parameters

- `name` (`string`)
  The name of the container resource.
