This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SqlServer.
Summary
Include table in the set of tables for which reference data should be stored.
- Assembly
- Cake
.SqlServer .dll - Namespace
- Cake
.SqlServer - Containing Type
- Extract
Dacpac Settings
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 |
|---|---|
| Extract |
The same settings instance to chain config |
