ComponentOne DataObjects for .NET
PrimaryKey Property (C1DataTable)

C1.Data.2 Assembly > C1.Data Namespace > C1DataTable Class : PrimaryKey Property
Gets an array of fields that function as primary key of this data table.
Syntax
'Declaration
 
Public ReadOnly Property PrimaryKey As DataField()
public DataField[] PrimaryKey {get;}
See Also

Reference

C1DataTable Class
C1DataTable Members
Table Properties