Show / Hide Table of Contents

Method Match

| Improve this Doc View Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

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