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
- CompilerTypeWithParams.cs
- ServerIdentity.cs
- Size3D.cs
- StrokeNodeOperations.cs
- GeometryValueSerializer.cs
- TokenBasedSetEnumerator.cs
- EntityDataSourceState.cs
- ExtenderControl.cs
- OracleCommandBuilder.cs
- StringArrayConverter.cs
- DesignerDeviceConfig.cs
- DataTableReader.cs
- ImageField.cs
- TableLayoutSettingsTypeConverter.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- HashSet.cs
- WorkflowQueue.cs
- Table.cs
- XdrBuilder.cs
- SqlGatherProducedAliases.cs
- UserValidatedEventArgs.cs
- ExtenderControl.cs
- WindowsImpersonationContext.cs
- Privilege.cs
- XPathNode.cs
- GenericAuthenticationEventArgs.cs
- SessionParameter.cs
- ApplicationProxyInternal.cs
- AssemblyBuilder.cs
- DeferredSelectedIndexReference.cs
- SqlCachedBuffer.cs
- CounterSample.cs
- MULTI_QI.cs
- MailDefinition.cs
- ElementAction.cs
- Vector3DValueSerializer.cs
- SemanticAnalyzer.cs
- DesignerDataView.cs
- StringSorter.cs
- VariableAction.cs
- DataGridTableCollection.cs
- NativeMethods.cs
- DeclarativeConditionsCollection.cs
- GridView.cs
- ServiceCredentials.cs
- DisplayMemberTemplateSelector.cs
- DependencyPropertyKind.cs
- Filter.cs
- StyleCollection.cs
- VisualBasicReference.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- AssociationEndMember.cs
- ClientScriptManager.cs
- VectorCollectionConverter.cs
- RepeatButton.cs
- TextTreeUndoUnit.cs
- Util.cs
- SimpleTypeResolver.cs
- WebControlAdapter.cs
- RequestCacheManager.cs
- WebUtil.cs
- XmlTextReader.cs
- MemoryMappedView.cs
- OpenTypeCommon.cs
- UIElement3D.cs
- SqlConnectionManager.cs
- TypeUtils.cs
- XmlDataLoader.cs
- DetailsViewInsertedEventArgs.cs
- WindowsScrollBarBits.cs
- MultipartContentParser.cs
- ValidatorCompatibilityHelper.cs
- Assembly.cs
- CookieParameter.cs
- FromRequest.cs
- BookmarkResumptionRecord.cs
- TextBoxDesigner.cs
- ThemeDictionaryExtension.cs
- EndpointAddressElementBase.cs
- TableTextElementCollectionInternal.cs
- CodeCommentStatementCollection.cs
- ScriptComponentDescriptor.cs
- StructuralObject.cs
- XmlArrayItemAttributes.cs
- TypeHelper.cs
- ILGen.cs
- ToolStripStatusLabel.cs
- BuildProvidersCompiler.cs
- EventLogPermission.cs
- UdpDiscoveryMessageFilter.cs
- DebuggerService.cs
- Property.cs
- SmtpReplyReaderFactory.cs
- InputChannelAcceptor.cs
- EditingScope.cs
- ThemeableAttribute.cs
- QuaternionIndependentAnimationStorage.cs
- RSAOAEPKeyExchangeDeformatter.cs
- TextSelection.cs
- EntitySqlException.cs