[To be supplied.]
[Visual Basic] MustOverride Protected Function CreateNewRowUpdatedEvent( _ ByVal dataRow As DataRow, _ ByVal command As DBCommand, _ ByVal commandType As String _ ) As RowUpdatedEventArgs [C#] protected abstract RowUpdatedEventArgs CreateNewRowUpdatedEvent( DataRow dataRow, DBCommand command, string commandType ); [C++] protected: virtual RowUpdatedEventArgs* CreateNewRowUpdatedEvent( DataRow* dataRow, DBCommand* command, String* commandType ) = 0; [JScript] protected abstract function CreateNewRowUpdatedEvent( dataRow : DataRow, command : DBCommand, commandType : String ) : RowUpdatedEventArgs;
DBDataSetCommand Class | DBDataSetCommand Members | System.Data.Internal Namespace