Is it possible to find out the property name of the current column within the IUserType.NullSafeGet function?
The string[] names parameter of the IUserType.NullSafeGet function does only provide the aliases of the field that was used for the query. But in order to get a list of attributes that are attached to the owners (object owner of IUserType.NullSafeGet) property I need to find out the real name of the current property.