ExtractDacpacSettings.

Tables Property

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
ExtractDacpacSettings

Syntax

public IEnumerable<Tuple<string, string>> Tables { get; }

Value

Type Description
IEnumerable<Tuple<string, string>>