Previous topic

DS_FindNCFile

Next topic

DS_GetNCFileName

This Page

DS_GetKeysΒΆ

DS_GetKeys returns all keys of the dataset map “Datasource”.

svKeys = DS_GetKeys(hData)

Return Value

svKeys is a string array with keys or an empty string if no keys are available.

Parameters

hData

hData is the dataset handle.

History

Version Description
5.20 New.

id-183761