Resources Class

 

A strongly-typed resource class, for looking up localized strings, etc.

Namespace:   Microsoft.Data.Entity.Design
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Data.Entity.Design.Resources

Syntax

[DebuggerNonUserCodeAttribute]
[CompilerGeneratedAttribute]
[GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", 
    "4.0.0.0")]
public class Resources
[DebuggerNonUserCodeAttribute]
[CompilerGeneratedAttribute]
[GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", 
    "4.0.0.0")]
public ref class Resources 
[<DebuggerNonUserCodeAttribute>]
[<CompilerGeneratedAttribute>]
[<GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder",
    "4.0.0.0")>]
type Resources = class end
<DebuggerNonUserCodeAttribute>
<CompilerGeneratedAttribute>
<GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder",
    "4.0.0.0")>
Public Class Resources

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static _SentenceConcat

Looks up a localized string similar to {0} {1}.

System_CAPS_pubpropertySystem_CAPS_static Application_Caption

Looks up a localized string similar to ADO.NET Entity Data Model Designer.

System_CAPS_pubpropertySystem_CAPS_static ArgumentExceptionErrorMessage

Looks up a localized string similar to The parameter '{0}' has incorrect value, '{1}'..

System_CAPS_pubpropertySystem_CAPS_static ArgumentExceptionMessageParameter

Looks up a localized string similar to Parameter is expected to be an instance of either the 'Type' or the 'Guid' type..

System_CAPS_pubpropertySystem_CAPS_static AssociationSetsGhostNodeName

Looks up a localized string similar to Association Sets.

System_CAPS_pubpropertySystem_CAPS_static BAD_FIRST_CHAR_IN_NC_NAME

Looks up a localized string similar to The first character in the name '{0}' is not valid..

System_CAPS_pubpropertySystem_CAPS_static BadChildForParentException

Looks up a localized string similar to Model Browser objects of type '{0}' do not support children of type '{1}'..

System_CAPS_pubpropertySystem_CAPS_static BadRemoveBadChildType

Looks up a localized string similar to Cannot remove a child of type '{0}' from the parent named '{1}' of type '{2}'. Elements of type '{2}' do not allow children of type '{0}'..

System_CAPS_pubpropertySystem_CAPS_static CanNotCreateWindow

Looks up a localized string similar to Cannot create the tool window..

System_CAPS_pubpropertySystem_CAPS_static CannotTranslateDesignTimeConnectionString

Looks up a localized string similar to Unable to convert design-time connection string to its runtime equivalent. {0} Connection string: {1}.

System_CAPS_pubpropertySystem_CAPS_static CannotTranslateRuntimeConnectionString

Looks up a localized string similar to Unable to convert runtime connection string to its design-time equivalent. {0} Connection string: {1}.

System_CAPS_pubpropertySystem_CAPS_static ChangingModelOutsideTransaction

Looks up a localized string similar to You cannot edit the model outside of a transaction.

System_CAPS_pubpropertySystem_CAPS_static CodeGenerationStrategy_LegacyObjectContext

Looks up a localized string similar to Legacy ObjectContext.

System_CAPS_pubpropertySystem_CAPS_static CodeGenerationStrategy_T4

Looks up a localized string similar to T4.

System_CAPS_pubpropertySystem_CAPS_static COLON_IN_NC_NAME

Looks up a localized string similar to There is a colon in the name '{0}'..

System_CAPS_pubpropertySystem_CAPS_static ComplexTypesGhostNodeName

Looks up a localized string similar to Complex Types.

System_CAPS_pubpropertySystem_CAPS_static ConceptualAssociationsGhostNodeName

Looks up a localized string similar to Associations.

System_CAPS_pubpropertySystem_CAPS_static ConceptualTypesGhostNodeName

Looks up a localized string similar to Entity Types.

System_CAPS_pubpropertySystem_CAPS_static ConnectionManager_AddError

Looks up a localized string similar to Could not add a new connection string because of the following error: '{0}'..

System_CAPS_pubpropertySystem_CAPS_static ConnectionManager_CorruptConfig

Looks up a localized string similar to The configuration file does not have the correct format. Try editing the file manually and then saving it..

System_CAPS_pubpropertySystem_CAPS_static ConnectionManager_GetConfigError

Looks up a localized string similar to Could not find the configuration file. Verify that it is in the correct project or restart Visual Studio..

System_CAPS_pubpropertySystem_CAPS_static ConnectionManager_GetSiteError

Looks up a localized string similar to Could not find the service provider for this configuration..

System_CAPS_pubpropertySystem_CAPS_static ConnectionManager_InitializeError

Looks up a localized string similar to Could not parse the configuration file. The error message is: '{0}'. Try editing the file manually and then saving it..

System_CAPS_pubpropertySystem_CAPS_static ConnectionManager_MarsError

Looks up a localized string similar to Could not add the MultipleActiveResultSets attribute to the connection string because the server version could not be determined..

System_CAPS_pubpropertySystem_CAPS_static ConnectionManager_MetadataMismatch

Looks up a localized string similar to The connection string's metadata does not match the metadata in the configuration file. Old metadata: {0}. Please correct the connection string with the entity container name '{1}' in the configuration file and save it..

System_CAPS_pubpropertySystem_CAPS_static ConnectionManager_NoConnectionString

Looks up a localized string similar to Could not find a connection string in the configuration file. Make sure the configuration file contains a connection string named '{0}', and then save the file..

System_CAPS_pubpropertySystem_CAPS_static ConnectionManager_SaveXmlError

Looks up a localized string similar to Could not save the XML to the configuration file '{0}' because of the error '{1}'..

System_CAPS_pubpropertySystem_CAPS_static ConnectionManager_UpdateError

Looks up a localized string similar to Could not update {0} in the configuration file. The error message is: '{1}'..

System_CAPS_pubpropertySystem_CAPS_static ConnectionManager_ValidateNoConnection

Looks up a localized string similar to Because the connection type is not specified, the model will be validated assuming a SQL Server 2005 connection..

System_CAPS_pubpropertySystem_CAPS_static ConnectionManager_ValidateWithoutConnection

Looks up a localized string similar to The model might not validate properly if a data connection is not selected..

System_CAPS_pubpropertySystem_CAPS_static Culture

Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_AssemblyLoadError

Looks up a localized string similar to The custom database generation workflow file references the assembly '{0}' that exists in the owning project, but could not be loaded due to the following exception: '{1}'. Make sure the reference is valid before re-running the workflow..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_AssemblyLoadErrorWithInner

Looks up a localized string similar to The custom database generation workflow file references the assembly '{0}' that exists in the owning project, but could not be loaded due to the following exception: '{1}'. The exception also contains the following details: '{2}' Make sure the reference is valid before re-running the workflow..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_CustomWorkflowCancelled

Looks up a localized string similar to The custom workflow file '{0}' was not allowed to run. Select 'Previous' to return to the 'Choose Your Data Connection' page and attempt to rerun the workflow..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_CustomWorkflowWarningTitle

Looks up a localized string similar to Custom Workflow Security Warning.

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_DDLOverwriteWarningTitle

Looks up a localized string similar to DDL Overwrite Warning.

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_EdmxOverwriteWarningTitle

Looks up a localized string similar to SSDL/MSL Overwrite Warning.

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorInvalidTargetVersion

Looks up a localized string similar to The specified TargetVersion parameter '{0}' is not valid..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorNoEdmParameterBag

Looks up a localized string similar to The EdmParameterBag was not found in the Workflow. Please make sure that it is added to the SymbolResolver, which is added as an Extension to the Workflow..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorNonValidWorkflowUri

Looks up a localized string similar to The URI created from the Database Generation Workflow path '{0}' is not valid. Please make sure that the path specified is either a valid absolute file path or a valid relative file path, relative to the project..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorNoParameterDefined

Looks up a localized string similar to The necessary Database Generation Workflow parameter '{0}' is not defined.

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorTemplateFileNotInProject

Looks up a localized string similar to The template activity '{0}' cannot be invoked because the given 'TemplatePath' input file '{{0}}' is not included in the project..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorTemplateOutputNotSet

Looks up a localized string similar to The template output was not set for the template activity '{0}' in the Database Generation Workflow. Please make sure the template is written correctly..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorTemplatePathNonFile

Looks up a localized string similar to The 'TemplatePath' input file, '{{0}}', for the template activity '{0}' in this workflow is not valid because non-file and UNC paths are not supported..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorTemplatePathNotSet

Looks up a localized string similar to The 'TemplatePath' attribute is not set for the template activity '{0}' in this workflow..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorTemplatePathNotValid

Looks up a localized string similar to The 'TemplatePath' attribute value, '{{0}}', for the template activity '{0}' in this workflow either is not valid or does not exist..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorTextTemplatingServiceNotFound

Looks up a localized string similar to The ITextTemplating service could not be found to process the template '{0}'. This service is only available within Visual Studio. Please make sure that this workflow is running within Visual Studio..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorWorkflowFileNotInProject

Looks up a localized string similar to The custom workflow file '{0}' must be included in the project before continuing the Generate Database wizard..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorWorkflowOutputNotFound

Looks up a localized string similar to The '{0}' output parameter required by the Generate Database wizard was not populated by the workflow. Please make sure the workflow file defines this parameter and the workflow populates it..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorWorkflowPathNotSet

Looks up a localized string similar to The Database Generation Workflow path is not set in the EDMX file. Please make sure this is set before running the Generate Database wizard.

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorWritingDdl

Looks up a localized string similar to An exception occurred while writing the DDL to the file '{0}'. The exception message is: '{1}'..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ErrorWritingDdlWithInner

Looks up a localized string similar to An exception occurred while writing the DDL to the file '{0}. The exception message is: '{1}'. The exception also contains the following details: '{2}'..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ExceptionParsingTemplateFilePath

Looks up a localized string similar to An exception occurred while attempting to parse the 'TemplatePath' '{{0}}' in the template activity '{0}'. The specific message is: '{{1}}'..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ExceptionParsingWorkflowFilePath

Looks up a localized string similar to An exception occurred while attempting to parse the Database Generation Workflow file path '{0}'. The specific message is: '{1}'. .

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_NoDDLTemplatePathSpecified

Looks up a localized string similar to The TemplatePath argument was not specified for the '{0}' activity. It must either be specified on this activity in the workflow file or passed in at runtime through the 'DDLTemplatePath' parameter in the EdmParameterBag..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_NonFileWorkflow

Looks up a localized string similar to The specified Database Generation Workflow file '{0}' was not invoked since non-file paths and UNC paths are not supported. Please make sure that the Database Generation Workflow path specified in the 'Options' section of the EDMX file is not a UNC path and corresponds to a file that exists locally..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_TemplateFileNotExists

Looks up a localized string similar to The template activity '{0}' cannot be invoked because the given 'TemplatePath' input file '{{0}}' does not exist..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_ValidationFailed

Looks up a localized string similar to All validation errors in this model must be fixed before generating a database script..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_WarningCustomWorkflow

Looks up a localized string similar to For the Generate Database Wizard, a custom workflow is defined (Please refer to the ‘Database Generation Workflow’ property for this EDMX model). Running the wizard with a non-default workflow could potentially harm your computer. Do not run this wizard if you received this EDMX file from an untrusted source. Click OK to run the workflow. Click Cancel to stop the process..

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_WarningOverwriteDdl

Looks up a localized string similar to The Generate Database Wizard will overwrite the DDL file '{0}'. Continue?.

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_WarningOverwriteMappings

Looks up a localized string similar to The Generate Database Wizard will overwrite the existing store schema (SSDL) and existing mappings (MSL). Continue?.

System_CAPS_pubpropertySystem_CAPS_static DatabaseCreation_WorkflowFileNotExists

Looks up a localized string similar to An exception occurred while attempting to generate the database script from the model because the specified workflow file '{0}' does not exist..

System_CAPS_pubpropertySystem_CAPS_static DbGenExtensibileListConverter_UserDir

Looks up a localized string similar to (User).

System_CAPS_pubpropertySystem_CAPS_static DbGenExtensibleListConverter_VSDir

Looks up a localized string similar to (VS).

System_CAPS_pubpropertySystem_CAPS_static DDEXNotInstalled

Looks up a localized string similar to The libraries required to enable Visual Studio to communicate with the database for design purposes (DDEX provider) are not installed for provider '{0}'..

System_CAPS_pubpropertySystem_CAPS_static Default

Looks up a localized string similar to Default.

System_CAPS_pubpropertySystem_CAPS_static DiagramTypesGhostNodeName

Looks up a localized string similar to Diagrams.

System_CAPS_pubpropertySystem_CAPS_static DisabledFeatureTooltip

Looks up a localized string similar to This functionality is not available for the Entity Framework version being targeted..

System_CAPS_pubpropertySystem_CAPS_static DuplicateEntityContainerName

Looks up a localized string similar to EntityContainer name '{0}' is already in use by another Entity Data Model in the project..

System_CAPS_pubpropertySystem_CAPS_static EditorCaption

Looks up a localized string similar to [Design].

System_CAPS_pubpropertySystem_CAPS_static EditorCaption_ReadOnly

Looks up a localized string similar to [Read Only].

System_CAPS_pubpropertySystem_CAPS_static EDMOutputWindowPaneTitle

Looks up a localized string similar to Entity Data Model.

System_CAPS_pubpropertySystem_CAPS_static EdmUtils_NotValidTargetFramework

Looks up a localized string similar to The project's target framework does not contain Entity Framework runtime assemblies. Please review the target framework information in the project's property page..

System_CAPS_pubpropertySystem_CAPS_static EntityContainerNodeName

Looks up a localized string similar to EntityContainer: {0}.

System_CAPS_pubpropertySystem_CAPS_static EntityDesigner_CreateNewProperty

Looks up a localized string similar to Create new property..

System_CAPS_pubpropertySystem_CAPS_static EntityDesigner_DeleteProperty

Looks up a localized string similar to Delete property..

System_CAPS_pubpropertySystem_CAPS_static EntityFrameworkVersion6_x

Looks up a localized string similar to 6.x.

System_CAPS_pubpropertySystem_CAPS_static EntityFrameworkVersionName

Looks up a localized string similar to Entity Framework {0}.

System_CAPS_pubpropertySystem_CAPS_static EntitySetsGhostNodeName

Looks up a localized string similar to Entity Sets.

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_AccEnumTypeMembers

Looks up a localized string similar to Enum Type Members.

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_AutomationName

Looks up a localized string similar to Enum Dialog.

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_CancelButtonLabel

Looks up a localized string similar to Cancel.

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_EditEnumWindowTitle

Looks up a localized string similar to Edit Enum Type.

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_EnsureEnumTypeUnique

Looks up a localized string similar to Verify that the Enum type name is unique.

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_EnumTypeMemberNameLabel

Looks up a localized string similar to Member Name.

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_EnumTypeMemberValueLabel

Looks up a localized string similar to Value (optional).

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_ErrorEnterValueForExternalTypeName

Looks up a localized string similar to Name of referenced external type is required..

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_ErrorEnumMemberBadname

Looks up a localized string similar to '{0}' is not a valid name for an enum member..

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_ErrorEnumMemberDuplicateName

Looks up a localized string similar to Enum member '{0}' already exists..

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_ErrorEnumTypeBadname

Looks up a localized string similar to '{0}' is not a valid name for an enum type..

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_ExternalTypeHint

Looks up a localized string similar to Namespace.Type.

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_ExternalTypeLabel

Looks up a localized string similar to Reference external type .

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_IsFlagLabel

Looks up a localized string similar to Set Flags attribute.

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_IsFlagLabelDescription

Looks up a localized string similar to Enables an instance of the Enum Type to store any combination of defined values by using bitwise operators..

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_NameLabel

Looks up a localized string similar to Enum Type Name :.

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_NewEnumWindowTitle

Looks up a localized string similar to Add Enum Type.

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_OkButtonLabel

Looks up a localized string similar to OK.

System_CAPS_pubpropertySystem_CAPS_static EnumDialog_UnderlyingTypeLabel

Looks up a localized string similar to Underlying Type :.

System_CAPS_pubpropertySystem_CAPS_static EnumTypesGhostNodeName

Looks up a localized string similar to Enum Types.

System_CAPS_pubpropertySystem_CAPS_static Error_CannotEditRefConstraint

Looks up a localized string similar to The existing Referential Constraint on this association cannot be edited by the designer, you will need to edit it manually using the XML Editor..

System_CAPS_pubpropertySystem_CAPS_static Error_CircularInheritanceAborted

Looks up a localized string similar to Setting the base type for '{0}' to '{1}' would cause circular inheritance. Adding inheritance aborted..

System_CAPS_pubpropertySystem_CAPS_static Error_FailedApplyChangeToFile

Looks up a localized string similar to Failed to apply changes to file {0}..

System_CAPS_pubpropertySystem_CAPS_static Error_FileNotFound

Looks up a localized string similar to File not found..

System_CAPS_pubpropertySystem_CAPS_static ErrorDuringSqlCeUpgrade

Looks up a localized string similar to An exception was thrown while upgrading SQLCE references in EDMX files and the config file. File being processed at time of error: {0}. Full error message: {1}.

System_CAPS_pubpropertySystem_CAPS_static ErrorDuringSqlDatabaseFileUpgrade

Looks up a localized string similar to An exception was thrown while upgrading SQL Database File references in the config file. File being processed at time of error: {0}. Full error message: {1}.

System_CAPS_pubpropertySystem_CAPS_static ErrorNonValidFileName

Looks up a localized string similar to The file name '{0}' cannot: - contain any of the following characters: \ / : * ? " &amp;lt; &amp;gt; | - be a system reserved name, such as 'CON', 'AUX', 'PRN', 'COM1' or 'LPT2'.

System_CAPS_pubpropertySystem_CAPS_static ErrorReadingWritingUserSetting

Looks up a localized string similar to There was an error reading or writing the user setting '{0}' in the registry. The specific error is: '{1}'.

System_CAPS_pubpropertySystem_CAPS_static ErrorSynchingEdmxNamespaces

Looks up a localized string similar to An exception is thrown while updating xml namespaces.\nFile name: {0}.\nFull error message:\n {1}.

System_CAPS_pubpropertySystem_CAPS_static ExceptionMessageNullFactoryType

Looks up a localized string similar to A factory type cannot be null..

System_CAPS_pubpropertySystem_CAPS_static ExistingConfigurationFileWarning

Looks up a localized string similar to The project contains the file '{0}'. This file might override the configuration information that the wizard produced in the file '{1}', which is located in the project root directory. Please verify the application configuration files in the project..

System_CAPS_pubpropertySystem_CAPS_static ExplorerContent_ClearSearch

Looks up a localized string similar to Clear Search.

System_CAPS_pubpropertySystem_CAPS_static ExplorerContent_CollapseSearchResults

Looks up a localized string similar to Click here to view collapsed search results.

System_CAPS_pubpropertySystem_CAPS_static ExplorerContent_PromptSearch

Looks up a localized string similar to Type here to search.

System_CAPS_pubpropertySystem_CAPS_static ExplorerContent_Search

Looks up a localized string similar to Search.

System_CAPS_pubpropertySystem_CAPS_static ExplorerContent_SearchNavNext

Looks up a localized string similar to Go To Next Search Result.

System_CAPS_pubpropertySystem_CAPS_static ExplorerContent_SearchNavPrev

Looks up a localized string similar to Go To Previous Search Result.

System_CAPS_pubpropertySystem_CAPS_static ExplorerWindowCaption

Looks up a localized string similar to Explorer.

System_CAPS_pubpropertySystem_CAPS_static ExplorerWindowTitle

Looks up a localized string similar to Model Browser.

System_CAPS_pubpropertySystem_CAPS_static Extensibility_CantEditModel

Looks up a localized string similar to A model generation extension attempted to make changes to a model other than the current model and this is not supported.

System_CAPS_pubpropertySystem_CAPS_static Extensibility_CantEditOriginalOnSave

Looks up a localized string similar to A serialization extension attempted to edit the original model during save and this is not supported.

System_CAPS_pubpropertySystem_CAPS_static Extensibility_ChangeScope_AlreadyComplete

Looks up a localized string similar to A property extension cannot make edits after calling Complete() on a change scope.

System_CAPS_pubpropertySystem_CAPS_static Extensibility_ChangeScope_EditingWrongNamespace

Looks up a localized string similar to A property extension cannot edit an item in an Entity Framework namespace.

System_CAPS_pubpropertySystem_CAPS_static Extensibility_ChangeScope_Missing

Looks up a localized string similar to A property extension must start a change scope before making any model edits.

System_CAPS_pubpropertySystem_CAPS_static Extensibility_ErrorOccurredDuringCallToExtension

Looks up a localized string similar to An error occurred executing an ADO.Net Entity Framework Extension. The extension's type name is {0}. The exception message is {1}..

System_CAPS_pubpropertySystem_CAPS_static Extensibility_ExtensionMadeBadModel

Looks up a localized string similar to A model generation extension made changes to the model generated from the database that were not valid.

System_CAPS_pubpropertySystem_CAPS_static Extensibility_ExtensionMadeBadModel_Update

Looks up a localized string similar to A model generation extension made changes to the updated model that were not valid.

System_CAPS_pubpropertySystem_CAPS_static Extensibility_NoConverterForExtension

Looks up a localized string similar to The Entity Designer is being opened on a non-EDMX file and there is not an IModelConversionExtension registered for this extension..

System_CAPS_pubpropertySystem_CAPS_static Extensibility_StartChangeScopeFailed

Looks up a localized string similar to A change scope already exists.

System_CAPS_pubpropertySystem_CAPS_static Extensibility_TooManyConverters

Looks up a localized string similar to More than one IModelConversionExtension is registered for this file extension: {0}. Only one is allowed..

System_CAPS_pubpropertySystem_CAPS_static FunctionImport_CannotCreateFromComposableFunction

Looks up a localized string similar to Function imports cannot be created for composable functions from EDMX files with version less than or equal to {0}..

System_CAPS_pubpropertySystem_CAPS_static FunctionImportsGhostNodeName

Looks up a localized string similar to Function Imports.

System_CAPS_pubpropertySystem_CAPS_static Layer_DisableLayer

Looks up a localized string similar to Disable {0} Support.

System_CAPS_pubpropertySystem_CAPS_static Layer_EnableLayer

Looks up a localized string similar to Enable {0} Support.

System_CAPS_pubpropertySystem_CAPS_static LEADING_OR_TRAILING_SPACES_IN_NCNAME

Looks up a localized string similar to There are leading or trailing spaces in the name '{0}'..

System_CAPS_pubpropertySystem_CAPS_static LoadDataPackageError

Looks up a localized string similar to An error occurred while loading the Visual Studio Data Package..

System_CAPS_pubpropertySystem_CAPS_static LoadOurPackageError

Looks up a localized string similar to An error occurred loading the Entity Data Model Tools Package..

System_CAPS_pubpropertySystem_CAPS_static LocalDatabaseFileAlreadyExists

Looks up a localized string similar to '{0}' already exists in the project. Would you like to overwrite it? Click No to use the existing file..

System_CAPS_pubpropertySystem_CAPS_static Mapping_AssocMappingNoTable

Looks up a localized string similar to (A table must be mapped first.).

System_CAPS_pubpropertySystem_CAPS_static Mapping_AssocSetEnd1

Looks up a localized string similar to 1.

System_CAPS_pubpropertySystem_CAPS_static Mapping_AssocSetEnd2

Looks up a localized string similar to 2.

System_CAPS_pubpropertySystem_CAPS_static Mapping_AssocSetEndDisplay

Looks up a localized string similar to End{0}: ({1} of {2}).

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_AssociationHeader

Looks up a localized string similar to Association.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ColumnMappingsName

Looks up a localized string similar to Column Mappings.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ColumnName

Looks up a localized string similar to Column.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ConditionCreatorNode

Looks up a localized string similar to &amp;lt;Add a Condition&amp;gt;.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ConditionLine1

Looks up a localized string similar to When {0}.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ConditionLine2

Looks up a localized string similar to And {0}.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_DeleteFunction_CreatorNode

Looks up a localized string similar to &amp;lt;Select Delete Function&amp;gt;.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_DeleteFunction_Display

Looks up a localized string similar to Delete Using {0}.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrComplexTypePropertiesNotSupported

Looks up a localized string similar to [Complex Type Properties are not supported in Function Import Mapping].

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrDupePropertyNames

Looks up a localized string similar to The inheritance hierarchy for EntityType '{0}' contains duplicate properties with name(s): '{1}'..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrDupePropertyNamesSeparator

Looks up a localized string similar to ,.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrDuplicatePropertyNameForAssociationEndEntity

Looks up a localized string similar to The mapping for this Association has a reference to '{0}' entity type which contains duplicate properties with name(s): '{1}'..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrKeyInDerivedType

Looks up a localized string similar to Keys have been defined on a derived EntityType..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMappingNotSupported

Looks up a localized string similar to This functionality is not available in the framework version targeted by the project..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslAssociationSetMappingHasQueryView

Looks up a localized string similar to The mapping for this Association includes a QueryView, which cannot be rendered in the designer..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslBadEntitySetMapping

Looks up a localized string similar to There is a broken relationship between this EntityType's EntitySet and one of its related EntitySetMappings..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslCantFindAssociationSet

Looks up a localized string similar to Cannot find an AssociationSet for the selected Association..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslCantFindEntitySet

Looks up a localized string similar to Cannot find an EntitySet for the selected EntityType..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslCantFindFunctionImportMapping

Looks up a localized string similar to Cannot find a FunctionImportMapping for the selected FunctionImport..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslCantFindMappedFunction

Looks up a localized string similar to Cannot find Function mapped to the selected FunctionImport..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslEntitySetMappingHasQueryView

Looks up a localized string similar to The mapping for this EntityType includes a QueryView, which cannot be rendered in the designer..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslEtmRefsMultipleTypes

Looks up a localized string similar to An EntityTypeMapping is assigned to multiple EntityTypes..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslFunctionMappingsShouldBeSeparate

Looks up a localized string similar to An EntityTypeMapping that contains function mappings cannot also contain MappingFragments..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslGeneral

Looks up a localized string similar to Mappings have likely been edited outside of the designer. {0}.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslTooManyAssociationSetMappings

Looks up a localized string similar to You cannot have multiple AssociationSetMappings for an Association..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslTooManyDefaultEtms

Looks up a localized string similar to This EntityType has more than one type-specific EntityTypeMapping..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslTooManyEntitySetMappings

Looks up a localized string similar to You cannot have multiple EntitySetMappings for an EntityType..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslTooManyFragments

Looks up a localized string similar to You cannot have multiple MappingFragments for an EntityTypeMapping..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslTooManyFunctionETMs

Looks up a localized string similar to This EntityType has more than one EntityTypeMapping with function mappings..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslTooManyIsTypeOfETMs

Looks up a localized string similar to This EntityType has more than one IsTypeOf EntityTypeMapping..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslUnresolvedItems

Looks up a localized string similar to The mappings for the selected object contain references that cannot be resolved..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslUnsupportedCondition

Looks up a localized string similar to Conditions on EntityType properties are not supported..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ErrMslUsesGhostNodes

Looks up a localized string similar to This EntityType's mappings use short-hand notation, which is not supported by the designer..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_FunctionsHeader

Looks up a localized string similar to Functions.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_InsertFunction_CreatorNode

Looks up a localized string similar to &amp;lt;Select Insert Function&amp;gt;.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_InsertFunction_Display

Looks up a localized string similar to Insert Using {0}.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_LovDelete

Looks up a localized string similar to &amp;lt;Delete&amp;gt;.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_LovEmpty

Looks up a localized string similar to (Empty).

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_NoDependentEndOnReferentialConstraint

Looks up a localized string similar to There is no dependent end on the referential constraint..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_Operator

Looks up a localized string similar to Operator.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_OperatorEquals

Looks up a localized string similar to =.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_OperatorIs

Looks up a localized string similar to Is.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ParameterName

Looks up a localized string similar to Parameter / Column.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_Parameters

Looks up a localized string similar to Parameters.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_Property

Looks up a localized string similar to Property.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ReferentialConstraintOnAssociation_PKToFK_ASM

Looks up a localized string similar to Mappings are not allowed for an association over exposed foreign keys. {0} or {1}..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ReferentialConstraintOnAssociation_PKToFK_ASM_Delete

Looks up a localized string similar to Delete mappings.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ReferentialConstraintOnAssociation_PKToFK_ASM_Display

Looks up a localized string similar to Display mappings for editing.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ReferentialConstraintOnAssociation_PKToFK_NoASM

Looks up a localized string similar to Mappings are not allowed for an association over exposed foreign keys..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ReferentialConstraintOnAssociation_PKToPK_ASM

Looks up a localized string similar to These mappings are overridden by the referential integrity constraint defined on this association and will be ignored. You can safely {0}, or {1}..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ReferentialConstraintOnAssociation_PKToPK_ASM_Delete

Looks up a localized string similar to delete these mappings.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ReferentialConstraintOnAssociation_PKToPK_ASM_Display

Looks up a localized string similar to display these mappings for editing.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ReferentialConstraintOnAssociation_PKToPK_NoASM

Looks up a localized string similar to Mappings are overridden by the referential integrity constraint defined on this association and will be ignored. {0}..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ReferentialConstraintOnAssociation_PKToPK_NoASM_Display

Looks up a localized string similar to Display mapping editor.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ReferentialConstraintWithNonKeyProperties

Looks up a localized string similar to Mappings are not allowed for associations involving a referential integrity constraint involving non-key properties..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ResultBindingCreatorNode

Looks up a localized string similar to &amp;lt;Add Result Binding&amp;gt;.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ResultBindings

Looks up a localized string similar to Result Column Bindings.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_RowsAffectedParameterColumn

Looks up a localized string similar to Rows Affected Parameter.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_SProcsButtonText

Looks up a localized string similar to Map Entity to Functions.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_SProcsButtonText_NotSupported

Looks up a localized string similar to Map Entity to Functions (This functionality is not supported in the CTP2 Release).

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_TableCreatorNode

Looks up a localized string similar to &amp;lt;Add a Table or View&amp;gt;.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_TablesButtonText

Looks up a localized string similar to Map Entity to Tables / Views.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_TablesHeader

Looks up a localized string similar to Tables.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_Toolbar_AccessibleName

Looks up a localized string similar to Mapping Details Tool Bar.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_UnknownColumnName

Looks up a localized string similar to ??.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_UnknownColumnType

Looks up a localized string similar to ??.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_UnknownEndMultiplicity

Looks up a localized string similar to ??.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_UnknownEndType

Looks up a localized string similar to ??.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_UnknownPropertyName

Looks up a localized string similar to ??.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_UnknownPropertyType

Looks up a localized string similar to ??.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_UpdateFunction_CreatorNode

Looks up a localized string similar to &amp;lt;Select Update Function&amp;gt;.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_UpdateFunction_Display

Looks up a localized string similar to Update Using {0}.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_UseOriginalValueColumn

Looks up a localized string similar to Use Original Value.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_Value

Looks up a localized string similar to Value / Property.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ValueEmptyString

Looks up a localized string similar to &amp;lt;Empty String&amp;gt;.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ValueNotNull

Looks up a localized string similar to Not Null.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_ValueNull

Looks up a localized string similar to Null.

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_Watermark

Looks up a localized string similar to Select an Entity or Association on the Entity Designer or {0} to edit its mappings..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_WatermarkLabelText

Looks up a localized string similar to Select an entity or association to edit its mappings..

System_CAPS_pubpropertySystem_CAPS_static MappingDetails_WindowTitle

Looks up a localized string similar to Mapping Details.

System_CAPS_pubpropertySystem_CAPS_static MappingDetailsArrowsImageList

Looks up a localized resource of type System.Drawing.Bitmap.

System_CAPS_pubpropertySystem_CAPS_static MappingDetailsCommandStrip

Looks up a localized resource of type System.Drawing.Bitmap.

System_CAPS_pubpropertySystem_CAPS_static MappingDetailsIconsImageList

Looks up a localized resource of type System.Drawing.Bitmap.

System_CAPS_pubpropertySystem_CAPS_static MappingDetailsViewModel_StorageEntityTypeName

Looks up a localized string similar to Maps to {0}.

System_CAPS_pubpropertySystem_CAPS_static ModelObjectItemWizard_CantBeRelative

Looks up a localized string similar to A relative path is not possible for files on different devices..

System_CAPS_pubpropertySystem_CAPS_static ModelObjectItemWizard_FileAlreadyExists

Looks up a localized string similar to You have chosen a model file name that will overwrite the file '{0}'. Please choose a different model file name..

System_CAPS_pubpropertySystem_CAPS_static ModelObjectItemWizard_FileIsLinkedFile

Looks up a localized string similar to Cannot add a model named '{0}'. There is already a linked file in this folder with the same name. .

System_CAPS_pubpropertySystem_CAPS_static ModelObjectItemWizard_NonValidXmlAttributeValue

Looks up a localized string similar to ADO.NET Entity Data Model items and file names should only contain valid XML attributes..

System_CAPS_pubpropertySystem_CAPS_static ModelObjectItemWizard_UnexpectedExceptionHasOccurred

Looks up a localized string similar to An unexpected exception has occurred. The exception message is: '{0}'..

System_CAPS_pubpropertySystem_CAPS_static MsgBox_InheritanceWillRemoveKeys

Looks up a localized string similar to Inheriting '{0}' from '{1}' will remove all the entity keys defined in '{0}' and its subtypes.\nContinue?.

System_CAPS_pubpropertySystem_CAPS_static NavPropType_CollectionText

Looks up a localized string similar to Collection of {0}.

System_CAPS_pubpropertySystem_CAPS_static NavPropType_InstanceText

Looks up a localized string similar to Instance of {0}.

System_CAPS_pubpropertySystem_CAPS_static NoDefaultConnectionString

Looks up a localized string similar to No default connection string is defined in the App.config file. SqlClient will be used as the default provider..

System_CAPS_pubpropertySystem_CAPS_static None

Looks up a localized string similar to None.

System_CAPS_pubpropertySystem_CAPS_static NotSupportedThisRelease

Looks up a localized string similar to This functionality is not supported in this release..

System_CAPS_pubpropertySystem_CAPS_static NotSupportedThisReleaseInWebsite

Looks up a localized string similar to This functionality is not supported for Websites in this release. Please use a Web Application..

System_CAPS_pubpropertySystem_CAPS_static PackageLoadFailureExceptionMessage

Looks up a localized string similar to Failed to load Entity Data Model Tools Package. The result is {0}..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Category_CodeGeneration

Looks up a localized string similar to Code Generation.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Category_Connection

Looks up a localized string similar to Connection.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Category_Constraint

Looks up a localized string similar to Constraints.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Category_DatabaseScriptGeneration

Looks up a localized string similar to Database Script Generation.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Category_Diagram

Looks up a localized string similar to Diagram.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Category_Ends

Looks up a localized string similar to Ends.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Category_Facets

Looks up a localized string similar to Facets.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Category_General

Looks up a localized string similar to General.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Category_Navigation

Looks up a localized string similar to Navigation.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Category_Schema

Looks up a localized string similar to Schema.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_Abstract

Looks up a localized string similar to Determines if an entity type is abstract..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_Access

Looks up a localized string similar to Specifies the access level of the type..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_Association

Looks up a localized string similar to The name of the association property..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_CodeGenerationStrategy

Looks up a localized string similar to Used to set the code generation strategy of this model. The 'Custom Tool' associated with this model, accessible from the properties on this item in the solution explorer, will read this property to decide how to generate code..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_ComplexTypeName

Looks up a localized string similar to The name of this ComplexType..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_Composable

Looks up a localized string similar to A Function Import is composable if it represents a programmatic way to call a Table-Valued Function in the database.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_ConnectionString

Looks up a localized string similar to The connection string that describes your database connection and metadata files. This can be found in your configuration file..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_DatabaseGenerationWorkflow

Looks up a localized string similar to The path for the Windows Workflow Foundation file that is used by the Generate Database from Model wizard..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_DatabaseName

Looks up a localized string similar to The name of the underlying object on the database.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_DatabaseSchema

Looks up a localized string similar to The name of the underlying database object's schema.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_DatabaseSchemaName

Looks up a localized string similar to The name of the database schema that will be referenced in the resulting DDL.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_DDLGenerationTemplate

Looks up a localized string similar to The T4 text template used to transform SSDL to DDL in the Generate Database wizard..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_DefaultValue

Looks up a localized string similar to The default value for the property..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_DiagramName

Looks up a localized string similar to Name.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_EntityBaseType

Looks up a localized string similar to The base type for the entity..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_EntityContainerAccess

Looks up a localized string similar to The access modifier of the entity container, which contains all instances of entities for the Entity Data Model..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_EntityKey

Looks up a localized string similar to Determines if the property is the entity key for the containing entity..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_EntityName

Looks up a localized string similar to The name of the entity..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_EntitySetName

Looks up a localized string similar to The name of the EntitySet that contains instances of the entity..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_EntityShapeColor

Looks up a localized string similar to The color of the entity type shape..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_EnumExternalTypeAttribute

Looks up a localized string similar to Referencing an external type disables code generation for this Enum Type.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_EnumTypeName

Looks up a localized string similar to The name of the enum type..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_EnumUnderlyingType

Looks up a localized string similar to Data type of Enum.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_FromRole

Looks up a localized string similar to This association role is the source for navigation..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_GenerateUpdateViews

Looks up a localized string similar to Controls whether the Entity Framework will produce update statements to modify data. Disabling this feature enables additional mapping capabilities and prevents data modification unless it is through stored procedures..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_Getter

Looks up a localized string similar to Determines access for the property Getter..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_InheritanceBaseType

Looks up a localized string similar to The base type for the inheritance relationship..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_InheritanceDerivedType

Looks up a localized string similar to The derived type for the inheritance relationship..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_LazyLoadingEnabled

Looks up a localized string similar to Used to set the default lazy loading behavior for the generated ObjectContext..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_LongDescription

Looks up a localized string similar to Documentation..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_MetadataArtifactProcessing

Looks up a localized string similar to Determines how the mapping and model files are processed at build time..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_NavigationPropertyName

Looks up a localized string similar to The name of the navigation property..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_NavPropMultiplicity

Looks up a localized string similar to The multiplicity of the target association's end..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_NavPropType

Looks up a localized string similar to The return type of this navigation property..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_Nullable

Looks up a localized string similar to Determines whether the property is nullable..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_Parameter

Looks up a localized string similar to The name of the stored procedure parameter..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_PluralizeNewObjects

Looks up a localized string similar to Determines if the system automatically pluralizes names of new objects..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_ProcessDependentTemplatesOnSave

Looks up a localized string similar to Determines if the system processes T4 files dependent on the EDMX when the EDMX file is saved..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_PropertyName

Looks up a localized string similar to The name of the property..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_Setter

Looks up a localized string similar to Determines access for the property Setter..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_StoreGeneratedPattern

Looks up a localized string similar to Determines if the corresponding column in the database will be auto-generated during insert and update operations.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_Summary

Looks up a localized string similar to Documentation summary..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_SynchronizePropertyFacets

Looks up a localized string similar to Updating the model will update entity property facets, such as nullability and precision, to match the mapped database columns' values..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_ToRole

Looks up a localized string similar to This association role is the target for navigation..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_Type

Looks up a localized string similar to The type of the scalar property..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_UseLegacyProvider

Looks up a localized string similar to Uses a legacy provider to connect to the database at design time..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_UseStrongSpatialTypes

Looks up a localized string similar to Sets code generation to use strong type support for all Spatial types. If set to false, the base classes DbGeography and DbGeometry are used in generated code..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Description_ValidateOnBuild

Looks up a localized string similar to Determines if the system validates the model at build time..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Descritpion_AssociationName

Looks up a localized string similar to The name of the association..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Descritpion_AssociationSetName

Looks up a localized string similar to The name of the association set that contains the association..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Descritpion_EndNavigationProperty

Looks up a localized string similar to Name of the entity property that returns the value at this end.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Descritpion_EndOnDelete

Looks up a localized string similar to Specifies the action to take when an entity on this end is deleted.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Descritpion_EntityContainerName

Looks up a localized string similar to The name of the entity container, which contains all instances of entities for the Entity Data Model..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Descritpion_Multiplicity

Looks up a localized string similar to The allowed number of entities at this end of the association.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Descritpion_Namespace

Looks up a localized string similar to The namespace for the Entity Data Model..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Descritpion_Role

Looks up a localized string similar to Name of this end.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Abstract

Looks up a localized string similar to Abstract.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Access

Looks up a localized string similar to Access.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Aggregate

Looks up a localized string similar to Aggregate.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Alias

Looks up a localized string similar to Alias.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Association

Looks up a localized string similar to Association.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_AssociationSetName

Looks up a localized string similar to Association Set Name.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_BaseType

Looks up a localized string similar to Base Type.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_BuiltIn

Looks up a localized string similar to Built In.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_CodeGenerationStrategy

Looks up a localized string similar to Code Generation Strategy.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Collation

Looks up a localized string similar to Collation.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_CommandText

Looks up a localized string similar to Command Text.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Composable

Looks up a localized string similar to Composable.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_ConcurrencyMode

Looks up a localized string similar to Concurrency Mode.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_ConnectionString

Looks up a localized string similar to Connection String.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_DatabaseGenerationWorkflow

Looks up a localized string similar to Database Generation Workflow.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_DatabaseName

Looks up a localized string similar to Database Object Name.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_DatabaseSchema

Looks up a localized string similar to Database Schema.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_DatabaseSchemaName

Looks up a localized string similar to Database Schema Name.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_DDLGenerationTemplate

Looks up a localized string similar to DDL Generation Template.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_DefaultValue

Looks up a localized string similar to Default Value.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_DerivedType

Looks up a localized string similar to Derived Type.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Documentation

Looks up a localized string similar to Documentation.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_End

Looks up a localized string similar to End.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_End1Multiplicity

Looks up a localized string similar to End1 Multiplicity.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_End1NavigationProperty

Looks up a localized string similar to End1 Navigation Property.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_End1OnDelete

Looks up a localized string similar to End1 OnDelete.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_End1Role

Looks up a localized string similar to End1 Role Name.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_End2Multiplicity

Looks up a localized string similar to End2 Multiplicity.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_End2NavigationProperty

Looks up a localized string similar to End2 Navigation Property.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_End2OnDelete

Looks up a localized string similar to End2 OnDelete.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_End2Role

Looks up a localized string similar to End2 Role Name.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_EntityContainerAccess

Looks up a localized string similar to Entity Container Access.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_EntityContainerName

Looks up a localized string similar to Entity Container Name.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_EntityKey

Looks up a localized string similar to Entity Key.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_EntitySetName

Looks up a localized string similar to Entity Set Name.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_EntityShapeColor

Looks up a localized string similar to Fill Color.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_EntityType

Looks up a localized string similar to Type.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_EnumExternalTypeAttribute

Looks up a localized string similar to External Type.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_EnumFlagAttribute

Looks up a localized string similar to Flags.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_EnumUnderlyingType

Looks up a localized string similar to Underlying Type.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_FixedLength

Looks up a localized string similar to Fixed Length.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_FromRole

Looks up a localized string similar to From Role.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_GenerateUpdateViews

Looks up a localized string similar to Generate Update Views.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Getter

Looks up a localized string similar to Getter.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_LazyLoadingEnabled

Looks up a localized string similar to Lazy Loading Enabled.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_LongDescription

Looks up a localized string similar to Long Description.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_MAP_CopyToOutputDirectory

Looks up a localized string similar to Copy to Output Directory.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_MAP_EmbedInOutputAssembly

Looks up a localized string similar to Embed in Output Assembly.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_MaxLength

Looks up a localized string similar to Max Length.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_MetadataArtifactProcessing

Looks up a localized string similar to Metadata Artifact Processing.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Mode

Looks up a localized string similar to Mode.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Namespace

Looks up a localized string similar to Namespace.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_NavPropMultiplicity

Looks up a localized string similar to Multiplicity.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_NavPropType

Looks up a localized string similar to Return Type.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Niladic

Looks up a localized string similar to Niladic.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Nullable

Looks up a localized string similar to Nullable.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Parameter

Looks up a localized string similar to Parameter.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_ParameterTypeSemantics

Looks up a localized string similar to Parameter Type Semantics.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_PluralizeNewObjects

Looks up a localized string similar to Pluralize New Objects.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Precision

Looks up a localized string similar to Precision.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_ProcessDependentTemplatesOnSave

Looks up a localized string similar to Transform Related Text Templates On Save.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_RefConstraint

Looks up a localized string similar to Referential Constraint.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_ReturnType

Looks up a localized string similar to Return Type.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Scale

Looks up a localized string similar to Scale.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Setter

Looks up a localized string similar to Setter.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_StoredProcedureName

Looks up a localized string similar to Stored Procedure Name.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_StoreFunctionName

Looks up a localized string similar to Store Function Name.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_StoreGeneratedPattern

Looks up a localized string similar to StoreGeneratedPattern.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Summary

Looks up a localized string similar to Summary.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_SynchronizePropertyFacets

Looks up a localized string similar to Update Property Facets.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_ToRole

Looks up a localized string similar to To Role.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Type

Looks up a localized string similar to Type.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_Unicode

Looks up a localized string similar to Unicode.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_UseLegacyProvider

Looks up a localized string similar to Use Legacy Provider.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_UseStrongSpatialTypes

Looks up a localized string similar to Use Strong Spatial Types.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_DisplayName_ValidateOnBuild

Looks up a localized string similar to Validate On Build.

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_MessageBox_SetAbstract

Looks up a localized string similar to Defining an entity type as abstract will remove all existing function mappings for that entity type..

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Value_MultiplicityMany

Looks up a localized string similar to * (Many).

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Value_MultiplicityManyOf

Looks up a localized string similar to * (Collection of {0}).

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Value_MultiplicityOne

Looks up a localized string similar to 1 (One).

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Value_MultiplicityOneOf

Looks up a localized string similar to 1 (One of {0}).

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Value_MultiplicityZeroOrOne

Looks up a localized string similar to 0..1 (Zero or One).

System_CAPS_pubpropertySystem_CAPS_static PropertyWindow_Value_MultiplicityZeroOrOneOf

Looks up a localized string similar to 0..1 (Zero or One of {0}).

System_CAPS_pubpropertySystem_CAPS_static RefactorPreviewGroupName

Looks up a localized string similar to Code Objects.

System_CAPS_pubpropertySystem_CAPS_static RefactorRename_InvalidName

Looks up a localized string similar to The specified name is not a valid identifier..

System_CAPS_pubpropertySystem_CAPS_static RefactorRename_UndoDescription

Looks up a localized string similar to Rename from {0} to {1}.

System_CAPS_pubpropertySystem_CAPS_static RefactorRenameDialog_Cancel

Looks up a localized string similar to Cancel.

System_CAPS_pubpropertySystem_CAPS_static RefactorRenameDialog_LocationLabel

Looks up a localized string similar to Location:.

System_CAPS_pubpropertySystem_CAPS_static RefactorRenameDialog_NewNameLabel

Looks up a localized string similar to New Name:.

System_CAPS_pubpropertySystem_CAPS_static RefactorRenameDialog_OK

Looks up a localized string similar to OK.

System_CAPS_pubpropertySystem_CAPS_static RefactorRenameDialog_PreviewReferenceChangesLabel

Looks up a localized string similar to Preview reference changes.

System_CAPS_pubpropertySystem_CAPS_static RefactorRenameDialog_Title

Looks up a localized string similar to Rename.

System_CAPS_pubpropertySystem_CAPS_static RefactorRenameOperation_ConfirmButtonText

Looks up a localized string similar to &amp;amp;Apply.

System_CAPS_pubpropertySystem_CAPS_static RefactorRenameOperation_Description

Looks up a localized string similar to Rename.

System_CAPS_pubpropertySystem_CAPS_static RefactorRenameOperation_TextViewDescription

Looks up a localized string similar to Preview changes:.

System_CAPS_pubpropertySystem_CAPS_static RefactorRenameOperation_Title

Looks up a localized string similar to Preview Changes - Rename.

System_CAPS_pubpropertySystem_CAPS_static RefConstraintDialog_ErrorInRCDependentProperty

Looks up a localized string similar to {0} (Error: not found)).

System_CAPS_pubpropertySystem_CAPS_static RefConstraintDialog_ErrorInRCPrincipalProperty

Looks up a localized string similar to {0} (Error: not found, reference will be deleted).

System_CAPS_pubpropertySystem_CAPS_static RenameModelMessageBox_Text

Looks up a localized string similar to Cannot rename or move the file. Close the file in the Entity Designer before renaming or moving it..

System_CAPS_pubpropertySystem_CAPS_static ResourceManager

Returns the cached ResourceManager instance used by this class.

System_CAPS_pubpropertySystem_CAPS_static RetrievingSprocReturnTypeErrorMessage

Looks up a localized string similar to Failure retrieving stored procedure or function return type information. Error message {0}.

System_CAPS_pubpropertySystem_CAPS_static RetrievingSprocReturnTypeInfoMessage

Looks up a localized string similar to Retrieving return type information for stored procedure or function {0}/{1} - '{2}.{3}'.

System_CAPS_pubpropertySystem_CAPS_static RetrievingSprocReturnTypeProgressDialogDescription

Looks up a localized string similar to Retrieving stored procedure or function return type information.

System_CAPS_pubpropertySystem_CAPS_static RetrievingSprocReturnTypeProgressDialogInitialStatus

Looks up a localized string similar to Awaiting database connection....

System_CAPS_pubpropertySystem_CAPS_static RetrievingSprocReturnTypeProgressDialogTitle

Looks up a localized string similar to Please Wait....

System_CAPS_pubpropertySystem_CAPS_static RuntimeValidationException_FailureToLoadStoreItemCollection

Looks up a localized string similar to The following exception occurred while trying to create the StoreItemCollection: '{0}'.

System_CAPS_pubpropertySystem_CAPS_static RuntimeValidationException_StoreItemCollectionMayRequireDatabaseConnection

Looks up a localized string similar to Unable to load the StoreItemCollection from the provider factory. This might require opening a database connection to load the StoreItemCollection. The exception message is: '{0}'..

System_CAPS_pubpropertySystem_CAPS_static SearchResultItemsMatching

Looks up a localized string similar to Items matching {0}.

System_CAPS_pubpropertySystem_CAPS_static SearchResultSearchCriteria

Looks up a localized string similar to '{0}'.

System_CAPS_pubpropertySystem_CAPS_static StorageAssociationsGhostNodeName

Looks up a localized string similar to Constraints.

System_CAPS_pubpropertySystem_CAPS_static StorageFunctionsGhostNodeName

Looks up a localized string similar to Stored Procedures / Functions.

System_CAPS_pubpropertySystem_CAPS_static StorageTypesGhostNodeName

Looks up a localized string similar to Tables / Views.

System_CAPS_pubpropertySystem_CAPS_static T4_ItemTemplate_CSharp_Comment

Gets a localized similar string to the T4 item template CSharp comment.

System_CAPS_pubpropertySystem_CAPS_static TemplateError

Looks up a localized string similar to Line {0}, Column {1}: '{2}'.

System_CAPS_pubpropertySystem_CAPS_static TemplateErrorsEncountered

Looks up a localized string similar to Encountered the following errors while processing the template '{0}: {1}.

System_CAPS_pubpropertySystem_CAPS_static ToolWindowTitle

Looks up a localized string similar to Model Browser.

System_CAPS_pubpropertySystem_CAPS_static TransactionAlreadyCompleted

Looks up a localized string similar to Transaction already completed..

System_CAPS_pubpropertySystem_CAPS_static Tx_AddComplexType

Looks up a localized string similar to Add Complex Type.

System_CAPS_pubpropertySystem_CAPS_static Tx_ChangeConditionColumn

Looks up a localized string similar to Change Condition Column.

System_CAPS_pubpropertySystem_CAPS_static Tx_ChangeConditionValue

Looks up a localized string similar to Change Condition Value.

System_CAPS_pubpropertySystem_CAPS_static Tx_ChangeFuncImpMapping

Looks up a localized string similar to Change Function Import Mapping.

System_CAPS_pubpropertySystem_CAPS_static Tx_ChangeFuncImpRetType

Looks up a localized string similar to Change FunctionImport return type.

System_CAPS_pubpropertySystem_CAPS_static Tx_ChangeMetadataArtifactProcessing

Looks up a localized string similar to Change Metadata Artifact Processing.

System_CAPS_pubpropertySystem_CAPS_static Tx_ChangeResultBinding

Looks up a localized string similar to Change ResultBinding.

System_CAPS_pubpropertySystem_CAPS_static Tx_ChangeScalarProperty

Looks up a localized string similar to Change ScalarProperty.

System_CAPS_pubpropertySystem_CAPS_static Tx_CreateAssociationSetMapping

Looks up a localized string similar to Create AssociationSetMapping.

System_CAPS_pubpropertySystem_CAPS_static Tx_CreateCondition

Looks up a localized string similar to Create Condition.

System_CAPS_pubpropertySystem_CAPS_static Tx_CreateDiagram

Looks up a localized string similar to Create Diagram.

System_CAPS_pubpropertySystem_CAPS_static Tx_CreateEnumType

Looks up a localized string similar to Create Enum Type.

System_CAPS_pubpropertySystem_CAPS_static Tx_CreateFunctionImport

Looks up a localized string similar to Create FunctionImport.

System_CAPS_pubpropertySystem_CAPS_static Tx_CreateFunctionMapping

Looks up a localized string similar to Create FunctionMapping.

System_CAPS_pubpropertySystem_CAPS_static Tx_CreateMappingFragment

Looks up a localized string similar to Create MappingFragment.

System_CAPS_pubpropertySystem_CAPS_static Tx_CreateResultBinding

Looks up a localized string similar to Create ResultBinding.

System_CAPS_pubpropertySystem_CAPS_static Tx_CreateScalarProperty

Looks up a localized string similar to Create ScalarProperty.

System_CAPS_pubpropertySystem_CAPS_static Tx_DeleteAssociationSetMapping

Looks up a localized string similar to Delete AssociationSetMapping.

System_CAPS_pubpropertySystem_CAPS_static Tx_DeleteCondition

Looks up a localized string similar to Delete Condition.

System_CAPS_pubpropertySystem_CAPS_static Tx_DeleteFunctionMapping

Looks up a localized string similar to Delete FunctionMapping.

System_CAPS_pubpropertySystem_CAPS_static Tx_DeleteMappingFragment

Looks up a localized string similar to Delete MappingFragment.

System_CAPS_pubpropertySystem_CAPS_static Tx_DeleteResultBinding

Looks up a localized string similar to Delete ResultBinding.

System_CAPS_pubpropertySystem_CAPS_static Tx_DeleteScalarProperty

Looks up a localized string similar to Delete ScalarProperty.

System_CAPS_pubpropertySystem_CAPS_static Tx_GenerateDatabaseScriptFromModel

Looks up a localized string similar to Generate Database from Model.

System_CAPS_pubpropertySystem_CAPS_static Tx_LayerDisable

Looks up a localized string similar to Disable Layer '{0}'.

System_CAPS_pubpropertySystem_CAPS_static Tx_LayerEnable

Looks up a localized string similar to Enable Layer '{0}'.

System_CAPS_pubpropertySystem_CAPS_static Tx_RefactorRenameCommand

Looks up a localized string similar to Rename.

System_CAPS_pubpropertySystem_CAPS_static Tx_ReferentialContraint

Looks up a localized string similar to Change Referential Constraint.

System_CAPS_pubpropertySystem_CAPS_static Tx_SetCodeGenerationStrategy

Looks up a localized string similar to Set CodeGeneration Strategy.

System_CAPS_pubpropertySystem_CAPS_static Tx_UpdateAssociationSetMapping

Looks up a localized string similar to Update AssociationSetMapping.

System_CAPS_pubpropertySystem_CAPS_static Tx_UpdateEnumType

Looks up a localized string similar to Update Enum Type.

System_CAPS_pubpropertySystem_CAPS_static Tx_UpdateFunctionImport

Looks up a localized string similar to Update FunctionImport.

System_CAPS_pubpropertySystem_CAPS_static Tx_UpdateFunctionMapping

Looks up a localized string similar to Update FunctionMapping.

System_CAPS_pubpropertySystem_CAPS_static Tx_UpdateMappingFragment

Looks up a localized string similar to Update MappingFragment.

System_CAPS_pubpropertySystem_CAPS_static Tx_UpdateModelFromDatabase

Looks up a localized string similar to Update Model from Database.

System_CAPS_pubpropertySystem_CAPS_static Tx_UpdatePropertyType

Looks up a localized string similar to Update Property Type.

System_CAPS_pubpropertySystem_CAPS_static UnsupportedProjectLanguage

Looks up a localized string similar to Unsupported project language..

System_CAPS_pubpropertySystem_CAPS_static UpdateEdmxNamespacesSuccessful

Looks up a localized string similar to The namespaces in the storage, conceptual, and mapping sections of the .edmx files in the project {0} were successfully updated to match the project's targeted .NET framework..

System_CAPS_pubpropertySystem_CAPS_static UsingDefaultConnectionString_1

Looks up a localized string similar to Using the data provider and database connection '{0}' obtained from the file '{1}'..

System_CAPS_pubpropertySystem_CAPS_static VsUtils_ErrorResolvingMacro

Looks up a localized string similar to Could not resolve the macro: '{0}'..

System_CAPS_pubpropertySystem_CAPS_static VSUtils_ExceptionConvertingProject

Looks up a localized string similar to An exception occurred while converting a hierarchy to a project. The hierarchy is not a project..

System_CAPS_pubpropertySystem_CAPS_static VSUtils_ExceptionParsingXml

Looks up a localized string similar to The following exception occurred while parsing the file '{0}': '{1}'.

System_CAPS_pubpropertySystem_CAPS_static VSUtils_InnerExceptionErrorFormat

Looks up a localized string similar to The inner exception caught was of type '{0}', with this error message: '{1}'..

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Data.Entity.Design Namespace

Return to top