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
Optional enumerable used to retrieve enumerator over set of tables for which reference data should be stored.
For each System.Tuple
in the enumeration the first item specifies the schema of the table, and the second specifies the base identifier of the table.
If the value for this parameter is a null reference, no reference data will be stored.
- Assembly
- Cake
.SqlServer .dll - Namespace
- Cake
.SqlServer - Containing Type
- Extract
Dacpac Settings
Syntax
public IEnumerable<Tuple<string, string>> Tables { get; }
Value
Type | Description |
---|---|
IEnumerable |