FireDAC.Comp.DataSet.TFDIndexes.IndexByName
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
| Unit: FireDAC.Comp.DataSet | |
| Parent: TFDIndexes | |
Delphi
function IndexByName(const AName: String): TFDIndex;
C++
TFDIndex* __fastcall IndexByName(const System::UnicodeString AName);
Description
Finds a TFDIndex object by its name and raises an exception if it is not found.