Interface ITargetSelector
Builder interface to select the target table for a table combine operation.
Namespace: Nett
Assembly: Nett.dll
Syntax
public interface ITargetSelector
Methods
| Improve this Doc View SourceOverwrite(TomlTable)
Selects the target table of a table combine operation.
Declaration
ISourceSelector Overwrite(TomlTable target)
Parameters
| Type | Name | Description |
|---|---|---|
| TomlTable | target | The target table. Will not get modified. |
Returns
| Type | Description |
|---|---|
| ISourceSelector | A builder object allowing to select the source table for the combine operation. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | If target is null. |