Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Data / System / Data / SqlClient / SqlRowUpdatingEvent.cs / 1 / SqlRowUpdatingEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { using System; using System.Data; using System.Data.Common; #if WINFSInternalOnly internal #else public #endif sealed class SqlRowUpdatingEventArgs : RowUpdatingEventArgs { public SqlRowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(row, command, statementType, tableMapping) { } new public SqlCommand Command { get { return (base.Command as SqlCommand); } set { base.Command = value; } } override protected IDbCommand BaseCommand { get { return base.BaseCommand; } set { base.BaseCommand = (value as SqlCommand); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { using System; using System.Data; using System.Data.Common; #if WINFSInternalOnly internal #else public #endif sealed class SqlRowUpdatingEventArgs : RowUpdatingEventArgs { public SqlRowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) : base(row, command, statementType, tableMapping) { } new public SqlCommand Command { get { return (base.Command as SqlCommand); } set { base.Command = value; } } override protected IDbCommand BaseCommand { get { return base.BaseCommand; } set { base.BaseCommand = (value as SqlCommand); } } } } // 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
- SafeProcessHandle.cs
- WindowsPrincipal.cs
- ExecutionContext.cs
- NullableDoubleSumAggregationOperator.cs
- BaseCollection.cs
- Pair.cs
- WebPartManagerInternals.cs
- ButtonRenderer.cs
- PublisherMembershipCondition.cs
- ImageListUtils.cs
- DeadCharTextComposition.cs
- RoleManagerSection.cs
- ListenerHandler.cs
- SpStreamWrapper.cs
- XamlWriter.cs
- Main.cs
- XmlDocumentFragment.cs
- GetPageCompletedEventArgs.cs
- RepeaterCommandEventArgs.cs
- SafeNativeMethods.cs
- XD.cs
- ArraySegment.cs
- XmlLanguageConverter.cs
- DefaultCommandConverter.cs
- SiteMapDataSourceView.cs
- NegotiationTokenAuthenticatorStateCache.cs
- DependencyProperty.cs
- AmbiguousMatchException.cs
- DataRelationCollection.cs
- WebPartEditorApplyVerb.cs
- TagPrefixInfo.cs
- DataRecordInfo.cs
- FontInfo.cs
- TextParentUndoUnit.cs
- Grant.cs
- BinaryWriter.cs
- DataGridColumn.cs
- ImportStoreException.cs
- AbstractDataSvcMapFileLoader.cs
- CreateUserWizardDesigner.cs
- XmlSchemaSimpleType.cs
- HttpListenerElement.cs
- ProtocolsConfigurationHandler.cs
- AutomationAttributeInfo.cs
- UInt64.cs
- BamlRecords.cs
- File.cs
- XmlNullResolver.cs
- ClosableStream.cs
- ClientUtils.cs
- Recipient.cs
- StructuredProperty.cs
- StructuralType.cs
- Simplifier.cs
- MergablePropertyAttribute.cs
- HtmlInputButton.cs
- TimeoutHelper.cs
- PhoneCallDesigner.cs
- HasCopySemanticsAttribute.cs
- RSAPKCS1SignatureFormatter.cs
- AccessDataSource.cs
- DataServiceKeyAttribute.cs
- System.Data.OracleClient_BID.cs
- HttpPostProtocolReflector.cs
- SafeCryptHandles.cs
- Pair.cs
- QuaternionRotation3D.cs
- QuaternionKeyFrameCollection.cs
- XsdBuilder.cs
- IDReferencePropertyAttribute.cs
- XmlSchemaSimpleContent.cs
- FileDialog.cs
- SecurityIdentifierConverter.cs
- DbParameterCollectionHelper.cs
- MemberListBinding.cs
- IPAddressCollection.cs
- TransportSecurityProtocolFactory.cs
- HttpRequest.cs
- LogExtentCollection.cs
- FlowPosition.cs
- CompilerState.cs
- DeviceContext2.cs
- SqlWebEventProvider.cs
- XmlElementAttributes.cs
- LOSFormatter.cs
- LoadItemsEventArgs.cs
- PopOutPanel.cs
- CodeIndexerExpression.cs
- MediaPlayer.cs
- WSFederationHttpSecurityMode.cs
- UpdateManifestForBrowserApplication.cs
- StrongNameKeyPair.cs
- ProcessHost.cs
- ComponentChangingEvent.cs
- HtmlImage.cs
- InternalMappingException.cs
- TypedReference.cs
- TimeZone.cs
- XmlSiteMapProvider.cs
- _KerberosClient.cs