[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 );
SQLDataSetCommand Class | SQLDataSetCommand Members | System.Data.SQL Namespace