Method GetMatchColumns
| Improve this Doc View SourceGetMatchColumns(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.