Property Event

Fired once for each property found within an entity.

Syntax

odata.on('Property', [callback])

Callback

The 'callback' is called when the 'Property' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.name
e.typeName
e.nullable

Remarks

The Property event is fired once for each property found within an entity after setting SchemaEntityIndex.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Node.js Edition - Version 20.0 [Build 8307]