[To be supplied.]
Raises the SchemaChanged event.
[Visual Basic] Overloads Protected Sub OnSchemaChanged()
[C#] protected void OnSchemaChanged();
[C++] protected: void OnSchemaChanged();
[JScript] protected function OnSchemaChanged();
Raises the OnSchemaChanged event.
[Visual Basic] Overloads Overridable Protected Sub OnSchemaChanged(SchemaChangedEventArgs)
[C#] protected virtual void OnSchemaChanged(SchemaChangedEventArgs);
[C++] protected: virtual void OnSchemaChanged(SchemaChangedEventArgs*);
[JScript] protected function OnSchemaChanged(SchemaChangedEventArgs);
The following example uses this method within a derived class.
DBCommand Class | DBCommand Members | System.Data.Internal Namespace