Occurs during Update before a command is executed against the data source when the schema may be potentially different due to a property change.
The following declaration shows the syntax for a method that handles the SchemaChanging event.
[Visual Basic] Private Sub DataSetCommandName_SchemaChanging( _ ByVal sender As Object, _ ByVal e As SchemaChangingEventArgs _ ) [C#] private void DataSetCommandName_SchemaChanging( object sender, SchemaChangingEventArgs e ); [C++] private: void DataSetCommandName_SchemaChanging( Object* sender, SchemaChangingEventArgs* e ); [JScript] private DataSetCommandName_SchemaChanging( sender : Object, e : SchemaChangingEventArgs );
Property | Description |
---|---|
|
|
|
DataSetCommand Class | DataSetCommand MembersTopic | System.Data.Internal Namespace