Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- AdapterDictionary.cs
- ConnectionStringsSection.cs
- TreeViewImageGenerator.cs
- StorageRoot.cs
- MetadataArtifactLoaderCompositeResource.cs
- Pipe.cs
- GenericWebPart.cs
- FilterableAttribute.cs
- _WinHttpWebProxyDataBuilder.cs
- QueryOutputWriter.cs
- State.cs
- PaperSize.cs
- PackageDigitalSignatureManager.cs
- NativeObjectSecurity.cs
- _UriSyntax.cs
- StandardRuntimeEnumValidator.cs
- VarRemapper.cs
- ListViewInsertEventArgs.cs
- _BaseOverlappedAsyncResult.cs
- RootNamespaceAttribute.cs
- BoundColumn.cs
- SortDescriptionCollection.cs
- CompositeFontInfo.cs
- NumericUpDownAcceleration.cs
- TextParagraph.cs
- RuleRefElement.cs
- Attributes.cs
- Pkcs7Signer.cs
- DelayedRegex.cs
- IRCollection.cs
- ActionMessageFilterTable.cs
- DependencyObject.cs
- ReferenceEqualityComparer.cs
- SqlParameterCollection.cs
- HostingEnvironmentWrapper.cs
- EntityDesignerDataSourceView.cs
- HighContrastHelper.cs
- HashLookup.cs
- XmlSchemaAnnotation.cs
- CreateDataSourceDialog.cs
- DynamicDiscoSearcher.cs
- RijndaelManaged.cs
- HttpHandlersSection.cs
- RangeValuePatternIdentifiers.cs
- XMLSchema.cs
- NumericUpDown.cs
- RootDesignerSerializerAttribute.cs
- EventLogEntryCollection.cs
- SqlMethodTransformer.cs
- Transform3DGroup.cs
- DropShadowEffect.cs
- TemplateColumn.cs
- RangeContentEnumerator.cs
- PresentationAppDomainManager.cs
- Image.cs
- XmlnsPrefixAttribute.cs
- DivideByZeroException.cs
- BitmapEffectGroup.cs
- XmlSchemaNotation.cs
- DataGridViewBand.cs
- UrlMappingCollection.cs
- CalloutQueueItem.cs
- ProjectedSlot.cs
- AutoResizedEvent.cs
- KeyValueConfigurationElement.cs
- AttributeConverter.cs
- ObjectComplexPropertyMapping.cs
- CodeGeneratorOptions.cs
- SystemParameters.cs
- RetrieveVirtualItemEventArgs.cs
- SqlComparer.cs
- Label.cs
- DetailsViewRow.cs
- OutputBuffer.cs
- SqlConnectionFactory.cs
- DiscoveryMessageProperty.cs
- ITextView.cs
- PersonalizableAttribute.cs
- SystemIPGlobalStatistics.cs
- Compiler.cs
- ObjectFullSpanRewriter.cs
- GregorianCalendarHelper.cs
- Transform.cs
- SharedStream.cs
- BaseResourcesBuildProvider.cs
- messageonlyhwndwrapper.cs
- ComboBoxDesigner.cs
- NodeFunctions.cs
- TypeUnloadedException.cs
- PolicyStatement.cs
- SafeProcessHandle.cs
- Trace.cs
- PenContexts.cs
- FromReply.cs
- DataGridViewComboBoxEditingControl.cs
- Stackframe.cs
- HMACSHA384.cs
- OracleInternalConnection.cs
- XmlSchemaComplexType.cs
- FixedHyperLink.cs