1 instantiation of IngestionDocumentTable
Microsoft.Extensions.DataIngestion.Tests (1)
IngestionDocumentTests.cs (1)
29new IngestionDocumentTable("table", _rows),
2 references to IngestionDocumentTable
Microsoft.Extensions.DataIngestion.Abstractions (1)
IngestionDocumentElement.cs (1)
155/// Initializes a new instance of the <see cref="IngestionDocumentTable"/> class.
Microsoft.Extensions.DataIngestion.Tests (1)
IngestionDocumentTests.cs (1)
55Assert.IsType<IngestionDocumentTable>(flatElements[2]);