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!

SQLDataSetCommand.FixupDataCommand

[To be supplied.]

[Visual Basic]
Overrides Protected Sub FixupDataCommand( _
   ByVal command As DBCommand, _
   ByVal updateType As Integer, _
   ByVal row As DataRow, _
   ByVal mappings As DataColumnMappings _
)
[C#]
protected override void FixupDataCommand(
   DBCommand command,
   int updateType,
   DataRow row,
   DataColumnMappings mappings
);
[C++]
protected: override void FixupDataCommand(
   DBCommand* command,
   int updateType,
   DataRow* row,
   DataColumnMappings* mappings
);
[JScript]
protected override function FixupDataCommand(
   command : DBCommand,
   updateType : int,
   row : DataRow,
   mappings : DataColumnMappings
);

Parameters

command
[To be supplied.]
updateType
[To be supplied.]
row
[To be supplied.]
mappings
[To be supplied.]

See Also

SQLDataSetCommand Class | SQLDataSetCommand Members | System.Data.SQL Namespace