Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntityDesign / Design / System / Data / Entity / Design / EntityViewGeneration / EntityViewGenerationConstants.cs / 1305376 / EntityViewGenerationConstants.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Text; namespace System.Data.Entity.Design { internal static class EntityViewGenerationConstants { internal static readonly string NamespaceName = "Edm_EntityMappingGeneratedViews"; internal static readonly string ViewGenerationCustomAttributeName = "System.Data.Mapping.EntityViewGenerationAttribute"; internal static readonly string ViewGenerationTypeNamePrefix = "ViewsForBaseEntitySets"; internal static readonly string BaseTypeName = "System.Data.Mapping.EntityViewContainer"; internal static readonly string EdmEntityContainerName = "EdmEntityContainerName"; internal static readonly string StoreEntityContainerName = "StoreEntityContainerName"; internal static readonly string HashOverMappingClosure = "HashOverMappingClosure"; internal static readonly string HashOverAllExtentViews = "HashOverAllExtentViews"; internal static readonly string ViewCountPropertyName = "ViewCount"; internal static readonly string GetViewAtMethodName = "GetViewAt"; internal static readonly string SummaryStartElement = @""; internal static readonly string SummaryEndElement = @" "; internal static readonly char QualificationCharacter = '.'; } } // 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
- TextTreeTextElementNode.cs
- ProfileService.cs
- X509Utils.cs
- GacUtil.cs
- BoundPropertyEntry.cs
- X509Certificate2Collection.cs
- ByteKeyFrameCollection.cs
- DataSet.cs
- Int32Collection.cs
- ObjectManager.cs
- NativeMethods.cs
- SiteMapNodeItemEventArgs.cs
- RoutingService.cs
- Model3DGroup.cs
- NamespaceMapping.cs
- NotFiniteNumberException.cs
- MarkupExtensionReturnTypeAttribute.cs
- ExpressionVisitorHelpers.cs
- HtmlInputSubmit.cs
- CaseExpr.cs
- DetailsViewInsertedEventArgs.cs
- JsonReader.cs
- BamlResourceDeserializer.cs
- XpsS0ValidatingLoader.cs
- OrderByLifter.cs
- RemotingConfigParser.cs
- SrgsDocumentParser.cs
- TemplatePartAttribute.cs
- CompilerTypeWithParams.cs
- InertiaExpansionBehavior.cs
- TextRunTypographyProperties.cs
- GeneralTransformGroup.cs
- DataGridSortCommandEventArgs.cs
- ContextCorrelationInitializer.cs
- Point3DCollection.cs
- CodeDOMProvider.cs
- Misc.cs
- XmlValidatingReader.cs
- DataRecordInfo.cs
- TagPrefixInfo.cs
- StateManagedCollection.cs
- DBDataPermissionAttribute.cs
- InteropBitmapSource.cs
- ClientScriptManager.cs
- EditorPartCollection.cs
- Size3D.cs
- GetWinFXPath.cs
- MaskDescriptors.cs
- SourceChangedEventArgs.cs
- FontFamily.cs
- QueryStatement.cs
- TextCharacters.cs
- __FastResourceComparer.cs
- DrawToolTipEventArgs.cs
- DocumentGridPage.cs
- ClearCollection.cs
- Point3DAnimationUsingKeyFrames.cs
- QueryOptionExpression.cs
- XmlArrayItemAttribute.cs
- WorkflowMarkupElementEventArgs.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- ObjectItemAttributeAssemblyLoader.cs
- Relationship.cs
- ToolStripItem.cs
- InfiniteTimeSpanConverter.cs
- ConfigurationFileMap.cs
- PrintPreviewDialog.cs
- SecurityTokenValidationException.cs
- FileDialogCustomPlace.cs
- RemoteArgument.cs
- BinaryMethodMessage.cs
- FileLevelControlBuilderAttribute.cs
- FlowDocumentPaginator.cs
- SqlUtils.cs
- EventWaitHandleSecurity.cs
- DrawingGroupDrawingContext.cs
- Style.cs
- CreateUserWizard.cs
- FormViewRow.cs
- Form.cs
- SequenceNumber.cs
- LambdaSerializationException.cs
- TypeLibraryHelper.cs
- MarkerProperties.cs
- BCryptSafeHandles.cs
- SqlDataSourceStatusEventArgs.cs
- IsolatedStorageFileStream.cs
- DateTimeFormatInfoScanner.cs
- ContainerParagraph.cs
- LinkArea.cs
- EntityDataSourceChangedEventArgs.cs
- X509SecurityTokenProvider.cs
- XmlUtil.cs
- InstanceHandle.cs
- WebConfigurationHost.cs
- SystemIPAddressInformation.cs
- RowType.cs
- TouchDevice.cs
- BitHelper.cs
- TreeView.cs