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 (SchemaChangingEventArgs)

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

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

Parameters

scevent
[To be supplied.]

See Also

DBCommand Class | DBCommand Members | System.Data.Internal Namespace | DBCommand.OnSchemaChanging Overload List