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!

DBDataSetCommand.FixupDataCommand

[To be supplied.]

[Visual Basic]
Overridable Protected Sub FixupDataCommand( _
   ByVal command As DBCommand, _
   ByVal updateType As Integer, _
   ByVal row As DataRow, _
   ByVal mappings As DataColumnMappings _
)
[C#]
protected virtual void FixupDataCommand(
   DBCommand command,
   int updateType,
   DataRow row,
   DataColumnMappings mappings
);
[C++]
protected: virtual void FixupDataCommand(
   DBCommand* command,
   int updateType,
   DataRow* row,
   DataColumnMappings* mappings
);
[JScript]
protected 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

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