Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / LinqDataSourceContextData.cs / 2 / LinqDataSourceContextData.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { internal class LinqDataSourceContextData { private object _context; private bool _isNewContext; private object _table; public LinqDataSourceContextData() { } public LinqDataSourceContextData(object context) { _context = context; } public object Context { get { return _context; } set { _context = value; } } public bool IsNewContext { get { return _isNewContext; } set { _isNewContext = value; } } public object Table { get { return _table; } set { _table = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { internal class LinqDataSourceContextData { private object _context; private bool _isNewContext; private object _table; public LinqDataSourceContextData() { } public LinqDataSourceContextData(object context) { _context = context; } public object Context { get { return _context; } set { _context = value; } } public bool IsNewContext { get { return _isNewContext; } set { _isNewContext = value; } } public object Table { get { return _table; } set { _table = 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
- ThicknessAnimation.cs
- XamlValidatingReader.cs
- XmlParserContext.cs
- AnimatedTypeHelpers.cs
- PageRouteHandler.cs
- PathFigureCollection.cs
- WindowsProgressbar.cs
- SchemaManager.cs
- Block.cs
- FormViewCommandEventArgs.cs
- OleDbWrapper.cs
- Int32KeyFrameCollection.cs
- TextEditorCopyPaste.cs
- XPathAxisIterator.cs
- MimeReturn.cs
- TransactionsSectionGroup.cs
- DocumentGridContextMenu.cs
- TriggerAction.cs
- NetCodeGroup.cs
- RadioButtonList.cs
- XmlSchemaCompilationSettings.cs
- DataSet.cs
- MimeMapping.cs
- MouseButtonEventArgs.cs
- NamespaceEmitter.cs
- RayMeshGeometry3DHitTestResult.cs
- DataList.cs
- InvalidCastException.cs
- EnumerableCollectionView.cs
- Path.cs
- XmlSerializerFactory.cs
- RegionInfo.cs
- DbSource.cs
- ISO2022Encoding.cs
- ListDictionary.cs
- RoutedCommand.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- TextContainerHelper.cs
- TextPenaltyModule.cs
- RunClient.cs
- DispatcherTimer.cs
- LocalizeDesigner.cs
- QueryCacheEntry.cs
- ResourceAttributes.cs
- AnnouncementEndpoint.cs
- PolyBezierSegment.cs
- AssemblyHash.cs
- ImageProxy.cs
- WebConfigurationHost.cs
- DataBindingExpressionBuilder.cs
- SlotInfo.cs
- DesignerActionPropertyItem.cs
- InheritanceContextChangedEventManager.cs
- ColumnWidthChangedEvent.cs
- SQLBytes.cs
- SqlInternalConnection.cs
- LookupBindingPropertiesAttribute.cs
- StandardOleMarshalObject.cs
- SecuritySessionServerSettings.cs
- FlowLayoutPanelDesigner.cs
- MessageHeaderDescription.cs
- RunInstallerAttribute.cs
- WorkflowApplicationIdleEventArgs.cs
- ValidatorUtils.cs
- ServicesUtilities.cs
- ActionMessageFilter.cs
- COM2ExtendedUITypeEditor.cs
- MarginsConverter.cs
- WindowsImpersonationContext.cs
- RuntimeConfig.cs
- IApplicationTrustManager.cs
- HttpAsyncResult.cs
- Monitor.cs
- Helpers.cs
- ThreadExceptionDialog.cs
- XmlSchemaObjectCollection.cs
- WorkflowCompensationBehavior.cs
- StorageSetMapping.cs
- Nullable.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- TableLayoutRowStyleCollection.cs
- CompositionTarget.cs
- SqlCacheDependency.cs
- IsolatedStorageFile.cs
- baseaxisquery.cs
- BaseCodeDomTreeGenerator.cs
- FileClassifier.cs
- BitmapEffectInput.cs
- DrawingContextDrawingContextWalker.cs
- Token.cs
- SoapConverter.cs
- UseLicense.cs
- OrderByBuilder.cs
- HttpCapabilitiesEvaluator.cs
- ComponentDispatcherThread.cs
- TextServicesProperty.cs
- DynamicActivityTypeDescriptor.cs
- StoryFragments.cs
- DataGridState.cs
- PrintDialogException.cs