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
- NameObjectCollectionBase.cs
- XmlBuffer.cs
- DataBinder.cs
- SqlDependencyUtils.cs
- Rect3DValueSerializer.cs
- _ServiceNameStore.cs
- XmlNamespaceDeclarationsAttribute.cs
- BitmapEffectGeneralTransform.cs
- XmlValidatingReaderImpl.cs
- DataGridItemCollection.cs
- PTConverter.cs
- DataServiceExpressionVisitor.cs
- XmlBaseReader.cs
- XmlSerializer.cs
- SyndicationSerializer.cs
- Axis.cs
- GlyphRunDrawing.cs
- WebConvert.cs
- DataBindingsDialog.cs
- IDReferencePropertyAttribute.cs
- MD5HashHelper.cs
- CatalogZoneBase.cs
- MetabaseServerConfig.cs
- HiddenFieldPageStatePersister.cs
- WindowsFont.cs
- ReferencedCollectionType.cs
- X509SecurityTokenAuthenticator.cs
- ELinqQueryState.cs
- ByteAnimation.cs
- SmiXetterAccessMap.cs
- IgnoreSection.cs
- DataQuery.cs
- EntityDataSourceMemberPath.cs
- QuaternionAnimationUsingKeyFrames.cs
- XmlNode.cs
- InitializationEventAttribute.cs
- ZipIOModeEnforcingStream.cs
- GlobalAclOperationRequirement.cs
- EventLogEntry.cs
- MergablePropertyAttribute.cs
- ListViewAutomationPeer.cs
- DictionaryGlobals.cs
- Random.cs
- MethodBuilder.cs
- PropertyDescriptorGridEntry.cs
- BamlLocalizableResourceKey.cs
- BindingValueChangedEventArgs.cs
- AccessDataSourceView.cs
- PasswordBoxAutomationPeer.cs
- CompilerGlobalScopeAttribute.cs
- HttpStreams.cs
- ParameterEditorUserControl.cs
- GetPageNumberCompletedEventArgs.cs
- DragDropManager.cs
- TextRange.cs
- FileDialog_Vista_Interop.cs
- WebPartZoneDesigner.cs
- CounterSampleCalculator.cs
- MouseGesture.cs
- SubMenuStyleCollection.cs
- UriSection.cs
- RegionIterator.cs
- DictionaryManager.cs
- RenderData.cs
- TextTreeTextNode.cs
- DocumentOrderComparer.cs
- RelatedImageListAttribute.cs
- AsmxEndpointPickerExtension.cs
- DateTimeStorage.cs
- DataControlPagerLinkButton.cs
- SendMessageChannelCache.cs
- XmlSiteMapProvider.cs
- QilInvokeEarlyBound.cs
- PeerApplication.cs
- FontDifferentiator.cs
- JsonFormatReaderGenerator.cs
- MessageBox.cs
- SizeF.cs
- FocusWithinProperty.cs
- AccessControlList.cs
- OdbcPermission.cs
- RijndaelManagedTransform.cs
- WebBrowserSiteBase.cs
- Point3DAnimation.cs
- CatalogPart.cs
- VectorAnimation.cs
- InvokeBase.cs
- SafePEFileHandle.cs
- XNameTypeConverter.cs
- XmlSignificantWhitespace.cs
- SingleKeyFrameCollection.cs
- DataContractSerializerSection.cs
- SiteMapNodeCollection.cs
- _Events.cs
- ConstructorBuilder.cs
- TextServicesContext.cs
- QueryParameter.cs
- PageCache.cs
- baseshape.cs
- DataKey.cs