Interface ITableSource
Provides row enumeration from any external table source.
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public interface ITableSource
Properties
|
Edit this page
View Source
Schema
Schema is available after the first call to LoadRowsAsync.
LoadRowsAsync builds the schema internally before yielding rows.
Declaration
TableSchema Schema { get; }
Property Value
Methods
|
Edit this page
View Source
LoadRowsAsync(CancellationToken)
Declaration
IAsyncEnumerable<SheetRow> LoadRowsAsync(CancellationToken ct)
Parameters
Returns
Extension Methods