Method UnsafeJoin
| Improve this Doc View SourceUnsafeJoin(CandidateKey)
Join with target candidate key.
Declaration
public IReadOnlyList<ColumnMapping> UnsafeJoin(CandidateKey target)
Parameters
Type | Name | Description |
---|---|---|
CandidateKey | target | The target candidate key. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<ColumnMapping> | Column mappings between this candidate key and the target candidate key. |
Remarks
You must ensure these two canidate key objects have identical columns, otherwise an exception will be thrown.