EQUIVALENT OF nexus TnxTABLE INDEXNAME PROPERTY?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
satyaphani
Posts: 1
Joined: Sat 27 Aug 2016 06:21

EQUIVALENT OF nexus TnxTABLE INDEXNAME PROPERTY?

Post by satyaphani » Sat 27 Aug 2016 06:31

Hi ,
This is satyaphani we want to use SQL server in our project. So i have downloaded your trail version and doing sample appliations. Upto now we are using nexus components, while replacing TnxTable with TuniTable i did not found any properties related to Indexes except 'IndexfieldNames'. So can you please help me in finding Equvalent of Nexus TnxTable IndexName property in UniDAC.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: EQUIVALENT OF nexus TnxTABLE INDEXNAME PROPERTY?

Post by ViktorV » Mon 29 Aug 2016 09:00

An analogue of the TnxTable IndexName property in UniDAC is the IndexFieldNames property. See more detailed information about the method in UniDAC help: https://www.devart.com/unidac/docs/?dev ... dnames.htm

Post Reply