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
- DocumentViewerBase.cs
- XPathSelfQuery.cs
- InkSerializer.cs
- ResourceSet.cs
- GenericAuthenticationEventArgs.cs
- PropertyChangingEventArgs.cs
- RadioButtonRenderer.cs
- RuntimeHandles.cs
- XmlQueryType.cs
- X509Certificate2.cs
- CustomExpression.cs
- TypeHelpers.cs
- PlatformNotSupportedException.cs
- EditingCommands.cs
- Button.cs
- EastAsianLunisolarCalendar.cs
- ListChangedEventArgs.cs
- DesignerDataConnection.cs
- RecognizedPhrase.cs
- DocumentCollection.cs
- ConfigurationFileMap.cs
- Cursors.cs
- MailAddress.cs
- SqlNodeAnnotations.cs
- TriggerActionCollection.cs
- PLINQETWProvider.cs
- webeventbuffer.cs
- DataBoundControlActionList.cs
- RepeaterCommandEventArgs.cs
- Section.cs
- ChineseLunisolarCalendar.cs
- CssStyleCollection.cs
- RequestCache.cs
- Propagator.Evaluator.cs
- AuditLogLocation.cs
- StylusDownEventArgs.cs
- _ConnectionGroup.cs
- ExternalCalls.cs
- DecimalAnimationUsingKeyFrames.cs
- TextContainerChangedEventArgs.cs
- LockedActivityGlyph.cs
- ConfigurationSectionCollection.cs
- SamlSecurityToken.cs
- FieldNameLookup.cs
- WebPartExportVerb.cs
- ChangeConflicts.cs
- PropertyValidationContext.cs
- MailSettingsSection.cs
- BaseParaClient.cs
- MemberListBinding.cs
- ResourcePart.cs
- ResourcesBuildProvider.cs
- TypeForwardedFromAttribute.cs
- FixedDSBuilder.cs
- ContentType.cs
- WindowCollection.cs
- PaperSource.cs
- WebPartZoneBase.cs
- DrawingState.cs
- PolyQuadraticBezierSegment.cs
- PbrsForward.cs
- FontFaceLayoutInfo.cs
- WaitHandle.cs
- OracleCommandSet.cs
- DesignerValidationSummaryAdapter.cs
- HierarchicalDataSourceControl.cs
- NetworkAddressChange.cs
- CompositeControlDesigner.cs
- AxisAngleRotation3D.cs
- CompiledIdentityConstraint.cs
- EntityContainerEntitySetDefiningQuery.cs
- AutomationPatternInfo.cs
- ManifestResourceInfo.cs
- DecoderFallbackWithFailureFlag.cs
- ColorIndependentAnimationStorage.cs
- Win32.cs
- EdgeModeValidation.cs
- IgnoreSection.cs
- Win32PrintDialog.cs
- AspProxy.cs
- SecurityException.cs
- ListItem.cs
- InvalidOleVariantTypeException.cs
- WriterOutput.cs
- TextElementAutomationPeer.cs
- ClientTarget.cs
- WebPartAddingEventArgs.cs
- CheckBox.cs
- RecognitionEventArgs.cs
- OutputCacheSection.cs
- HTTPNotFoundHandler.cs
- DynamicHyperLink.cs
- SamlSecurityTokenAuthenticator.cs
- MappingModelBuildProvider.cs
- SQLInt32.cs
- SubclassTypeValidatorAttribute.cs
- SchemaInfo.cs
- ObjectDataSourceMethodEventArgs.cs
- Soap12ProtocolImporter.cs
- DataGridViewControlCollection.cs