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!

DataSetCommand.CreateNewTableMappings

[To be supplied.]

[Visual Basic]
Overridable Protected Function CreateNewTableMappings() As _
   DataTableMappings
[C#]
protected virtual DataTableMappings CreateNewTableMappings();
[C++]
protected: virtual DataTableMappings* CreateNewTableMappings();
[JScript]
protected function CreateNewTableMappings() : DataTableMappings;

See Also

DataSetCommand Class | DataSetCommand Members | System.Data.Internal Namespace