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
- Mapping.cs
- GridViewColumnHeaderAutomationPeer.cs
- ReliabilityContractAttribute.cs
- RecognizeCompletedEventArgs.cs
- mediaeventshelper.cs
- GraphicsPathIterator.cs
- XsltInput.cs
- RelatedPropertyManager.cs
- SoundPlayer.cs
- ToolStripHighContrastRenderer.cs
- UIElementParagraph.cs
- XslTransform.cs
- FastPropertyAccessor.cs
- CustomAttributeBuilder.cs
- SoapException.cs
- Int32CollectionValueSerializer.cs
- BinaryNode.cs
- FontFaceLayoutInfo.cs
- ThemeDictionaryExtension.cs
- TimeZone.cs
- ProfileService.cs
- MenuItemBinding.cs
- EDesignUtil.cs
- TypedReference.cs
- SqlErrorCollection.cs
- TextEditorLists.cs
- AdornerDecorator.cs
- InternalConfigEventArgs.cs
- ColorBlend.cs
- HostedTransportConfigurationManager.cs
- SmtpReplyReader.cs
- StorageModelBuildProvider.cs
- InternalTypeHelper.cs
- ECDiffieHellmanCng.cs
- designeractionlistschangedeventargs.cs
- SourceFileInfo.cs
- CaseExpr.cs
- RtfToXamlLexer.cs
- TypeExtensionConverter.cs
- SchemaNames.cs
- RegexRunner.cs
- OdbcErrorCollection.cs
- LinkLabel.cs
- PolyLineSegmentFigureLogic.cs
- SaveFileDialog.cs
- Buffer.cs
- DbReferenceCollection.cs
- DataGridViewTextBoxEditingControl.cs
- StylusButtonCollection.cs
- FieldTemplateFactory.cs
- indexingfiltermarshaler.cs
- SqlRowUpdatedEvent.cs
- XmlSchemaElement.cs
- BlobPersonalizationState.cs
- WebConfigurationFileMap.cs
- Emitter.cs
- EditorZoneDesigner.cs
- Literal.cs
- BamlTreeMap.cs
- TagNameToTypeMapper.cs
- InteropBitmapSource.cs
- TimeoutHelper.cs
- StandardOleMarshalObject.cs
- ListBoxAutomationPeer.cs
- TextChangedEventArgs.cs
- DbConnectionPoolIdentity.cs
- XmlSchemaImport.cs
- DispatcherHooks.cs
- BinaryFormatterSinks.cs
- DefaultTraceListener.cs
- StringCollection.cs
- Select.cs
- EventLogger.cs
- DoWorkEventArgs.cs
- TypeConverterAttribute.cs
- ProgressBarAutomationPeer.cs
- ParameterSubsegment.cs
- SchemaCollectionCompiler.cs
- EdmComplexPropertyAttribute.cs
- GroupBoxRenderer.cs
- SmiContext.cs
- RectangleF.cs
- KeyNotFoundException.cs
- CallSite.cs
- LogReserveAndAppendState.cs
- CodeComment.cs
- Figure.cs
- WebPartMinimizeVerb.cs
- Dispatcher.cs
- WebBrowserPermission.cs
- Array.cs
- EqualityComparer.cs
- XmlArrayItemAttribute.cs
- AudioException.cs
- InvalidPrinterException.cs
- DataRowChangeEvent.cs
- ScrollContentPresenter.cs
- FieldInfo.cs
- DesignerActionKeyboardBehavior.cs
- X509SecurityToken.cs