Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Data / System / Data / OleDb / OleDbRowUpdatingEvent.cs / 1 / OleDbRowUpdatingEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.OleDb { using System; using System.Data; using System.Data.Common; #if WINFSInternalOnly internal #else public #endif sealed class OleDbRowUpdatingEventArgs : RowUpdatingEventArgs { public OleDbRowUpdatingEventArgs(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(dataRow, command, statementType, tableMapping) { } new public OleDbCommand Command { get { return (base.Command as OleDbCommand); } set { base.Command = value; } } override protected IDbCommand BaseCommand { get { return base.BaseCommand; } set { base.BaseCommand = (value as OleDbCommand); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.OleDb { using System; using System.Data; using System.Data.Common; #if WINFSInternalOnly internal #else public #endif sealed class OleDbRowUpdatingEventArgs : RowUpdatingEventArgs { public OleDbRowUpdatingEventArgs(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(dataRow, command, statementType, tableMapping) { } new public OleDbCommand Command { get { return (base.Command as OleDbCommand); } set { base.Command = value; } } override protected IDbCommand BaseCommand { get { return base.BaseCommand; } set { base.BaseCommand = (value as OleDbCommand); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AbstractDataSvcMapFileLoader.cs
- TextBox.cs
- URLString.cs
- TreeViewHitTestInfo.cs
- IIS7UserPrincipal.cs
- XmlQueryType.cs
- JournalEntryListConverter.cs
- Size.cs
- MulticastIPAddressInformationCollection.cs
- HighlightVisual.cs
- DataGridBoundColumn.cs
- ProjectedSlot.cs
- PointKeyFrameCollection.cs
- ColumnMapTranslator.cs
- GridLength.cs
- Guid.cs
- RuntimeVariableList.cs
- StaticTextPointer.cs
- ForeignConstraint.cs
- HtmlTableCellCollection.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- StyleTypedPropertyAttribute.cs
- CodeDirectiveCollection.cs
- MimeObjectFactory.cs
- WeakReference.cs
- HtmlInputText.cs
- Timeline.cs
- Style.cs
- Screen.cs
- RecordBuilder.cs
- SqlNodeAnnotation.cs
- HandledEventArgs.cs
- XmlAttributeAttribute.cs
- ListViewInsertEventArgs.cs
- DataGridViewHeaderCell.cs
- linebase.cs
- MetadataItemSerializer.cs
- Table.cs
- ExternalCalls.cs
- DefaultProxySection.cs
- EntitySetBaseCollection.cs
- BasePropertyDescriptor.cs
- ExtendedPropertyDescriptor.cs
- XPathMessageContext.cs
- ClientFormsAuthenticationMembershipProvider.cs
- IsolatedStorageFile.cs
- oledbconnectionstring.cs
- webeventbuffer.cs
- Decimal.cs
- ItemMap.cs
- WebEventCodes.cs
- DataGridViewToolTip.cs
- CompilationLock.cs
- AccessedThroughPropertyAttribute.cs
- CommandHelper.cs
- ECDiffieHellman.cs
- MediaTimeline.cs
- CompiledIdentityConstraint.cs
- TraceFilter.cs
- PanelStyle.cs
- XPathArrayIterator.cs
- AsyncStreamReader.cs
- DropDownList.cs
- StringAnimationUsingKeyFrames.cs
- AssemblyNameProxy.cs
- Regex.cs
- PersonalizationStateInfo.cs
- WSSecurityPolicy11.cs
- Route.cs
- PassportAuthentication.cs
- FileUpload.cs
- TypeForwardedToAttribute.cs
- NameValueCollection.cs
- SchemaDeclBase.cs
- GAC.cs
- RefType.cs
- RtfToken.cs
- EditingMode.cs
- DateTimeValueSerializerContext.cs
- ColumnMapTranslator.cs
- CursorEditor.cs
- ApplicationId.cs
- RemoteWebConfigurationHostStream.cs
- SoapFormatter.cs
- WebPart.cs
- Number.cs
- InputBuffer.cs
- PolicyException.cs
- Emitter.cs
- PolicyValidationException.cs
- UnsafeNativeMethods.cs
- Condition.cs
- ProfessionalColorTable.cs
- CultureMapper.cs
- DataSourceCache.cs
- SafeArrayTypeMismatchException.cs
- SelectionProviderWrapper.cs
- RTTypeWrapper.cs
- ReadOnlyMetadataCollection.cs
- OrElse.cs