Interface ISourceSelector
Builder interface to select the source table for a table combine operation.
Namespace: Nett
Assembly: Nett.dll
Syntax
public interface ISourceSelector
Methods
| Improve this Doc View SourceWith(TomlTable)
Selects the source table for a table combine operation.
Declaration
ICommentOperationOrRowSelector With(TomlTable source)
Parameters
| Type | Name | Description |
|---|---|---|
| TomlTable | source | The source table. |
Returns
| Type | Description |
|---|---|
| ICommentOperationOrRowSelector | A builder object allowing to select the comment operation or set the rows for the operation. |