Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------- //// 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
- QueryValue.cs
- ChannelSinkStacks.cs
- AnnotationStore.cs
- TableCellCollection.cs
- SettingsAttributes.cs
- XmlDataFileEditor.cs
- CustomError.cs
- AuthenticationSection.cs
- CommandHelpers.cs
- DataGridSortCommandEventArgs.cs
- ToolStripPanelRenderEventArgs.cs
- TypeConverterValueSerializer.cs
- EventsTab.cs
- TraceLevelStore.cs
- RotateTransform3D.cs
- ProjectionPlan.cs
- Trace.cs
- BCLDebug.cs
- SettingsAttributeDictionary.cs
- KeySpline.cs
- ContentTextAutomationPeer.cs
- SocketInformation.cs
- RemoteDebugger.cs
- TabletDeviceInfo.cs
- ListItemCollection.cs
- EmptyReadOnlyDictionaryInternal.cs
- PageEventArgs.cs
- InputBinder.cs
- SQLGuidStorage.cs
- ClientTargetCollection.cs
- Activity.cs
- PrintPageEvent.cs
- NavigationFailedEventArgs.cs
- HwndSourceParameters.cs
- EventMappingSettings.cs
- ViewCellRelation.cs
- AdCreatedEventArgs.cs
- PrePrepareMethodAttribute.cs
- unsafenativemethodstextservices.cs
- FileSecurity.cs
- TypeDependencyAttribute.cs
- DashStyle.cs
- DataSysAttribute.cs
- Conditional.cs
- ExpandedProjectionNode.cs
- RawStylusInputReport.cs
- DataServiceRequestException.cs
- SingleObjectCollection.cs
- typedescriptorpermissionattribute.cs
- MenuItemCollection.cs
- HashAlgorithm.cs
- As.cs
- Int16.cs
- InkCanvasSelection.cs
- MarginCollapsingState.cs
- DesignerWidgets.cs
- ConstraintConverter.cs
- BooleanAnimationBase.cs
- DataSpaceManager.cs
- ProcessProtocolHandler.cs
- PackageDigitalSignature.cs
- userdatakeys.cs
- SerializationObjectManager.cs
- BreadCrumbTextConverter.cs
- PrivateFontCollection.cs
- ActivityBindForm.cs
- PersonalizationDictionary.cs
- TemplatePropertyEntry.cs
- BitmapCodecInfo.cs
- MenuItem.cs
- EntityCollectionChangedParams.cs
- SafeHandles.cs
- EditingScopeUndoUnit.cs
- SoapCodeExporter.cs
- ResXFileRef.cs
- DeferredRunTextReference.cs
- SQLInt32Storage.cs
- AsyncOperationManager.cs
- XamlFigureLengthSerializer.cs
- MembershipSection.cs
- StringArrayEditor.cs
- DataViewSetting.cs
- BaseTemplateBuildProvider.cs
- RelationshipEndCollection.cs
- XmlWriterTraceListener.cs
- OAVariantLib.cs
- DayRenderEvent.cs
- ProcessRequestArgs.cs
- ToolStripPanelCell.cs
- AttributeUsageAttribute.cs
- EnterpriseServicesHelper.cs
- CommandDesigner.cs
- ApplicationInterop.cs
- ImageField.cs
- ClusterSafeNativeMethods.cs
- _CacheStreams.cs
- _SSPIWrapper.cs
- TagPrefixAttribute.cs
- RawStylusInputReport.cs
- TreeNodeCollection.cs