Show / Hide Table of Contents

Method Join

| Improve this Doc View Source

Join<T>(T, IEntity<T>)

Joins source key with specified entity.

Declaration
public static KeyMapping Join<T>(this T sourceKey, IEntity<T> target)

    where T : CandidateKey
Parameters
Type Name Description
T sourceKey

The source key.

IEntity<T> target

The target entity.

Returns
Type Description
KeyMapping

The result key mapping.

Type Parameters
Name Description
T

Type of the key.

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