Show / Hide Table of Contents

Method UnsafeJoin

| Improve this Doc View Source

UnsafeJoin(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest