Gets or sets an array of columns that function as primary keys for this
RecordSet.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public RecordSet Column[] PrimaryKey { get; set; }
public RecordSet..::..Column[] PrimaryKey { get; set; }
Public Property PrimaryKey As RecordSet Column()
Get
Set
Public Property PrimaryKey As RecordSet..::..Column()
Get
Set
public:
property array<RecordSet Column^>^ PrimaryKey {
array<RecordSet Column^>^ get ();
void set (array<RecordSet Column^>^ value);
}
public:
property array<RecordSet..::..Column^>^ PrimaryKey {
array<RecordSet..::..Column^>^ get ();
void set (array<RecordSet..::..Column^>^ value);
}
member PrimaryKey : RecordSet Column[] with get, set
member PrimaryKey : RecordSet..::..Column[] with get, set
Property Value
Type:
RecordSet Column