[To be supplied.]
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);
DBCommand Class | DBCommand Members | System.Data.Internal Namespace