Skip to content
Docs Try Aspire
Docs Try

withDbGate

Method
📦 CommunityToolkit.Aspire.Hosting.SqlServer.Extensions v13.4.0
interface SqlServerServerResource {
// ... omitted for brevity
withDbGate(
containerName?: string,
imageTag?: string): SqlServerServerResource;
}

Signature

method withDbGate builder
Adds an administration and development platform for SqlServer to the application model using DbGate.
withDbGate(
containerName?: string,
imageTag?: string): SqlServerServerResource
containerName string optional
imageTag string optional
SqlServerServerResource

Applies to

This method applies to the following types: