ExtractDacpacSettings.

WithTable(string, string) Method

Summary

Include table in the set of tables for which reference data should be stored.
Assembly
Cake.SqlServer.dll
Namespace
Cake.SqlServer
Containing Type
ExtractDacpacSettings

Syntax

public ExtractDacpacSettings WithTable(string table, string schema = "dbo")

Parameters

Name Type Description
table string Table name
schema string Optional schema default to 'dbo'

Return Value

Type Description
ExtractDacpacSettings The same settings instance to chain config