Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWebControls / System / Data / WebControls / EntityDataSourceContextDisposingEventArgs.cs / 1305376 / EntityDataSourceContextDisposingEventArgs.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner objsdev //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using System.Data.Objects; namespace System.Web.UI.WebControls { public class EntityDataSourceContextDisposingEventArgs : CancelEventArgs { private readonly ObjectContext _context = null; internal EntityDataSourceContextDisposingEventArgs(ObjectContext instance) { _context = instance; } public ObjectContext Context { get { return _context; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner objsdev //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using System.Data.Objects; namespace System.Web.UI.WebControls { public class EntityDataSourceContextDisposingEventArgs : CancelEventArgs { private readonly ObjectContext _context = null; internal EntityDataSourceContextDisposingEventArgs(ObjectContext instance) { _context = instance; } public ObjectContext Context { get { return _context; } } } } // 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
- SendKeys.cs
- AlternateView.cs
- ContextProperty.cs
- HttpModulesSection.cs
- X509CertificateEndpointIdentity.cs
- WindowsSysHeader.cs
- ParentQuery.cs
- ZipArchive.cs
- WorkflowViewService.cs
- WsiProfilesElementCollection.cs
- XPathDocumentNavigator.cs
- CollectionExtensions.cs
- MetadataArtifactLoaderComposite.cs
- Mappings.cs
- HttpWebRequest.cs
- IIS7UserPrincipal.cs
- OdbcStatementHandle.cs
- XPathNavigator.cs
- PermissionListSet.cs
- StatusBarItemAutomationPeer.cs
- ProfileParameter.cs
- VectorAnimationUsingKeyFrames.cs
- BitmapScalingModeValidation.cs
- COM2PictureConverter.cs
- ZoneIdentityPermission.cs
- SQLBytesStorage.cs
- NativeCppClassAttribute.cs
- BindStream.cs
- MLangCodePageEncoding.cs
- DataServiceContext.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- XmlAttributeAttribute.cs
- Stream.cs
- ProgressiveCrcCalculatingStream.cs
- CuspData.cs
- WindowPattern.cs
- WorkflowTimerService.cs
- HtmlInputText.cs
- DtdParser.cs
- SingletonChannelAcceptor.cs
- MessageBox.cs
- MetabaseServerConfig.cs
- XPathNavigatorKeyComparer.cs
- InputLanguageProfileNotifySink.cs
- DbConnectionPool.cs
- AssemblyBuilderData.cs
- TextDocumentView.cs
- SmtpNegotiateAuthenticationModule.cs
- AutomationEvent.cs
- MSAAEventDispatcher.cs
- GPStream.cs
- InstanceData.cs
- HtmlPanelAdapter.cs
- PlatformCulture.cs
- Point3DKeyFrameCollection.cs
- EventLogPermissionEntryCollection.cs
- CodeDOMUtility.cs
- CompilerState.cs
- DbCommandDefinition.cs
- SystemIcons.cs
- XPathNavigatorReader.cs
- ValueUtilsSmi.cs
- UriParserTemplates.cs
- TransformProviderWrapper.cs
- ConfigurationSection.cs
- StringDictionary.cs
- HttpContextBase.cs
- IndependentlyAnimatedPropertyMetadata.cs
- DocumentPageTextView.cs
- ObjRef.cs
- NativeMethodsCLR.cs
- PersonalizationState.cs
- PersonalizationProviderCollection.cs
- EdgeModeValidation.cs
- SchemaCollectionCompiler.cs
- ExpressionConverter.cs
- XmlSchemaNotation.cs
- ColumnBinding.cs
- QueryAsyncResult.cs
- ThicknessKeyFrameCollection.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- BindingSource.cs
- SchemaTableOptionalColumn.cs
- ObjRef.cs
- SHA1.cs
- QueryCacheManager.cs
- TokenBasedSetEnumerator.cs
- SortedSet.cs
- VisualStyleElement.cs
- CodeGenerator.cs
- TypeConverterHelper.cs
- CodeDirectiveCollection.cs
- RegistrationServices.cs
- RoutingTable.cs
- QueryPageSettingsEventArgs.cs
- FamilyTypefaceCollection.cs
- InputScopeAttribute.cs
- WorkflowCompensationBehavior.cs
- Rules.cs
- NativeObjectSecurity.cs