Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- DocumentViewer.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- FieldToken.cs
- HttpCapabilitiesSectionHandler.cs
- GPRECTF.cs
- _HeaderInfo.cs
- DATA_BLOB.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- ContentElement.cs
- SamlSecurityToken.cs
- DateTimeFormatInfo.cs
- AdapterUtil.cs
- SoapIncludeAttribute.cs
- AudioFormatConverter.cs
- DataObjectCopyingEventArgs.cs
- UrlMappingsModule.cs
- AutomationElementCollection.cs
- CompatibleIComparer.cs
- RegexCharClass.cs
- RemotingConfigParser.cs
- GenericXmlSecurityToken.cs
- ConstructorNeedsTagAttribute.cs
- FlowDocumentPageViewerAutomationPeer.cs
- XmlSchemaAttribute.cs
- ControlParser.cs
- TranslateTransform.cs
- CalendarAutoFormatDialog.cs
- SessionSymmetricTransportSecurityProtocolFactory.cs
- Axis.cs
- RoleGroupCollection.cs
- NullableIntAverageAggregationOperator.cs
- GroupStyle.cs
- WorkflowOperationBehavior.cs
- TemplatePagerField.cs
- ProjectionCamera.cs
- AxisAngleRotation3D.cs
- PointHitTestParameters.cs
- DataGridTextBoxColumn.cs
- EventProvider.cs
- PrintController.cs
- AuthorizationRule.cs
- RuntimeWrappedException.cs
- StringUtil.cs
- IdentityManager.cs
- SafeNativeMethods.cs
- itemelement.cs
- GroupQuery.cs
- InkCanvas.cs
- ProcessProtocolHandler.cs
- As.cs
- XmlDocumentFragment.cs
- DocumentDesigner.cs
- _NegoStream.cs
- Brush.cs
- DefaultHttpHandler.cs
- BitmapCacheBrush.cs
- WindowsImpersonationContext.cs
- MruCache.cs
- ServiceModelConfiguration.cs
- InstanceCollisionException.cs
- CommittableTransaction.cs
- Walker.cs
- TextTreeInsertUndoUnit.cs
- Int32AnimationBase.cs
- UniqueConstraint.cs
- WindowsMenu.cs
- ApplicationInterop.cs
- X509Chain.cs
- StateBag.cs
- PartitionResolver.cs
- FloaterBaseParagraph.cs
- IIS7WorkerRequest.cs
- GridViewCommandEventArgs.cs
- ZipFileInfo.cs
- LicenseProviderAttribute.cs
- RIPEMD160.cs
- EntityViewContainer.cs
- ListViewItemSelectionChangedEvent.cs
- InstanceLockLostException.cs
- DesignerExtenders.cs
- IResourceProvider.cs
- ServiceMemoryGates.cs
- ChtmlMobileTextWriter.cs
- ISFTagAndGuidCache.cs
- ScriptReference.cs
- List.cs
- ParallelEnumerable.cs
- ContextDataSourceView.cs
- ClonableStack.cs
- SendKeys.cs
- MD5Cng.cs
- RectangleHotSpot.cs
- SafeArrayRankMismatchException.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- AutoResetEvent.cs
- BaseParagraph.cs
- DataGrid.cs
- TypedDataSourceCodeGenerator.cs
- exports.cs
- OperationPickerDialog.designer.cs