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!

ADODataSetCommand.CreateNewSchemaMappingEvent

[To be supplied.]

[Visual Basic]
Overrides Protected Function CreateNewSchemaMappingEvent( _
   ByVal command As DBCommand, _
   ByVal dataSet As DataSet, _
   ByVal schemaTable As DataTable _
) As SchemaMappingEventArgs
[C#]
protected override SchemaMappingEventArgs CreateNewSchemaMappingEvent(
   DBCommand command,
   DataSet dataSet,
   DataTable schemaTable
);
[C++]
protected: override SchemaMappingEventArgs* CreateNewSchemaMappingEvent(
   DBCommand* command,
   DataSet* dataSet,
   DataTable* schemaTable
);
[JScript]
protected override function CreateNewSchemaMappingEvent(
   command : DBCommand,
   dataSet : DataSet,
   schemaTable : DataTable
) : SchemaMappingEventArgs;

Parameters

command
[To be supplied.]
dataSet
[To be supplied.]
schemaTable
[To be supplied.]

See Also

ADODataSetCommand Class | ADODataSetCommand Members | System.Data.ADO Namespace