NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DBCommand.OnSchemaChanging

[To be supplied.]

Overload List

Raises the SchemaChanging event.

[Visual Basic] Overloads Protected Sub OnSchemaChanging()
[C#] protected void OnSchemaChanging();
[C++] protected: void OnSchemaChanging();
[JScript] protected function OnSchemaChanging();

An implicit listener resets the command parameters for SchemaType.Source events when in design mode

[Visual Basic] Overloads Overridable Protected Sub OnSchemaChanging(SchemaChangingEventArgs)
[C#] protected virtual void OnSchemaChanging(SchemaChangingEventArgs);
[C++] protected: virtual void OnSchemaChanging(SchemaChangingEventArgs*);
[JScript] protected function OnSchemaChanging(SchemaChangingEventArgs);

See Also

DBCommand Class | DBCommand Members | System.Data.Internal Namespace