Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / LinqDataSourceContextData.cs / 1 / 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
- Light.cs
- TextSyndicationContentKindHelper.cs
- input.cs
- ProgressBarAutomationPeer.cs
- BooleanAnimationUsingKeyFrames.cs
- SortedDictionary.cs
- BitSet.cs
- WindowsFormsLinkLabel.cs
- SQLDateTimeStorage.cs
- ClosableStream.cs
- SecondaryViewProvider.cs
- SqlExpander.cs
- WebBrowserSiteBase.cs
- RawStylusActions.cs
- SspiWrapper.cs
- EventTrigger.cs
- FontUnitConverter.cs
- FontSource.cs
- datacache.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- HostingPreferredMapPath.cs
- RegionInfo.cs
- PersianCalendar.cs
- WindowsStatusBar.cs
- Win32Interop.cs
- EditorPart.cs
- ErrorHandlerModule.cs
- MediaCommands.cs
- InputLanguageCollection.cs
- GlobalEventManager.cs
- PreviewPageInfo.cs
- UIElement3D.cs
- MemberInfoSerializationHolder.cs
- SQLInt32.cs
- GridItem.cs
- WebPartChrome.cs
- PageContentCollection.cs
- MediaCommands.cs
- OptimizedTemplateContentHelper.cs
- ColorMatrix.cs
- Quaternion.cs
- FlowLayoutSettings.cs
- DataGridViewColumn.cs
- NameValueSectionHandler.cs
- FunctionParameter.cs
- formatstringdialog.cs
- MessagePropertyVariants.cs
- TransformationRules.cs
- RepeaterItemCollection.cs
- FlowDocumentScrollViewer.cs
- XPathAxisIterator.cs
- CachedRequestParams.cs
- EventWaitHandleSecurity.cs
- CompatibleIComparer.cs
- AssemblyNameProxy.cs
- IPAddress.cs
- NullRuntimeConfig.cs
- WebPartCloseVerb.cs
- COSERVERINFO.cs
- ParserStreamGeometryContext.cs
- RegexInterpreter.cs
- SystemUnicastIPAddressInformation.cs
- CodeNamespaceImport.cs
- mediaeventargs.cs
- SQLDecimal.cs
- XomlDesignerLoader.cs
- DropSource.cs
- ListItemParagraph.cs
- XmlUtf8RawTextWriter.cs
- TextSpan.cs
- SelectionWordBreaker.cs
- CultureMapper.cs
- ColumnHeaderCollectionEditor.cs
- WindowsStatic.cs
- TableCellCollection.cs
- DataObjectPastingEventArgs.cs
- ConfigXmlText.cs
- EventSourceCreationData.cs
- TreeBuilderXamlTranslator.cs
- DataGridViewCellEventArgs.cs
- SqlXmlStorage.cs
- TokenFactoryCredential.cs
- HttpServerVarsCollection.cs
- ToolStripItemEventArgs.cs
- TabItemWrapperAutomationPeer.cs
- ResponseBodyWriter.cs
- ScrollChangedEventArgs.cs
- ToolTip.cs
- ElementProxy.cs
- DataContractSerializer.cs
- ToolStripItemEventArgs.cs
- ExitEventArgs.cs
- CustomErrorCollection.cs
- SqlProfileProvider.cs
- UrlMappingsModule.cs
- ComplexBindingPropertiesAttribute.cs
- PropertyItemInternal.cs
- NotifyCollectionChangedEventArgs.cs
- ReflectionUtil.cs
- Activity.cs