RecordSet PrimaryKey Property NReco.Data Class Library Documentation
Gets or sets an array of columns that function as primary keys for this RecordSet.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public RecordSet Column[] PrimaryKey { get; set; }

Property Value

Type:  RecordSet Column 
See Also