Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DBBindings.cs
- PeerMaintainer.cs
- TextEditorCopyPaste.cs
- HttpCookiesSection.cs
- WindowInteractionStateTracker.cs
- ExtenderControl.cs
- OdbcCommand.cs
- CodeParameterDeclarationExpression.cs
- XmlReturnWriter.cs
- ConfigurationSchemaErrors.cs
- WindowsTab.cs
- SqlDataReaderSmi.cs
- MultiPropertyDescriptorGridEntry.cs
- ObjectListComponentEditor.cs
- RuntimeConfigLKG.cs
- ArgumentOutOfRangeException.cs
- NotSupportedException.cs
- XamlPointCollectionSerializer.cs
- HtmlTableRowCollection.cs
- ClosableStream.cs
- AttachmentService.cs
- CodeBinaryOperatorExpression.cs
- Polyline.cs
- InstallerTypeAttribute.cs
- CodeCatchClauseCollection.cs
- HttpHeaderCollection.cs
- ExpressionEvaluator.cs
- RadioButton.cs
- SQLMembershipProvider.cs
- ObjectDataSourceStatusEventArgs.cs
- SettingsAttributeDictionary.cs
- ForwardPositionQuery.cs
- MonthCalendarDesigner.cs
- MultiBindingExpression.cs
- DetailsViewRowCollection.cs
- ValidationSummary.cs
- EditorReuseAttribute.cs
- FontStyles.cs
- AuthorizationSection.cs
- FormViewDeleteEventArgs.cs
- DataViewSetting.cs
- ResourcesBuildProvider.cs
- SizeFConverter.cs
- securestring.cs
- ConsumerConnectionPoint.cs
- SchemaElementLookUpTable.cs
- OuterGlowBitmapEffect.cs
- HtmlImage.cs
- PaperSize.cs
- GuidelineSet.cs
- FormatVersion.cs
- PrintingPermission.cs
- PasswordBox.cs
- PolyBezierSegmentFigureLogic.cs
- HttpRequestWrapper.cs
- ListViewEditEventArgs.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- SerialReceived.cs
- TextDecorations.cs
- DatePickerDateValidationErrorEventArgs.cs
- coordinator.cs
- ModelItemCollectionImpl.cs
- IgnorePropertiesAttribute.cs
- SchemaName.cs
- HeaderCollection.cs
- COM2IPerPropertyBrowsingHandler.cs
- SynchronizedInputProviderWrapper.cs
- _AcceptOverlappedAsyncResult.cs
- WmlCommandAdapter.cs
- SchemaElementLookUpTable.cs
- ClickablePoint.cs
- oledbmetadatacolumnnames.cs
- CalendarDateChangedEventArgs.cs
- TextCharacters.cs
- ControlUtil.cs
- BitmapScalingModeValidation.cs
- SerialStream.cs
- MapPathBasedVirtualPathProvider.cs
- PrePostDescendentsWalker.cs
- CategoryNameCollection.cs
- CharAnimationUsingKeyFrames.cs
- APCustomTypeDescriptor.cs
- SerializationException.cs
- ToolStripScrollButton.cs
- ReflectionTypeLoadException.cs
- TrackingMemoryStreamFactory.cs
- NamespaceMapping.cs
- InstalledFontCollection.cs
- SmiEventSink_Default.cs
- RTLAwareMessageBox.cs
- CalendarDateRange.cs
- XPathArrayIterator.cs
- IisTraceWebEventProvider.cs
- Transactions.cs
- BridgeDataRecord.cs
- DependencyObject.cs
- IDataContractSurrogate.cs
- EventEntry.cs
- DocumentPage.cs
- AttachedPropertiesService.cs