Occurs when the DataSet schema is to be changed to match the schema change of the data source.
The following declaration shows the syntax for a method that handles the SchemaChanging event.
[Visual Basic] Private Sub DBCommandName_SchemaChanging( _ ByVal sender As Object, _ ByVal e As SchemaChangingEventArgs _ ) [C#] private void DBCommandName_SchemaChanging( object sender, SchemaChangingEventArgs e ); [C++] private: void DBCommandName_SchemaChanging( Object* sender, SchemaChangingEventArgs* e ); [JScript] private DBCommandName_SchemaChanging( sender : Object, e : SchemaChangingEventArgs );
Property | Description |
---|---|
|
|
|
DBCommand Class | DBCommand MembersTopic | System.Data.Internal Namespace