AdsExtendedReader.IsIndexPrimaryKey

Advantage .NET Data Provider

Tests the active index to determine if it is the primary key.

public bool IsIndexPrimaryKey{ get; }

Remarks

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

AdsExtendedReader.ActiveIndex

AdsExtendedReader.CreateIndex