Method Join
| Improve this Doc View SourceJoin<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. |