Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWeb / Server / System / Data / Services / Providers / ResourceContainer.cs / 1305376 / ResourceContainer.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Contains information about a resource set. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services.Providers { using System; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; ////// Structure to keep information about a resource set /// ////// Custom providers can choose to use it as is or derive from it /// in order to flow provider-specific data. /// [DebuggerDisplay("{Name}: {ResourceType}")] public class ResourceSet { #region Fields ///Reference to resource type that this resource set is a collection of private readonly ResourceType elementType; ///Name of the resource set. private readonly string name; ///Cached delegate to read an IQueryable from the context. private Func
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SQLDateTimeStorage.cs
- Qualifier.cs
- FormattedText.cs
- ConfigViewGenerator.cs
- HtmlLink.cs
- CustomPopupPlacement.cs
- ClientProxyGenerator.cs
- CachedRequestParams.cs
- ContextDataSourceContextData.cs
- IntegerFacetDescriptionElement.cs
- TableDetailsCollection.cs
- DeclaredTypeElementCollection.cs
- AccessDataSourceDesigner.cs
- ConfigurationManagerInternalFactory.cs
- ListDictionary.cs
- CodeSnippetCompileUnit.cs
- XmlUtil.cs
- MdImport.cs
- ConfigurationValidatorBase.cs
- EncryptedKeyIdentifierClause.cs
- ArcSegment.cs
- HtmlControlPersistable.cs
- SqlXmlStorage.cs
- SoapFaultCodes.cs
- HtmlGenericControl.cs
- CreateUserErrorEventArgs.cs
- SystemIcmpV4Statistics.cs
- WebHeaderCollection.cs
- SystemResources.cs
- PasswordDeriveBytes.cs
- StylusPointPropertyId.cs
- GACMembershipCondition.cs
- PathSegmentCollection.cs
- CharUnicodeInfo.cs
- HttpListenerElement.cs
- SelectedGridItemChangedEvent.cs
- SelectionGlyphBase.cs
- WindowsListViewGroup.cs
- SqlBulkCopyColumnMapping.cs
- PropertyCollection.cs
- PersonalizableAttribute.cs
- OLEDB_Enum.cs
- XPathDescendantIterator.cs
- odbcmetadatacolumnnames.cs
- DrawingAttributeSerializer.cs
- BitmapEffectCollection.cs
- ListViewCommandEventArgs.cs
- Nodes.cs
- mediaclock.cs
- VisualStates.cs
- PagedDataSource.cs
- DataGridViewComboBoxColumn.cs
- SQLChars.cs
- RuleSettings.cs
- UnaryExpression.cs
- _NegoStream.cs
- RenderData.cs
- Group.cs
- WebPartConnectionsConnectVerb.cs
- PtsContext.cs
- WinEventHandler.cs
- SecurityVerifiedMessage.cs
- XmlSerializationGeneratedCode.cs
- DecoderFallbackWithFailureFlag.cs
- ControlBuilder.cs
- OSEnvironmentHelper.cs
- FontFamilyConverter.cs
- EntityObject.cs
- CommandHelper.cs
- UnsafeNativeMethods.cs
- WhitespaceRuleReader.cs
- GAC.cs
- QilCloneVisitor.cs
- DiscoveryClientReferences.cs
- TextDecorationCollection.cs
- SqlGatherConsumedAliases.cs
- AnchoredBlock.cs
- RankException.cs
- SQLByteStorage.cs
- ViewGenResults.cs
- RetrieveVirtualItemEventArgs.cs
- PointAnimationUsingPath.cs
- Int64Converter.cs
- RequestSecurityTokenSerializer.cs
- SizeFConverter.cs
- XmlSchemaFacet.cs
- XmlTypeMapping.cs
- DocumentPageView.cs
- InvokeGenerator.cs
- GeneratedCodeAttribute.cs
- ReadContentAsBinaryHelper.cs
- ModelVisual3D.cs
- MSAAWinEventWrap.cs
- MenuCommandsChangedEventArgs.cs
- ConstraintEnumerator.cs
- StringInfo.cs
- IPEndPointCollection.cs
- __Filters.cs
- SparseMemoryStream.cs
- FrameworkContentElement.cs