Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWebControls / System / Data / WebControls / EntityDataSourceContextCreatingEventArgs.cs / 1305376 / EntityDataSourceContextCreatingEventArgs.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.Data.Objects; namespace System.Web.UI.WebControls { public class EntityDataSourceContextCreatingEventArgs : EventArgs { private ObjectContext _context; internal EntityDataSourceContextCreatingEventArgs() { } public ObjectContext Context { get { return _context; } set { _context = value; } } } } // 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
- rsa.cs
- XmlSchemaSimpleTypeRestriction.cs
- PropertyDescriptorCollection.cs
- PerfCounters.cs
- EventManager.cs
- InternalBase.cs
- CookielessData.cs
- Compiler.cs
- Win32.cs
- CookieParameter.cs
- ContainerUtilities.cs
- XomlCompiler.cs
- TextRangeEditLists.cs
- RestHandlerFactory.cs
- ContainerParaClient.cs
- DesignerAttributeInfo.cs
- ModuleBuilderData.cs
- URI.cs
- UserNameSecurityTokenProvider.cs
- Single.cs
- TemplateBuilder.cs
- DocumentPage.cs
- JsonFormatGeneratorStatics.cs
- ClosableStream.cs
- StatusBar.cs
- ConfigXmlDocument.cs
- TcpSocketManager.cs
- TransactionInterop.cs
- Attributes.cs
- XmlBufferReader.cs
- WindowsScrollBar.cs
- UnmanagedMarshal.cs
- TimeSpanValidator.cs
- HyperLinkField.cs
- Int16AnimationBase.cs
- SafeNativeMethods.cs
- WebServiceResponseDesigner.cs
- PrincipalPermission.cs
- XmlSerializableReader.cs
- StringCollection.cs
- EDesignUtil.cs
- MemberInfoSerializationHolder.cs
- backend.cs
- CodeIdentifier.cs
- ADConnectionHelper.cs
- SerializerDescriptor.cs
- EntitySet.cs
- ObsoleteAttribute.cs
- DataServiceKeyAttribute.cs
- ContextMarshalException.cs
- RectAnimationBase.cs
- ImageConverter.cs
- BorderGapMaskConverter.cs
- ActivityExecutionContextCollection.cs
- JsonFormatGeneratorStatics.cs
- X509ThumbprintKeyIdentifierClause.cs
- PackagingUtilities.cs
- MulticastDelegate.cs
- WorkItem.cs
- RegistryConfigurationProvider.cs
- SortedList.cs
- Compress.cs
- DiscoveryClientChannelBase.cs
- StrokeNodeEnumerator.cs
- ObjectIDGenerator.cs
- TraceSection.cs
- CustomCredentialPolicy.cs
- VirtualPathProvider.cs
- InteropAutomationProvider.cs
- AutomationElementCollection.cs
- BoundPropertyEntry.cs
- UnitySerializationHolder.cs
- CodeComment.cs
- CatalogZoneBase.cs
- PointCollection.cs
- securitycriticaldataformultiplegetandset.cs
- SchemaElement.cs
- DataBoundControl.cs
- ListView.cs
- Process.cs
- MediaScriptCommandRoutedEventArgs.cs
- SchemaExporter.cs
- TextBoxView.cs
- ObjectDataSourceFilteringEventArgs.cs
- MediaEntryAttribute.cs
- LinkedResourceCollection.cs
- PathTooLongException.cs
- RenderTargetBitmap.cs
- SqlUdtInfo.cs
- XmlParserContext.cs
- CompilerWrapper.cs
- CookieProtection.cs
- AbandonedMutexException.cs
- SpellerError.cs
- SQLResource.cs
- Process.cs
- UnmanagedBitmapWrapper.cs
- ReadOnlyTernaryTree.cs
- UpdateRecord.cs
- XmlAttributeProperties.cs