FDO API Reference Feature Data Objects

virtual FDO_API FdoString** FdoIPropertyDictionary::GetPropertyNames FdoInt32 &  count  )  [pure virtual]
 

Gets the names of all the properties that can appear in a connection string for this feature provider as an array of Strings. The order of the property names in the resulting array dictate the order in which they need to be specified. This is especially important for the success of the EnumeratePropertyValues method because properties that occur earlier in the array may be required for successful enumeration of properties that appear later.

Parameters:
count Output the number of parameters
Returns:
Returns the list of parameter names

Comments or suggestions? Send us feedback.