2
2G
Hello
Can anyone tel me how to do this :
System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler =
new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
ps, if anyone knows some good tutorials about CodeDom, please post or mail
the link, I'm having a very hard time finding what everything is.
thanks
Can anyone tel me how to do this :
System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler =
new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
ps, if anyone knows some good tutorials about CodeDom, please post or mail
the link, I'm having a very hard time finding what everything is.
thanks