Class PlannedTable
public class PlannedTable
- Inheritance
-
PlannedTable
- Inherited Members
Constructors
PlannedTable(string, IEnumerable<PlannedTableScan>)
public PlannedTable(string sourceName, IEnumerable<PlannedTableScan> passes)
Parameters
sourceNamestringpassesIEnumerable<PlannedTableScan>
Fields
Passes
public readonly IReadOnlyList<PlannedTableScan> Passes
Field Value
TableName
public readonly string TableName
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.