Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Mapping / Mapping.cs / 1305376 / Mapping.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System.Data.Metadata.Edm; using System.Globalization; namespace System.Data.Mapping { ////// Represents the base item class for all the mapping metadata /// internal abstract class Map : GlobalItem { protected Map() : base(MetadataFlags.Readonly) { } #region Properties ////// Returns the Item that is being mapped either for ES or OE spaces. /// The EDM type will be an EntityContainer type in ES mapping case. /// In the OE mapping case it could be any type. /// internal abstract MetadataItem EdmItem { get; } #endregion } } // 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
- FixedFlowMap.cs
- UseManagedPresentationBindingElementImporter.cs
- TableCellAutomationPeer.cs
- SoapFault.cs
- TailCallAnalyzer.cs
- HMAC.cs
- X509IssuerSerialKeyIdentifierClause.cs
- ConfigPathUtility.cs
- XPathDocumentBuilder.cs
- MailAddress.cs
- Privilege.cs
- XmlSchemaValidator.cs
- SafeFileMappingHandle.cs
- ProgressChangedEventArgs.cs
- TabItemAutomationPeer.cs
- NGCSerializationManager.cs
- WindowsToolbarAsMenu.cs
- AuthenticationSection.cs
- XPathExpr.cs
- BinaryWriter.cs
- SizeIndependentAnimationStorage.cs
- VsPropertyGrid.cs
- NullReferenceException.cs
- DataGridViewRowEventArgs.cs
- TemplateXamlParser.cs
- ErrorFormatterPage.cs
- FunctionUpdateCommand.cs
- CaseInsensitiveOrdinalStringComparer.cs
- _SslSessionsCache.cs
- ByteConverter.cs
- SoapTypeAttribute.cs
- Margins.cs
- DesignSurface.cs
- PerformanceCountersElement.cs
- WebPartTracker.cs
- XpsDigitalSignature.cs
- XsdCachingReader.cs
- HashMembershipCondition.cs
- BinHexDecoder.cs
- ILGenerator.cs
- QilXmlWriter.cs
- ConfigurationHandlersInstallComponent.cs
- InlineCollection.cs
- LowerCaseStringConverter.cs
- NonParentingControl.cs
- PointConverter.cs
- ManagedWndProcTracker.cs
- DecoderNLS.cs
- Converter.cs
- WebHttpSecurity.cs
- SqlServices.cs
- AsymmetricSignatureDeformatter.cs
- RangeContentEnumerator.cs
- WSFederationHttpSecurityElement.cs
- BinaryMessageEncoder.cs
- XmlSchemaAnnotated.cs
- RegistryDataKey.cs
- FormatException.cs
- GroupStyle.cs
- StringReader.cs
- JournalEntryStack.cs
- DesigntimeLicenseContext.cs
- XDeferredAxisSource.cs
- Thickness.cs
- LineGeometry.cs
- Exceptions.cs
- AvtEvent.cs
- ClientBuildManagerCallback.cs
- HtmlGenericControl.cs
- EditorZoneBase.cs
- OptimalTextSource.cs
- ListViewInsertEventArgs.cs
- ConstraintConverter.cs
- NotCondition.cs
- DataViewSetting.cs
- EditorZone.cs
- ResourceFallbackManager.cs
- SHA1.cs
- SqlExpressionNullability.cs
- RichTextBox.cs
- AsymmetricSignatureFormatter.cs
- TextDecorations.cs
- HybridDictionary.cs
- XmlHelper.cs
- CoreSwitches.cs
- TdsValueSetter.cs
- OverloadGroupAttribute.cs
- RuntimeHelpers.cs
- ExtendedPropertyDescriptor.cs
- TextTreeNode.cs
- ObjectDataSourceStatusEventArgs.cs
- FactoryGenerator.cs
- DoubleUtil.cs
- TextRenderingModeValidation.cs
- BinaryUtilClasses.cs
- DbProviderConfigurationHandler.cs
- BamlResourceDeserializer.cs
- HyperLinkColumn.cs
- ToolBarButtonDesigner.cs
- NodeInfo.cs