Property Event
Fired once for each property found within an entity.
Syntax
virtual int FireProperty(ODataPropertyEventParams *e);
typedef struct {
char* Name;
char* TypeName;
int Nullable;
int reserved;
} ODataPropertyEventParams;
Remarks
The Property event is fired once for each property found within an entity after setting SchemaEntityIndex.