Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / OleDb / OleDbRowUpdatingEvent.cs / 1305376 / OleDbRowUpdatingEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.OleDb { using System; using System.Data; using System.Data.Common; public 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; public 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
- DataListItemEventArgs.cs
- ThrowHelper.cs
- DesignerProperties.cs
- VisualStyleInformation.cs
- TransactionFlowProperty.cs
- LabelEditEvent.cs
- CalloutQueueItem.cs
- BitmapSourceSafeMILHandle.cs
- TraceHandlerErrorFormatter.cs
- HandlerBase.cs
- GridView.cs
- GridViewSelectEventArgs.cs
- VersionedStreamOwner.cs
- DataGridViewToolTip.cs
- HostUtils.cs
- TextDecorationCollection.cs
- EntityDataSourceDesigner.cs
- DragEvent.cs
- TriggerCollection.cs
- SqlRowUpdatedEvent.cs
- ConfigXmlWhitespace.cs
- XMLSchema.cs
- TextCollapsingProperties.cs
- HtmlInputControl.cs
- ActiveXHelper.cs
- WorkflowPrinting.cs
- MeasurementDCInfo.cs
- KeyManager.cs
- SecurityPermission.cs
- Attribute.cs
- NumericPagerField.cs
- PaperSize.cs
- TableParaClient.cs
- TextSelectionHelper.cs
- Package.cs
- SchemaElementLookUpTable.cs
- IPipelineRuntime.cs
- DataGridViewButtonCell.cs
- PropertyReferenceSerializer.cs
- HelpInfo.cs
- AssemblyCache.cs
- GridViewDeletedEventArgs.cs
- HierarchicalDataSourceControl.cs
- PermissionSet.cs
- DecoderExceptionFallback.cs
- SecurityPermission.cs
- SimpleApplicationHost.cs
- PointCollection.cs
- TokenBasedSetEnumerator.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- RectKeyFrameCollection.cs
- PolicyManager.cs
- ValidationPropertyAttribute.cs
- ExceptionHandler.cs
- PropertyValueChangedEvent.cs
- DataGridViewColumnStateChangedEventArgs.cs
- _SslSessionsCache.cs
- StaticExtension.cs
- InternalResources.cs
- FormViewAutoFormat.cs
- XmlDeclaration.cs
- shaper.cs
- OrthographicCamera.cs
- XmlConvert.cs
- SpeechEvent.cs
- SpellerInterop.cs
- HwndStylusInputProvider.cs
- VerbConverter.cs
- LoginCancelEventArgs.cs
- EventLogPermission.cs
- FormParameter.cs
- EventListener.cs
- SqlInfoMessageEvent.cs
- DataRecordInternal.cs
- MsmqEncryptionAlgorithm.cs
- ProxyHwnd.cs
- ContextMenuStrip.cs
- Enum.cs
- ToolConsole.cs
- RootBrowserWindowProxy.cs
- Rfc2898DeriveBytes.cs
- ListCommandEventArgs.cs
- StickyNoteAnnotations.cs
- StateValidator.cs
- EntityReference.cs
- WebPartCloseVerb.cs
- AuthorizationSection.cs
- KnownBoxes.cs
- XomlDesignerLoader.cs
- CatalogPartCollection.cs
- StickyNoteAnnotations.cs
- ReflectEventDescriptor.cs
- HtmlTernaryTree.cs
- CqlLexerHelpers.cs
- FastPropertyAccessor.cs
- StoreItemCollection.Loader.cs
- GridSplitter.cs
- DaylightTime.cs
- HtmlTextArea.cs
- SingleObjectCollection.cs