Advantage .NET Data Provider
Tests the active index to determine if it is the primary key.
public bool IsIndexPrimaryKey{ get; }
This property returns true if the current index order is the primary key for the table. This is only applicable for tables in a data dictionary.
See Also