Show / Hide Table of Contents

Method GetMatchColumns

| Improve this Doc View Source

GetMatchColumns(T)

Gets columns which contains values that can match row uniquely.

Declaration
protected virtual IReadOnlyList<Column> GetMatchColumns(T _)
Parameters
Type Name Description
T _

The entity.

Returns
Type Description
System.Collections.Generic.IReadOnlyList<Column>

The columns which contains values that can match row uniquely.

Remarks

The default implementation returns the primary key.

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