Skip to content
DocsTry Aspire
DocsTry

SqlProjectResource.withDacpac

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

Signature

methodwithDacpacbuilder
Specifies the path to the .dacpac file.
withDacpac(dacpacPath: string): SqlProjectResource
dacpacPathstring
SqlProjectResource

Defined on

This method is defined on the following type: