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.OnSchemaChanged

[To be supplied.]

Overload List

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);

Example

The following example uses this method within a derived class.

See Also

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