IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

Property Event

Fired once for each property found within an entity.

Syntax

[VB.NET]
Public Event OnProperty As OnPropertyHandler
[C#]
public event OnPropertyHandler OnProperty;

public delegate void OnPropertyHandler(object sender, OdatasPropertyEventArgs e);

class OdatasPropertyEventArgs : EventArgs {
  string Name {get;}
  string TypeName {get;}
  bool Nullable {get;}
}

Remarks

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

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0