ProLinga-4GL Reference Manual |
---|
Index — Fields of an index.
Table 11. Index Object Properties
<Object Application="MyOrder" Type="Index" Name="Country"> <Index> <ExternalName/> <Description>Country</Description> <DetailDescription>Compound index of country and code</DetailDescription> <Modified>2007-11-12T09:58:00</Modified> <OccurencesIndexEntry> <IndexEntry SequenceNo="1"> <DataDictionaryName>Country</DataDictionaryName> <Sort>Ascending</Sort> </IndexEntry> <IndexEntry SequenceNo="2"> <DataDictionaryName>CountryCode</DataDictionaryName> <Sort>Ascending</Sort> </IndexEntry> </OccurencesIndexEntry> </Index> </Object>
<< ErrorDialog Object | ListStore Object >> |