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
- FreezableDefaultValueFactory.cs
- TerminatorSinks.cs
- NetCodeGroup.cs
- XmlSchemas.cs
- BrowserCapabilitiesFactory.cs
- safemediahandle.cs
- DBNull.cs
- UpdatePanelControlTrigger.cs
- MultilineStringEditor.cs
- DynamicILGenerator.cs
- IItemContainerGenerator.cs
- DataObject.cs
- MTConfigUtil.cs
- BulletDecorator.cs
- GreenMethods.cs
- SqlGatherProducedAliases.cs
- DriveInfo.cs
- SimpleNameService.cs
- DesignTimeTemplateParser.cs
- CompositeActivityTypeDescriptorProvider.cs
- AsnEncodedData.cs
- XmlWellformedWriter.cs
- VerificationException.cs
- DefaultTextStoreTextComposition.cs
- InputBinder.cs
- EntityTransaction.cs
- OracleString.cs
- JournalEntryListConverter.cs
- CookielessHelper.cs
- CodeLinePragma.cs
- LongSumAggregationOperator.cs
- TypedElement.cs
- Content.cs
- DetailsView.cs
- UnmanagedMemoryStreamWrapper.cs
- _DigestClient.cs
- RIPEMD160.cs
- DataControlButton.cs
- HtmlLinkAdapter.cs
- GradientBrush.cs
- DesignerProperties.cs
- recordstatescratchpad.cs
- XmlILStorageConverter.cs
- DocumentPage.cs
- EdmItemError.cs
- MetadataStore.cs
- DmlSqlGenerator.cs
- UnsafeNativeMethods.cs
- WindowPatternIdentifiers.cs
- SetterBaseCollection.cs
- FontCacheUtil.cs
- ManagementDateTime.cs
- DataRecordInternal.cs
- DbDataSourceEnumerator.cs
- ImpersonateTokenRef.cs
- CasesDictionary.cs
- NaturalLanguageHyphenator.cs
- FlowDocumentPaginator.cs
- EnumValidator.cs
- FontFaceLayoutInfo.cs
- Config.cs
- XmlObjectSerializerContext.cs
- IList.cs
- NamedPipeHostedTransportConfiguration.cs
- XmlValidatingReader.cs
- XappLauncher.cs
- AnnotationHighlightLayer.cs
- TextElement.cs
- XPathArrayIterator.cs
- StylusPointPropertyUnit.cs
- CounterSample.cs
- oledbmetadatacollectionnames.cs
- LinkClickEvent.cs
- Shared.cs
- StateDesigner.LayoutSelectionGlyph.cs
- ActiveXContainer.cs
- ProtocolsConfigurationHandler.cs
- DefaultClaimSet.cs
- EventProviderWriter.cs
- Interlocked.cs
- ValidationPropertyAttribute.cs
- TransformedBitmap.cs
- DataGridItem.cs
- IntegerValidator.cs
- PersonalizationProviderCollection.cs
- IndentTextWriter.cs
- DataGridViewBindingCompleteEventArgs.cs
- Accessible.cs
- CompilerGlobalScopeAttribute.cs
- SubtreeProcessor.cs
- Environment.cs
- OperationContractAttribute.cs
- SettingsPropertyNotFoundException.cs
- MonthChangedEventArgs.cs
- DefaultBindingPropertyAttribute.cs
- GlyphRunDrawing.cs
- AsymmetricKeyExchangeDeformatter.cs
- HtmlElementEventArgs.cs
- BindingGroup.cs
- Activator.cs