Method Match
| Improve this Doc View SourceMatch(T)
Matches this model with specified primary key.
Declaration
public KeyMapping Match(T target)
Parameters
Type | Name | Description |
---|---|---|
T | target | The specified primary key. |
Returns
Type | Description |
---|---|
KeyMapping | The result key mapping. |
Match(Model<T>)
Matches this model with specified model.
Declaration
public KeyMapping Match(Model<T> target)
Parameters
Type | Name | Description |
---|---|---|
Model<T> | target | The specified model. |
Returns
Type | Description |
---|---|
KeyMapping | The result key mapping. |
Match(Key<T>)
Matches this model with specified key projection.
Declaration
public KeyMapping Match(Key<T> target)
Parameters
Type | Name | Description |
---|---|---|
Key<T> | target | The specified key projection. |
Returns
Type | Description |
---|---|
KeyMapping | The result key mapping. |