Table of Contents

Class PlannedTable

Namespace
The.Import.Data
Assembly
Instagile.dll
public class PlannedTable
Inheritance
PlannedTable
Inherited Members

Constructors

PlannedTable(string, IEnumerable<PlannedTableScan>)

public PlannedTable(string sourceName, IEnumerable<PlannedTableScan> passes)

Parameters

sourceName string
passes IEnumerable<PlannedTableScan>

Fields

Passes

public readonly IReadOnlyList<PlannedTableScan> Passes

Field Value

IReadOnlyList<PlannedTableScan>

TableName

public readonly string TableName

Field Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.