Skip to content
Docs Try Aspire
Docs Try

SqlProjectResource.withDacpac

Method
📦 CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects v13.4.0
interface SqlProjectResource {
// ... omitted for brevity
withDacpac(dacpacPath: string): SqlProjectResource;
}

Signature

method withDacpac builder
Specifies the path to the .dacpac file.
withDacpac(dacpacPath: string): SqlProjectResource
dacpacPath string
SqlProjectResource

Defined on

This method is defined on the following type: