Declaration

function GetDataDictionaryEx(const aTableName: string; aDictionary: TnxDataDictionary): TnxResult;

 
Description

The method returns the data dictionary of a given table. Returns an error code on failure.

 
Parameters

const aTableName: string

table name

aDictionary: TnxDataDictionary

will hold the dictionary after the method returns; must not be nil

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxDatabase