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
- BrowserDefinitionCollection.cs
- MaterialGroup.cs
- MeshGeometry3D.cs
- DrawingGroup.cs
- ContextToken.cs
- EqualityComparer.cs
- PortCache.cs
- ImageIndexEditor.cs
- RpcCryptoContext.cs
- FixedBufferAttribute.cs
- clipboard.cs
- ToolStripItemRenderEventArgs.cs
- ASCIIEncoding.cs
- XmlSortKey.cs
- FrameworkElement.cs
- WebBrowser.cs
- Popup.cs
- AsymmetricKeyExchangeFormatter.cs
- DecoderFallback.cs
- PostBackOptions.cs
- MobileFormsAuthentication.cs
- PerformanceCounter.cs
- CapabilitiesRule.cs
- TryLoadRunnableWorkflowCommand.cs
- HtmlInputImage.cs
- StylusPlugInCollection.cs
- WaitHandleCannotBeOpenedException.cs
- ExpressionLink.cs
- FixedBufferAttribute.cs
- HttpHandlerActionCollection.cs
- PtsContext.cs
- CheckedPointers.cs
- CustomAttributeFormatException.cs
- EventHandlersStore.cs
- LocalBuilder.cs
- TableLayoutCellPaintEventArgs.cs
- HijriCalendar.cs
- securitycriticaldataClass.cs
- StringSorter.cs
- DataGridViewBindingCompleteEventArgs.cs
- OdbcParameter.cs
- ListView.cs
- RowCache.cs
- MexHttpBindingCollectionElement.cs
- QueryOutputWriter.cs
- ColorMap.cs
- SkewTransform.cs
- RuntimeCompatibilityAttribute.cs
- XD.cs
- GZipStream.cs
- ProjectedSlot.cs
- OleDbMetaDataFactory.cs
- ScriptDescriptor.cs
- BufferedMessageData.cs
- XmlException.cs
- Win32PrintDialog.cs
- DocumentationServerProtocol.cs
- RecordConverter.cs
- ZoneButton.cs
- TransactionContext.cs
- Int64KeyFrameCollection.cs
- Pair.cs
- IndexedEnumerable.cs
- RNGCryptoServiceProvider.cs
- MessageDirection.cs
- Vector3D.cs
- ListItemCollection.cs
- PropertyGeneratedEventArgs.cs
- ExceptionValidationRule.cs
- CryptoHelper.cs
- HttpListenerResponse.cs
- DrawingState.cs
- WhitespaceRuleLookup.cs
- MetadataProperty.cs
- ModelChangedEventArgsImpl.cs
- Rectangle.cs
- Reference.cs
- ConfigurationManagerInternalFactory.cs
- ConfigurationSection.cs
- Directory.cs
- UnsafeNativeMethods.cs
- SmiTypedGetterSetter.cs
- bindurihelper.cs
- VarRefManager.cs
- XmlDownloadManager.cs
- GlobalItem.cs
- ZipIOExtraFieldZip64Element.cs
- SetterBase.cs
- PageParser.cs
- Parameter.cs
- ChangeBlockUndoRecord.cs
- EditingCoordinator.cs
- InteropBitmapSource.cs
- CodeMethodInvokeExpression.cs
- XmlDeclaration.cs
- ServiceXNameTypeConverter.cs
- ViewUtilities.cs
- StateChangeEvent.cs
- ConnectionInterfaceCollection.cs
- CodeFieldReferenceExpression.cs