RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocateParams.AdapterName Property

Specifies the name of the dataset adapter to which these key fields and values belong.

Pascal
property AdapterName: string;
C++
__property AnsiString AdapterName;

AdapterName identifies the dataset adapter that uses these key fields and value to locate a dataset record. This value is the same as the value of the dataset adapter's Name property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!