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