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
- HttpProfileGroupBase.cs
- EntitySetDataBindingList.cs
- BoundField.cs
- WorkItem.cs
- SqlLiftIndependentRowExpressions.cs
- FamilyMap.cs
- ChangeTracker.cs
- MouseActionValueSerializer.cs
- WaitHandleCannotBeOpenedException.cs
- ChtmlLinkAdapter.cs
- RecipientInfo.cs
- DataGridViewColumnConverter.cs
- ListBox.cs
- SmiConnection.cs
- MarkupCompilePass2.cs
- Attribute.cs
- GeneralTransform3DTo2D.cs
- DesignObjectWrapper.cs
- DependencyPropertyKey.cs
- XmlReaderSettings.cs
- RelationshipConverter.cs
- Propagator.JoinPropagator.cs
- CannotUnloadAppDomainException.cs
- TextTreeTextElementNode.cs
- BuildProvidersCompiler.cs
- XmlDocumentFragment.cs
- ToolboxDataAttribute.cs
- LoginView.cs
- PersonalizationStateInfo.cs
- LoadWorkflowByKeyAsyncResult.cs
- WebAdminConfigurationHelper.cs
- LinkUtilities.cs
- DropShadowBitmapEffect.cs
- ContextQuery.cs
- TabControlEvent.cs
- XmlImplementation.cs
- HMACSHA256.cs
- TemplateControlCodeDomTreeGenerator.cs
- HTMLTextWriter.cs
- BindingExpressionUncommonField.cs
- XmlIlGenerator.cs
- UpDownBase.cs
- Misc.cs
- Ticks.cs
- ScrollProperties.cs
- RelatedCurrencyManager.cs
- PropertyEmitter.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- LocalizedNameDescriptionPair.cs
- RegexRunnerFactory.cs
- InputDevice.cs
- DbParameterCollectionHelper.cs
- DrawListViewColumnHeaderEventArgs.cs
- IndexOutOfRangeException.cs
- SQLSingleStorage.cs
- SafeUserTokenHandle.cs
- autovalidator.cs
- CompilerCollection.cs
- DocumentOutline.cs
- PropertiesTab.cs
- SizeLimitedCache.cs
- GeneralTransformGroup.cs
- PropertySourceInfo.cs
- XNodeValidator.cs
- InplaceBitmapMetadataWriter.cs
- SqlProviderServices.cs
- TraceLog.cs
- StateDesigner.TransitionInfo.cs
- XmlSecureResolver.cs
- Stacktrace.cs
- DirectionalLight.cs
- MarkupExtensionParser.cs
- KnownTypeDataContractResolver.cs
- CrossSiteScriptingValidation.cs
- DataBoundControl.cs
- CodeArrayIndexerExpression.cs
- XmlWrappingReader.cs
- RootProfilePropertySettingsCollection.cs
- ArrayConverter.cs
- OperationResponse.cs
- RadioButtonFlatAdapter.cs
- IssuedTokenServiceCredential.cs
- BindingGraph.cs
- OdbcConnectionString.cs
- HttpException.cs
- HandledMouseEvent.cs
- DataBindEngine.cs
- Timer.cs
- ServiceManager.cs
- NegotiationTokenProvider.cs
- CollectionContainer.cs
- RemoteArgument.cs
- SrgsSemanticInterpretationTag.cs
- MexHttpsBindingElement.cs
- EpmContentDeSerializerBase.cs
- DesignRelationCollection.cs
- TrackingProfileDeserializationException.cs
- RowCache.cs
- MatrixCamera.cs
- LoginName.cs