Advantage .NET Data Provider
Tests the active index to determine if it is a custom index.
public bool IsIndexCustom{ get; }
This property returns true if the current index order is a custom index. Custom indexes are indexes that are not maintained by Advantage. An application must add and delete the keys. The Advantage .NET Data Provider does not provide the means to create or maintain custom indexes.
See Also