Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWebControls / System / Data / WebControls / EntityDataSourceContextCreatedEventArgs.cs / 1305376 / EntityDataSourceContextCreatedEventArgs.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 EntityDataSourceContextCreatedEventArgs : EventArgs { private readonly ObjectContext _context; internal EntityDataSourceContextCreatedEventArgs(ObjectContext context) { _context = context; } 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.Data.Objects; namespace System.Web.UI.WebControls { public class EntityDataSourceContextCreatedEventArgs : EventArgs { private readonly ObjectContext _context; internal EntityDataSourceContextCreatedEventArgs(ObjectContext context) { _context = context; } 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
- X509Certificate.cs
- SemanticValue.cs
- dsa.cs
- DataBoundLiteralControl.cs
- SocketConnection.cs
- MenuEventArgs.cs
- DataSourceCache.cs
- ClonableStack.cs
- StaticDataManager.cs
- ObjectManager.cs
- returneventsaver.cs
- RemoteCryptoTokenProvider.cs
- SchemaCreator.cs
- EditBehavior.cs
- WebPartDescriptionCollection.cs
- SerialPort.cs
- MappedMetaModel.cs
- ListControl.cs
- Rijndael.cs
- DefaultEventAttribute.cs
- DispatchChannelSink.cs
- CodeGenerator.cs
- HtmlSelect.cs
- SecurityUtils.cs
- ConditionCollection.cs
- IndicFontClient.cs
- Token.cs
- DiscoveryExceptionDictionary.cs
- DynamicObject.cs
- OdbcDataReader.cs
- ServiceObjectContainer.cs
- FormViewAutoFormat.cs
- XmlILTrace.cs
- CodeDirectionExpression.cs
- DatatypeImplementation.cs
- ToolStripPanelCell.cs
- RelatedView.cs
- MarkupCompilePass1.cs
- EntityParameter.cs
- Bits.cs
- SimpleLine.cs
- storepermissionattribute.cs
- DataGridTextBoxColumn.cs
- CompressEmulationStream.cs
- SelectionProviderWrapper.cs
- ListItemViewAttribute.cs
- CatalogPartCollection.cs
- EncoderParameters.cs
- WebServicesSection.cs
- MenuCommand.cs
- StringValueConverter.cs
- TaskFactory.cs
- DefaultMemberAttribute.cs
- DefaultAuthorizationContext.cs
- RequestTimeoutManager.cs
- StringUtil.cs
- StrokeCollectionConverter.cs
- CompModSwitches.cs
- EmptyEnumerable.cs
- SoapEnvelopeProcessingElement.cs
- CompoundFileIOPermission.cs
- SupportingTokenSecurityTokenResolver.cs
- InputLanguageManager.cs
- BinHexDecoder.cs
- BStrWrapper.cs
- ReachIDocumentPaginatorSerializer.cs
- Property.cs
- FixedSOMTableRow.cs
- CurrencyWrapper.cs
- ColumnMap.cs
- MulticastOption.cs
- PageStatePersister.cs
- RadioButtonStandardAdapter.cs
- DSACryptoServiceProvider.cs
- DesigntimeLicenseContext.cs
- EventLogPermissionEntry.cs
- ConfigDefinitionUpdates.cs
- ControlCollection.cs
- RSAOAEPKeyExchangeFormatter.cs
- DispatcherProcessingDisabled.cs
- InputScopeConverter.cs
- LogEntryHeaderv1Deserializer.cs
- InkCanvasSelectionAdorner.cs
- UnsupportedPolicyOptionsException.cs
- NumberFunctions.cs
- NavigationPropertyEmitter.cs
- UnknownBitmapEncoder.cs
- NavigationPropertyEmitter.cs
- MessageQueue.cs
- XmlILOptimizerVisitor.cs
- WindowsToolbarAsMenu.cs
- CatalogPartCollection.cs
- Membership.cs
- HttpContextServiceHost.cs
- Material.cs
- TypeUtils.cs
- StrokeIntersection.cs
- ComponentConverter.cs
- KeyInstance.cs
- XmlDataCollection.cs