Property Keys
Keys
Gets the primary keys of all rows in the table.
public string[] Keys { get; }
Property Value
- string[]
The primary keys of all the rows in the table.
Remarks
The implementation of this property uses the GetKeys extension method defined in the NotifyProtocol class.