Occurs during Update after 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 SchemaChanged event.
[Visual Basic] Private Sub DataSetCommandName_SchemaChanged( _ ByVal sender As Object, _ ByVal e As SchemaChangedEventArgs _ ) [C#] private void DataSetCommandName_SchemaChanged( object sender, SchemaChangedEventArgs e ); [C++] private: void DataSetCommandName_SchemaChanged( Object* sender, SchemaChangedEventArgs* e ); [JScript] private DataSetCommandName_SchemaChanged( sender : Object, e : SchemaChangedEventArgs );
Property | Description |
---|---|
|
|
|
DataSetCommand Class | DataSetCommand MembersTopic | System.Data.Internal Namespace