PageRenderTime 111ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 2ms

/src/EntityFramework/Properties/Resources.cs

http://entityframework.codeplex.com
C# | 10507 lines | 5253 code | 1314 blank | 3940 comment | 0 complexity | 06b29a9ba936600a78671649f35c65b9 MD5 | raw file
Possible License(s): Apache-2.0
  1. // <auto-generated />
  2. namespace System.Data.Entity.Resources
  3. {
  4. using System.CodeDom.Compiler;
  5. using System.Globalization;
  6. using System.Resources;
  7. using System.Threading;
  8. /// <summary>
  9. /// Strongly-typed and parameterized string resources.
  10. /// </summary>
  11. [GeneratedCode("Resources.tt", "1.0.0.0")]
  12. internal static class Strings
  13. {
  14. /// <summary>
  15. /// A string like "AutomaticMigration"
  16. /// </summary>
  17. internal static string AutomaticMigration
  18. {
  19. get { return EntityRes.GetString(EntityRes.AutomaticMigration); }
  20. }
  21. /// <summary>
  22. /// A string like "BootstrapMigration"
  23. /// </summary>
  24. internal static string BootstrapMigration
  25. {
  26. get { return EntityRes.GetString(EntityRes.BootstrapMigration); }
  27. }
  28. /// <summary>
  29. /// A string like "InitialCreate"
  30. /// </summary>
  31. internal static string InitialCreate
  32. {
  33. get { return EntityRes.GetString(EntityRes.InitialCreate); }
  34. }
  35. /// <summary>
  36. /// A string like "Automatic migration was not applied because it would result in data loss."
  37. /// </summary>
  38. internal static string AutomaticDataLoss
  39. {
  40. get { return EntityRes.GetString(EntityRes.AutomaticDataLoss); }
  41. }
  42. /// <summary>
  43. /// A string like "Applying automatic migration: {0}."
  44. /// </summary>
  45. internal static string LoggingAutoMigrate(object p0)
  46. {
  47. return EntityRes.GetString(EntityRes.LoggingAutoMigrate, p0);
  48. }
  49. /// <summary>
  50. /// A string like "Reverting automatic migration: {0}."
  51. /// </summary>
  52. internal static string LoggingRevertAutoMigrate(object p0)
  53. {
  54. return EntityRes.GetString(EntityRes.LoggingRevertAutoMigrate, p0);
  55. }
  56. /// <summary>
  57. /// A string like "Applying explicit migration: {0}."
  58. /// </summary>
  59. internal static string LoggingApplyMigration(object p0)
  60. {
  61. return EntityRes.GetString(EntityRes.LoggingApplyMigration, p0);
  62. }
  63. /// <summary>
  64. /// A string like "Reverting explicit migration: {0}."
  65. /// </summary>
  66. internal static string LoggingRevertMigration(object p0)
  67. {
  68. return EntityRes.GetString(EntityRes.LoggingRevertMigration, p0);
  69. }
  70. /// <summary>
  71. /// A string like "Running Seed method."
  72. /// </summary>
  73. internal static string LoggingSeedingDatabase
  74. {
  75. get { return EntityRes.GetString(EntityRes.LoggingSeedingDatabase); }
  76. }
  77. /// <summary>
  78. /// A string like "Applying explicit migrations: [{1}]."
  79. /// </summary>
  80. internal static string LoggingPendingMigrations(object p0, object p1)
  81. {
  82. return EntityRes.GetString(EntityRes.LoggingPendingMigrations, p0, p1);
  83. }
  84. /// <summary>
  85. /// A string like "Reverting migrations: [{1}]."
  86. /// </summary>
  87. internal static string LoggingPendingMigrationsDown(object p0, object p1)
  88. {
  89. return EntityRes.GetString(EntityRes.LoggingPendingMigrationsDown, p0, p1);
  90. }
  91. /// <summary>
  92. /// A string like "No pending explicit migrations."
  93. /// </summary>
  94. internal static string LoggingNoExplicitMigrations
  95. {
  96. get { return EntityRes.GetString(EntityRes.LoggingNoExplicitMigrations); }
  97. }
  98. /// <summary>
  99. /// A string like "Target database is already at version {0}."
  100. /// </summary>
  101. internal static string LoggingAlreadyAtTarget(object p0)
  102. {
  103. return EntityRes.GetString(EntityRes.LoggingAlreadyAtTarget, p0);
  104. }
  105. /// <summary>
  106. /// A string like "Target database is: {0}."
  107. /// </summary>
  108. internal static string LoggingTargetDatabase(object p0)
  109. {
  110. return EntityRes.GetString(EntityRes.LoggingTargetDatabase, p0);
  111. }
  112. /// <summary>
  113. /// A string like "'{1}' (DataSource: {0}, Provider: {2}, Origin: {3})"
  114. /// </summary>
  115. internal static string LoggingTargetDatabaseFormat(object p0, object p1, object p2, object p3)
  116. {
  117. return EntityRes.GetString(EntityRes.LoggingTargetDatabaseFormat, p0, p1, p2, p3);
  118. }
  119. /// <summary>
  120. /// A string like "Explicit"
  121. /// </summary>
  122. internal static string LoggingExplicit
  123. {
  124. get { return EntityRes.GetString(EntityRes.LoggingExplicit); }
  125. }
  126. /// <summary>
  127. /// A string like "Upgrading history table."
  128. /// </summary>
  129. internal static string UpgradingHistoryTable
  130. {
  131. get { return EntityRes.GetString(EntityRes.UpgradingHistoryTable); }
  132. }
  133. /// <summary>
  134. /// A string like "Cannot scaffold the next migration because the target database was created with a version of Code First earlier than EF 4.3 and does not contain the migrations history table. To start using migrations against this database, ensure the current model is compatible with the target database and execute the migrations Update process. (In Visual Studio you can use the Update-Database command from Package Manager Console to execute the migrations Update process)."
  135. /// </summary>
  136. internal static string MetadataOutOfDate
  137. {
  138. get { return EntityRes.GetString(EntityRes.MetadataOutOfDate); }
  139. }
  140. /// <summary>
  141. /// A string like "The specified target migration '{0}' does not exist. Ensure that target migration refers to an existing migration id."
  142. /// </summary>
  143. internal static string MigrationNotFound(object p0)
  144. {
  145. return EntityRes.GetString(EntityRes.MigrationNotFound, p0);
  146. }
  147. /// <summary>
  148. /// A string like "The Foreign Key on table '{0}' with columns '{1}' could not be created because the principal key columns could not be determined. Use the AddForeignKey fluent API to fully specify the Foreign Key."
  149. /// </summary>
  150. internal static string PartialFkOperation(object p0, object p1)
  151. {
  152. return EntityRes.GetString(EntityRes.PartialFkOperation, p0, p1);
  153. }
  154. /// <summary>
  155. /// A string like "'{0}' is not a valid target migration. When targeting a previously applied automatic migration, use the full migration id including timestamp."
  156. /// </summary>
  157. internal static string AutoNotValidTarget(object p0)
  158. {
  159. return EntityRes.GetString(EntityRes.AutoNotValidTarget, p0);
  160. }
  161. /// <summary>
  162. /// A string like "'{0}' is not a valid migration. Explicit migrations must be used for both source and target when scripting the upgrade between them."
  163. /// </summary>
  164. internal static string AutoNotValidForScriptWindows(object p0)
  165. {
  166. return EntityRes.GetString(EntityRes.AutoNotValidForScriptWindows, p0);
  167. }
  168. /// <summary>
  169. /// A string like "The target context '{0}' is not constructible. Add a default constructor or provide an implementation of IDbContextFactory."
  170. /// </summary>
  171. internal static string ContextNotConstructible(object p0)
  172. {
  173. return EntityRes.GetString(EntityRes.ContextNotConstructible, p0);
  174. }
  175. /// <summary>
  176. /// A string like "The specified migration name '{0}' is ambiguous. Specify the full migration id including timestamp instead."
  177. /// </summary>
  178. internal static string AmbiguousMigrationName(object p0)
  179. {
  180. return EntityRes.GetString(EntityRes.AmbiguousMigrationName, p0);
  181. }
  182. /// <summary>
  183. /// A string like "Unable to update database to match the current model because there are pending changes and automatic migration is disabled. Either write the pending model changes to a code-based migration or enable automatic migration. Set DbMigrationsConfiguration.AutomaticMigrationsEnabled to true to enable automatic migration."
  184. /// </summary>
  185. internal static string AutomaticDisabledException
  186. {
  187. get { return EntityRes.GetString(EntityRes.AutomaticDisabledException); }
  188. }
  189. /// <summary>
  190. /// A string like "Scripting the downgrade between two specified migrations is not supported."
  191. /// </summary>
  192. internal static string DownScriptWindowsNotSupported
  193. {
  194. get { return EntityRes.GetString(EntityRes.DownScriptWindowsNotSupported); }
  195. }
  196. /// <summary>
  197. /// A string like "The migrations configuration type '{0}' was not be found in the assembly '{1}'."
  198. /// </summary>
  199. internal static string AssemblyMigrator_NoConfigurationWithName(object p0, object p1)
  200. {
  201. return EntityRes.GetString(EntityRes.AssemblyMigrator_NoConfigurationWithName, p0, p1);
  202. }
  203. /// <summary>
  204. /// A string like "More than one migrations configuration type '{0}' was found in the assembly '{1}'. Specify the fully qualified name of the one to use."
  205. /// </summary>
  206. internal static string AssemblyMigrator_MultipleConfigurationsWithName(object p0, object p1)
  207. {
  208. return EntityRes.GetString(EntityRes.AssemblyMigrator_MultipleConfigurationsWithName, p0, p1);
  209. }
  210. /// <summary>
  211. /// A string like "No migrations configuration type was found in the assembly '{0}'. (In Visual Studio you can use the Enable-Migrations command from Package Manager Console to add a migrations configuration)."
  212. /// </summary>
  213. internal static string AssemblyMigrator_NoConfiguration(object p0)
  214. {
  215. return EntityRes.GetString(EntityRes.AssemblyMigrator_NoConfiguration, p0);
  216. }
  217. /// <summary>
  218. /// A string like "More than one migrations configuration type was found in the assembly '{0}'. Specify the name of the one to use."
  219. /// </summary>
  220. internal static string AssemblyMigrator_MultipleConfigurations(object p0)
  221. {
  222. return EntityRes.GetString(EntityRes.AssemblyMigrator_MultipleConfigurations, p0);
  223. }
  224. /// <summary>
  225. /// A string like "Direct column renaming is not supported by SQL Server Compact. To rename a column in SQL Server Compact, you will need to recreate it."
  226. /// </summary>
  227. internal static string SqlCeColumnRenameNotSupported
  228. {
  229. get { return EntityRes.GetString(EntityRes.SqlCeColumnRenameNotSupported); }
  230. }
  231. /// <summary>
  232. /// A string like "In VB.NET projects, the migrations namespace '{0}' must be under the root namespace '{1}'. Update the migrations project's root namespace to allow classes under the migrations namespace to be added."
  233. /// </summary>
  234. internal static string MigrationsNamespaceNotUnderRootNamespace(object p0, object p1)
  235. {
  236. return EntityRes.GetString(EntityRes.MigrationsNamespaceNotUnderRootNamespace, p0, p1);
  237. }
  238. /// <summary>
  239. /// A string like "Unable to call public, instance method AddOrUpdate on derived IDbSet<T> type '{0}'. Method not found."
  240. /// </summary>
  241. internal static string UnableToDispatchAddOrUpdate(object p0)
  242. {
  243. return EntityRes.GetString(EntityRes.UnableToDispatchAddOrUpdate, p0);
  244. }
  245. /// <summary>
  246. /// A string like "No MigrationSqlGenerator found for provider '{0}'. Use the SetSqlGenerator method in the target migrations configuration class to register additional SQL generators."
  247. /// </summary>
  248. internal static string NoSqlGeneratorForProvider(object p0)
  249. {
  250. return EntityRes.GetString(EntityRes.NoSqlGeneratorForProvider, p0);
  251. }
  252. /// <summary>
  253. /// A string like "Could not load assembly '{0}'. (If you are using Code First Migrations inside Visual Studio this can happen if the startUp project for your solution does not reference the project that contains your migrations. You can either change the startUp project for your solution or use the -StartUpProjectName parameter.)"
  254. /// </summary>
  255. internal static string ToolingFacade_AssemblyNotFound(object p0)
  256. {
  257. return EntityRes.GetString(EntityRes.ToolingFacade_AssemblyNotFound, p0);
  258. }
  259. /// <summary>
  260. /// A string like "The argument '{0}' cannot be null, empty or contain only white space."
  261. /// </summary>
  262. internal static string ArgumentIsNullOrWhitespace(object p0)
  263. {
  264. return EntityRes.GetString(EntityRes.ArgumentIsNullOrWhitespace, p0);
  265. }
  266. /// <summary>
  267. /// A string like "The type '{0}' has already been configured as a complex type. It cannot be reconfigured as an entity type."
  268. /// </summary>
  269. internal static string EntityTypeConfigurationMismatch(object p0)
  270. {
  271. return EntityRes.GetString(EntityRes.EntityTypeConfigurationMismatch, p0);
  272. }
  273. /// <summary>
  274. /// A string like "The type '{0}' has already been configured as an entity type. It cannot be reconfigured as a complex type."
  275. /// </summary>
  276. internal static string ComplexTypeConfigurationMismatch(object p0)
  277. {
  278. return EntityRes.GetString(EntityRes.ComplexTypeConfigurationMismatch, p0);
  279. }
  280. /// <summary>
  281. /// A string like "The key component '{0}' is not a declared property on type '{1}'. Verify that it has not been explicitly excluded from the model and that it is a valid primitive property."
  282. /// </summary>
  283. internal static string KeyPropertyNotFound(object p0, object p1)
  284. {
  285. return EntityRes.GetString(EntityRes.KeyPropertyNotFound, p0, p1);
  286. }
  287. /// <summary>
  288. /// A string like "The foreign key component '{0}' is not a declared property on type '{1}'. Verify that it has not been explicitly excluded from the model and that it is a valid primitive property."
  289. /// </summary>
  290. internal static string ForeignKeyPropertyNotFound(object p0, object p1)
  291. {
  292. return EntityRes.GetString(EntityRes.ForeignKeyPropertyNotFound, p0, p1);
  293. }
  294. /// <summary>
  295. /// A string like "The property '{0}' is not a declared property on type '{1}'. Verify that the property has not been explicitly excluded from the model by using the Ignore method or NotMappedAttribute data annotation. Make sure that it is a valid primitive property."
  296. /// </summary>
  297. internal static string PropertyNotFound(object p0, object p1)
  298. {
  299. return EntityRes.GetString(EntityRes.PropertyNotFound, p0, p1);
  300. }
  301. /// <summary>
  302. /// A string like "The navigation property '{0}' is not a declared property on type '{1}'. Verify that it has not been explicitly excluded from the model and that it is a valid navigation property."
  303. /// </summary>
  304. internal static string NavigationPropertyNotFound(object p0, object p1)
  305. {
  306. return EntityRes.GetString(EntityRes.NavigationPropertyNotFound, p0, p1);
  307. }
  308. /// <summary>
  309. /// A string like "The expression '{0}' is not a valid property expression. The expression should represent a property: C#: 't => t.MyProperty' VB.Net: 'Function(t) t.MyProperty'."
  310. /// </summary>
  311. internal static string InvalidPropertyExpression(object p0)
  312. {
  313. return EntityRes.GetString(EntityRes.InvalidPropertyExpression, p0);
  314. }
  315. /// <summary>
  316. /// A string like "The expression '{0}' is not a valid property expression. The expression should represent a property: C#: 't => t.MyProperty' VB.Net: 'Function(t) t.MyProperty'. Use dotted paths for nested properties: C#: 't => t.MyProperty.MyProperty' VB.Net: 'Function(t) t.MyProperty.MyProperty'."
  317. /// </summary>
  318. internal static string InvalidComplexPropertyExpression(object p0)
  319. {
  320. return EntityRes.GetString(EntityRes.InvalidComplexPropertyExpression, p0);
  321. }
  322. /// <summary>
  323. /// A string like "The properties expression '{0}' is not valid. The expression should represent a property: C#: 't => t.MyProperty' VB.Net: 'Function(t) t.MyProperty'. When specifying multiple properties use an anonymous type: C#: 't => new {{ t.MyProperty1, t.MyProperty2 }}' VB.Net: 'Function(t) New With {{ t.MyProperty1, t.MyProperty2 }}'."
  324. /// </summary>
  325. internal static string InvalidPropertiesExpression(object p0)
  326. {
  327. return EntityRes.GetString(EntityRes.InvalidPropertiesExpression, p0);
  328. }
  329. /// <summary>
  330. /// A string like "The properties expression '{0}' is not valid. The expression should represent a property: C#: 't => t.MyProperty' VB.Net: 'Function(t) t.MyProperty'. When specifying multiple properties use an anonymous type: C#: 't => new {{ t.MyProperty1, t.MyProperty2 }}' VB.Net: 'Function(t) New With {{ t.MyProperty1, t.MyProperty2 }}'."
  331. /// </summary>
  332. internal static string InvalidComplexPropertiesExpression(object p0)
  333. {
  334. return EntityRes.GetString(EntityRes.InvalidComplexPropertiesExpression, p0);
  335. }
  336. /// <summary>
  337. /// A string like "A configuration for type '{0}' has already been added. To reference the existing configuration use the Entity<T>() or ComplexType<T>() methods."
  338. /// </summary>
  339. internal static string DuplicateStructuralTypeConfiguration(object p0)
  340. {
  341. return EntityRes.GetString(EntityRes.DuplicateStructuralTypeConfiguration, p0);
  342. }
  343. /// <summary>
  344. /// A string like "Conflicting configuration settings were specified for property '{0}' on type '{1}': {2}"
  345. /// </summary>
  346. internal static string ConflictingPropertyConfiguration(object p0, object p1, object p2)
  347. {
  348. return EntityRes.GetString(EntityRes.ConflictingPropertyConfiguration, p0, p1, p2);
  349. }
  350. /// <summary>
  351. /// A string like "Conflicting configuration settings were specified for column '{0}' on table '{1}': {2}"
  352. /// </summary>
  353. internal static string ConflictingColumnConfiguration(object p0, object p1, object p2)
  354. {
  355. return EntityRes.GetString(EntityRes.ConflictingColumnConfiguration, p0, p1, p2);
  356. }
  357. /// <summary>
  358. /// A string like "{0} = {1} conflicts with {2} = {3}"
  359. /// </summary>
  360. internal static string ConflictingConfigurationValue(object p0, object p1, object p2, object p3)
  361. {
  362. return EntityRes.GetString(EntityRes.ConflictingConfigurationValue, p0, p1, p2, p3);
  363. }
  364. /// <summary>
  365. /// A string like "The type '{0}' was not mapped. Check that the type has not been explicitly excluded by using the Ignore method or NotMappedAttribute data annotation. Verify that the type was defined as a class, is not primitive, nested or generic, and does not inherit from ComplexObject."
  366. /// </summary>
  367. internal static string CodeFirstInvalidComplexType(object p0)
  368. {
  369. return EntityRes.GetString(EntityRes.CodeFirstInvalidComplexType, p0);
  370. }
  371. /// <summary>
  372. /// A string like "The type '{0}' was not mapped. Check that the type has not been explicitly excluded by using the Ignore method or NotMappedAttribute data annotation. Verify that the type was defined as a class, is not primitive, nested or generic, and does not inherit from EntityObject."
  373. /// </summary>
  374. internal static string InvalidEntityType(object p0)
  375. {
  376. return EntityRes.GetString(EntityRes.InvalidEntityType, p0);
  377. }
  378. /// <summary>
  379. /// A string like "The navigation property '{0}' declared on type '{1}' cannot be the inverse of itself."
  380. /// </summary>
  381. internal static string NavigationInverseItself(object p0, object p1)
  382. {
  383. return EntityRes.GetString(EntityRes.NavigationInverseItself, p0, p1);
  384. }
  385. /// <summary>
  386. /// A string like "The navigation property '{0}' declared on type '{1}' has been configured with conflicting foreign keys."
  387. /// </summary>
  388. internal static string ConflictingConstraint(object p0, object p1)
  389. {
  390. return EntityRes.GetString(EntityRes.ConflictingConstraint, p0, p1);
  391. }
  392. /// <summary>
  393. /// A string like "Values of incompatible types ('{1}' and '{2}') were assigned to the '{0}' discriminator column. Values of the same type must be specified. To explicitly specify the type of the discriminator column use the HasColumnType method."
  394. /// </summary>
  395. internal static string ConflictingInferredColumnType(object p0, object p1, object p2)
  396. {
  397. return EntityRes.GetString(EntityRes.ConflictingInferredColumnType, p0, p1, p2);
  398. }
  399. /// <summary>
  400. /// A string like "The navigation property '{0}' declared on type '{1}' has been configured with conflicting mapping information."
  401. /// </summary>
  402. internal static string ConflictingMapping(object p0, object p1)
  403. {
  404. return EntityRes.GetString(EntityRes.ConflictingMapping, p0, p1);
  405. }
  406. /// <summary>
  407. /// A string like "The navigation property '{0}' declared on type '{1}' has been configured with conflicting cascade delete operations using 'WillCascadeOnDelete'."
  408. /// </summary>
  409. internal static string ConflictingCascadeDeleteOperation(object p0, object p1)
  410. {
  411. return EntityRes.GetString(EntityRes.ConflictingCascadeDeleteOperation, p0, p1);
  412. }
  413. /// <summary>
  414. /// A string like "The navigation property '{0}' declared on type '{1}' has been configured with conflicting multiplicities."
  415. /// </summary>
  416. internal static string ConflictingMultiplicities(object p0, object p1)
  417. {
  418. return EntityRes.GetString(EntityRes.ConflictingMultiplicities, p0, p1);
  419. }
  420. /// <summary>
  421. /// A string like "The MaxLengthAttribute on property '{0}' on type '{1} is not valid. The Length value must be greater than zero. Use MaxLength() without parameters to indicate that the string or array can have the maximum allowable length."
  422. /// </summary>
  423. internal static string MaxLengthAttributeConvention_InvalidMaxLength(object p0, object p1)
  424. {
  425. return EntityRes.GetString(EntityRes.MaxLengthAttributeConvention_InvalidMaxLength, p0, p1);
  426. }
  427. /// <summary>
  428. /// A string like "The StringLengthAttribute on property '{0}' on type '{1}' is not valid. The maximum length must be greater than zero. Use MaxLength() without parameters to indicate that the string or array can have the maximum allowable length."
  429. /// </summary>
  430. internal static string StringLengthAttributeConvention_InvalidMaximumLength(object p0, object p1)
  431. {
  432. return EntityRes.GetString(EntityRes.StringLengthAttributeConvention_InvalidMaximumLength, p0, p1);
  433. }
  434. /// <summary>
  435. /// A string like "Unable to determine composite primary key ordering for type '{0}'. Use the ColumnAttribute or the HasKey method to specify an order for composite primary keys."
  436. /// </summary>
  437. internal static string ModelGeneration_UnableToDetermineKeyOrder(object p0)
  438. {
  439. return EntityRes.GetString(EntityRes.ModelGeneration_UnableToDetermineKeyOrder, p0);
  440. }
  441. /// <summary>
  442. /// A string like "The ForeignKeyAttribute on property '{0}' on type '{1}' is not valid. Name must not be empty."
  443. /// </summary>
  444. internal static string ForeignKeyAttributeConvention_EmptyKey(object p0, object p1)
  445. {
  446. return EntityRes.GetString(EntityRes.ForeignKeyAttributeConvention_EmptyKey, p0, p1);
  447. }
  448. /// <summary>
  449. /// A string like "The ForeignKeyAttribute on property '{0}' on type '{1}' is not valid. The foreign key name '{2}' was not found on the dependent type '{3}'. The Name value should be a comma separated list of foreign key property names."
  450. /// </summary>
  451. internal static string ForeignKeyAttributeConvention_InvalidKey(object p0, object p1, object p2, object p3)
  452. {
  453. return EntityRes.GetString(EntityRes.ForeignKeyAttributeConvention_InvalidKey, p0, p1, p2, p3);
  454. }
  455. /// <summary>
  456. /// A string like "The ForeignKeyAttribute on property '{0}' on type '{1}' is not valid. The navigation property '{2}' was not found on the dependent type '{1}'. The Name value should be a valid navigation property name."
  457. /// </summary>
  458. internal static string ForeignKeyAttributeConvention_InvalidNavigationProperty(object p0, object p1, object p2)
  459. {
  460. return EntityRes.GetString(EntityRes.ForeignKeyAttributeConvention_InvalidNavigationProperty, p0, p1, p2);
  461. }
  462. /// <summary>
  463. /// A string like "Unable to determine a composite foreign key ordering for foreign key on type {0}. When using the ForeignKey data annotation on composite foreign key properties ensure order is specified by using the Column data annotation or the fluent API."
  464. /// </summary>
  465. internal static string ForeignKeyAttributeConvention_OrderRequired(object p0)
  466. {
  467. return EntityRes.GetString(EntityRes.ForeignKeyAttributeConvention_OrderRequired, p0);
  468. }
  469. /// <summary>
  470. /// A string like "The InversePropertyAttribute on property '{2}' on type '{3}' is not valid. The property '{0}' is not a valid navigation property on the related type '{1}'. Ensure that the property exists and is a valid reference or collection navigation property."
  471. /// </summary>
  472. internal static string InversePropertyAttributeConvention_PropertyNotFound(object p0, object p1, object p2, object p3)
  473. {
  474. return EntityRes.GetString(EntityRes.InversePropertyAttributeConvention_PropertyNotFound, p0, p1, p2, p3);
  475. }
  476. /// <summary>
  477. /// A string like "A relationship cannot be established from property '{0}' on type '{1}' to property '{0}' on type '{1}'. Check the values in the InversePropertyAttribute to ensure relationship definitions are unique and reference from one navigation property to its corresponding inverse navigation property."
  478. /// </summary>
  479. internal static string InversePropertyAttributeConvention_SelfInverseDetected(object p0, object p1)
  480. {
  481. return EntityRes.GetString(EntityRes.InversePropertyAttributeConvention_SelfInverseDetected, p0, p1);
  482. }
  483. /// <summary>
  484. /// A string like "One or more validation errors were detected during model generation:"
  485. /// </summary>
  486. internal static string ValidationHeader
  487. {
  488. get { return EntityRes.GetString(EntityRes.ValidationHeader); }
  489. }
  490. /// <summary>
  491. /// A string like "\t{0}: {1}: {2}"
  492. /// </summary>
  493. internal static string ValidationItemFormat(object p0, object p1, object p2)
  494. {
  495. return EntityRes.GetString(EntityRes.ValidationItemFormat, p0, p1, p2);
  496. }
  497. /// <summary>
  498. /// A string like "A key is registered for the derived type '{0}'. Keys can only be registered for the root type '{1}'."
  499. /// </summary>
  500. internal static string KeyRegisteredOnDerivedType(object p0, object p1)
  501. {
  502. return EntityRes.GetString(EntityRes.KeyRegisteredOnDerivedType, p0, p1);
  503. }
  504. /// <summary>
  505. /// A string like "The type '{0}' has already been mapped to table '{1}'. Specify all mapping aspects of a table in a single Map call."
  506. /// </summary>
  507. internal static string InvalidTableMapping(object p0, object p1)
  508. {
  509. return EntityRes.GetString(EntityRes.InvalidTableMapping, p0, p1);
  510. }
  511. /// <summary>
  512. /// A string like "Map was called more than once for type '{0}' and at least one of the calls didn't specify the target table name."
  513. /// </summary>
  514. internal static string InvalidTableMapping_NoTableName(object p0)
  515. {
  516. return EntityRes.GetString(EntityRes.InvalidTableMapping_NoTableName, p0);
  517. }
  518. /// <summary>
  519. /// A string like "The derived type '{0}' has already been mapped using the chaining syntax. A derived type can only be mapped once using the chaining syntax."
  520. /// </summary>
  521. internal static string InvalidChainedMappingSyntax(object p0)
  522. {
  523. return EntityRes.GetString(EntityRes.InvalidChainedMappingSyntax, p0);
  524. }
  525. /// <summary>
  526. /// A string like "An "is not null" condition cannot be specified on property '{0}' on type '{1}' because this property is not included in the model. Check that the property has not been explicitly excluded from the model by using the Ignore method or NotMappedAttribute data annotation."
  527. /// </summary>
  528. internal static string InvalidNotNullCondition(object p0, object p1)
  529. {
  530. return EntityRes.GetString(EntityRes.InvalidNotNullCondition, p0, p1);
  531. }
  532. /// <summary>
  533. /// A string like "Values of type '{0}' cannot be used as type discriminator values. Supported types include byte, signed byte, bool, int16, int32, int64, and string."
  534. /// </summary>
  535. internal static string InvalidDiscriminatorType(object p0)
  536. {
  537. return EntityRes.GetString(EntityRes.InvalidDiscriminatorType, p0);
  538. }
  539. /// <summary>
  540. /// A string like "Unable to add the convention '{0}'. Could not find an existing convention of type '{1}' in the current convention set."
  541. /// </summary>
  542. internal static string ConventionNotFound(object p0, object p1)
  543. {
  544. return EntityRes.GetString(EntityRes.ConventionNotFound, p0, p1);
  545. }
  546. /// <summary>
  547. /// A string like "Not all properties for type '{0}' have been mapped. Either map those properties or explicitly excluded them from the model."
  548. /// </summary>
  549. internal static string InvalidEntitySplittingProperties(object p0)
  550. {
  551. return EntityRes.GetString(EntityRes.InvalidEntitySplittingProperties, p0);
  552. }
  553. /// <summary>
  554. /// A string like "Unable to determine the provider name for provider factory of type '{0}'. Make sure that the ADO.NET provider is installed or registered in the application config."
  555. /// </summary>
  556. internal static string ProviderNameNotFound(object p0)
  557. {
  558. return EntityRes.GetString(EntityRes.ProviderNameNotFound, p0);
  559. }
  560. /// <summary>
  561. /// A string like "Unable to determine the DbProviderFactory type for connection of type '{0}'. Make sure that the ADO.NET provider is installed or registered in the application config."
  562. /// </summary>
  563. internal static string ProviderNotFound(object p0)
  564. {
  565. return EntityRes.GetString(EntityRes.ProviderNotFound, p0);
  566. }
  567. /// <summary>
  568. /// A string like "The database name '{0}' is invalid. Database names must be of the form [<schema_name>.]<object_name>."
  569. /// </summary>
  570. internal static string InvalidDatabaseName(object p0)
  571. {
  572. return EntityRes.GetString(EntityRes.InvalidDatabaseName, p0);
  573. }
  574. /// <summary>
  575. /// A string like "Properties for type '{0}' can only be mapped once. Ensure the MapInheritedProperties method is only used during one call to the Map method."
  576. /// </summary>
  577. internal static string EntityMappingConfiguration_DuplicateMapInheritedProperties(object p0)
  578. {
  579. return EntityRes.GetString(EntityRes.EntityMappingConfiguration_DuplicateMapInheritedProperties, p0);
  580. }
  581. /// <summary>
  582. /// A string like "Properties for type '{0}' can only be mapped once. Ensure the Properties method is used and that repeated calls specify each non-key property only once."
  583. /// </summary>
  584. internal static string EntityMappingConfiguration_DuplicateMappedProperties(object p0)
  585. {
  586. return EntityRes.GetString(EntityRes.EntityMappingConfiguration_DuplicateMappedProperties, p0);
  587. }
  588. /// <summary>
  589. /// A string like "Properties for type '{0}' can only be mapped once. The non-key property '{1}' is mapped more than once. Ensure the Properties method specifies each non-key property only once."
  590. /// </summary>
  591. internal static string EntityMappingConfiguration_DuplicateMappedProperty(object p0, object p1)
  592. {
  593. return EntityRes.GetString(EntityRes.EntityMappingConfiguration_DuplicateMappedProperty, p0, p1);
  594. }
  595. /// <summary>
  596. /// A string like "The property '{1}' on type '{0}' cannot be mapped because it has been explicitly excluded from the model or it is of a type not supported by the DbModelBuilderVersion being used."
  597. /// </summary>
  598. internal static string EntityMappingConfiguration_CannotMapIgnoredProperty(object p0, object p1)
  599. {
  600. return EntityRes.GetString(EntityRes.EntityMappingConfiguration_CannotMapIgnoredProperty, p0, p1);
  601. }
  602. /// <summary>
  603. /// A string like "The entity types '{0}' and '{1}' cannot share table '{2}' because they are not in the same type hierarchy or do not have a valid one to one foreign key relationship with matching primary keys between them."
  604. /// </summary>
  605. internal static string EntityMappingConfiguration_InvalidTableSharing(object p0, object p1, object p2)
  606. {
  607. return EntityRes.GetString(EntityRes.EntityMappingConfiguration_InvalidTableSharing, p0, p1, p2);
  608. }
  609. /// <summary>
  610. /// A string like "You cannot use Ignore method on the property '{0}' on type '{1}' because this type inherits from the type '{2}' where this property is mapped. To exclude this property from your model, use NotMappedAttribute or Ignore method on the base type."
  611. /// </summary>
  612. internal static string CannotIgnoreMappedBaseProperty(object p0, object p1, object p2)
  613. {
  614. return EntityRes.GetString(EntityRes.CannotIgnoreMappedBaseProperty, p0, p1, p2);
  615. }
  616. /// <summary>
  617. /// A string like "The property '{0}' cannot be used as a key property on the entity '{1}' because the property type is not a valid key type. Only scalar types, string and byte[] are supported key types."
  618. /// </summary>
  619. internal static string ModelBuilder_KeyPropertiesMustBePrimitive(object p0, object p1)
  620. {
  621. return EntityRes.GetString(EntityRes.ModelBuilder_KeyPropertiesMustBePrimitive, p0, p1);
  622. }
  623. /// <summary>
  624. /// A string like "The specified table '{0}' was not found in the model. Ensure that the table name has been correctly specified."
  625. /// </summary>
  626. internal static string TableNotFound(object p0)
  627. {
  628. return EntityRes.GetString(EntityRes.TableNotFound, p0);
  629. }
  630. /// <summary>
  631. /// A string like "The specified association foreign key columns '{0}' are invalid. The number of columns specified must match the number of primary key columns."
  632. /// </summary>
  633. internal static string IncorrectColumnCount(object p0)
  634. {
  635. return EntityRes.GetString(EntityRes.IncorrectColumnCount, p0);
  636. }
  637. /// <summary>
  638. /// A string like "A circular ComplexType hierarchy was detected. Self-referencing ComplexTypes are not supported."
  639. /// </summary>
  640. internal static string CircularComplexTypeHierarchy
  641. {
  642. get { return EntityRes.GetString(EntityRes.CircularComplexTypeHierarchy); }
  643. }
  644. /// <summary>
  645. /// A string like "Unable to determine the principal end of an association between the types '{0}' and '{1}'. The principal end of this association must be explicitly configured using either the relationship fluent API or data annotations."
  646. /// </summary>
  647. internal static string UnableToDeterminePrincipal(object p0, object p1)
  648. {
  649. return EntityRes.GetString(EntityRes.UnableToDeterminePrincipal, p0, p1);
  650. }
  651. /// <summary>
  652. /// A string like "The abstract type '{0}' has no mapped descendants and so cannot be mapped. Either remove '{0}' from the model or add one or more types deriving from '{0}' to the model. "
  653. /// </summary>
  654. internal static string UnmappedAbstractType(object p0)
  655. {
  656. return EntityRes.GetString(EntityRes.UnmappedAbstractType, p0);
  657. }
  658. /// <summary>
  659. /// A string like "The type '{0}' cannot be mapped as defined because it maps inherited properties from types that use entity splitting or another form of inheritance. Either choose a different inheritance mapping strategy so as to not map inherited properties, or change all types in the hierarchy to map inherited properties and to not use splitting. "
  660. /// </summary>
  661. internal static string UnsupportedHybridInheritanceMapping(object p0)
  662. {
  663. return EntityRes.GetString(EntityRes.UnsupportedHybridInheritanceMapping, p0);
  664. }
  665. /// <summary>
  666. /// A string like "The table '{0}' was configured but is not used in any mappings. Verify the mapping configuration for '{0}' is correct."
  667. /// </summary>
  668. internal static string OrphanedConfiguredTableDetected(object p0)
  669. {
  670. return EntityRes.GetString(EntityRes.OrphanedConfiguredTableDetected, p0);
  671. }
  672. /// <summary>
  673. /// A string like "The configured column orders for the table '{0}' contains duplicates. Ensure the specified column order values are distinct."
  674. /// </summary>
  675. internal static string DuplicateConfiguredColumnOrder(object p0)
  676. {
  677. return EntityRes.GetString(EntityRes.DuplicateConfiguredColumnOrder, p0);
  678. }
  679. /// <summary>
  680. /// A string like "The enum or spatial property '{1}' on type '{0}' cannot be mapped. Use DbModelBuilderVersion 'V5_0' or later to map enum or spatial properties."
  681. /// </summary>
  682. internal static string UnsupportedUseOfV3Type(object p0, object p1)
  683. {
  684. return EntityRes.GetString(EntityRes.UnsupportedUseOfV3Type, p0, p1);
  685. }
  686. /// <summary>
  687. /// A string like "Multiple potential primary key properties named '{0}' but differing only by case were found on entity type '{1}'. Configure the primary key explicitly using the HasKey fluent API or the KeyAttribute data annotation."
  688. /// </summary>
  689. internal static string MultiplePropertiesMatchedAsKeys(object p0, object p1)
  690. {
  691. return EntityRes.GetString(EntityRes.MultiplePropertiesMatchedAsKeys, p0, p1);
  692. }
  693. /// <summary>
  694. /// A string like "Connection to the database failed. The connection string is configured with an invalid LocalDB server name. This may have been set in 'global.asax' by a pre-release version of MVC4. The default connection factory is now set in web.config so the line in 'global.asax' starting with 'Database.DefaultConnectionFactory = ' should be removed. See http://go.microsoft.com/fwlink/?LinkId=243166 for details."
  695. /// </summary>
  696. internal static string BadLocalDBDatabaseName
  697. {
  698. get { return EntityRes.GetString(EntityRes.BadLocalDBDatabaseName); }
  699. }
  700. /// <summary>
  701. /// A string like "An error occurred while getting provider information from the database. This can be caused by Entity Framework using an incorrect connection string. Check the inner exceptions for details and ensure that the connection string is correct."
  702. /// </summary>
  703. internal static string FailedToGetProviderInformation
  704. {
  705. get { return EntityRes.GetString(EntityRes.FailedToGetProviderInformation); }
  706. }
  707. /// <summary>
  708. /// A string like "Cannot get value for property '{0}' from entity of type '{1}' because the property has no get accessor."
  709. /// </summary>
  710. internal static string DbPropertyEntry_CannotGetCurrentValue(object p0, object p1)
  711. {
  712. return EntityRes.GetString(EntityRes.DbPropertyEntry_CannotGetCurrentValue, p0, p1);
  713. }
  714. /// <summary>
  715. /// A string like "Cannot set value for property '{0}' on entity of type '{1}' because the property has no set accessor."
  716. /// </summary>
  717. internal static string DbPropertyEntry_CannotSetCurrentValue(object p0, object p1)
  718. {
  719. return EntityRes.GetString(EntityRes.DbPropertyEntry_CannotSetCurrentValue, p0, p1);
  720. }
  721. /// <summary>
  722. /// A string like "Member '{0}' cannot be called for property '{1}' because the entity of type '{2}' does not exist in the context. To add an entity to the context call the Add or Attach method of DbSet<{2}>."
  723. /// </summary>
  724. internal static string DbPropertyEntry_NotSupportedForDetached(object p0, object p1, object p2)
  725. {
  726. return EntityRes.GetString(EntityRes.DbPropertyEntry_NotSupportedForDetached, p0, p1, p2);
  727. }
  728. /// <summary>
  729. /// A string like "Cannot set value for property '{0}' on entity of type '{1}' because the property has no set accessor and is in the '{2}' state."
  730. /// </summary>
  731. internal static string DbPropertyEntry_SettingEntityRefNotSupported(object p0, object p1, object p2)
  732. {
  733. return EntityRes.GetString(EntityRes.DbPropertyEntry_SettingEntityRefNotSupported, p0, p1, p2);
  734. }
  735. /// <summary>
  736. /// A string like "Member '{0}' cannot be called for property '{1}' on entity of type '{2}' because the property is not part of the Entity Data Model."
  737. /// </summary>
  738. internal static string DbPropertyEntry_NotSupportedForPropertiesNotInTheModel(object p0, object p1, object p2)
  739. {
  740. return EntityRes.GetString(EntityRes.DbPropertyEntry_NotSupportedForPropertiesNotInTheModel, p0, p1, p2);
  741. }
  742. /// <summary>
  743. /// A string like "Member '{0}' cannot be called for the entity of type '{1}' because the entity does not exist in the context. To add an entity to the context call the Add or Attach method of DbSet<{1}>."
  744. /// </summary>
  745. internal static string DbEntityEntry_NotSupportedForDetached(object p0, object p1)
  746. {
  747. return EntityRes.GetString(EntityRes.DbEntityEntry_NotSupportedForDetached, p0, p1);
  748. }
  749. /// <summary>
  750. /// A string like "Cannot call the {0} method for an entity of type '{1}' on a DbSet for entities of type '{2}'. Only entities of type '{2}' or derived from type '{2}' can be added, attached, or removed."
  751. /// </summary>
  752. internal static string DbSet_BadTypeForAddAttachRemove(object p0, object p1, object p2)
  753. {
  754. return EntityRes.GetString(EntityRes.DbSet_BadTypeForAddAttachRemove, p0, p1, p2);
  755. }
  756. /// <summary>
  757. /// A string like "Cannot call the Create method for the type '{0}' on a DbSet for entities of type '{1}'. Only entities of type '{1}' or derived from type '{1}' can be created."
  758. /// </summary>
  759. internal static string DbSet_BadTypeForCreate(object p0, object p1)
  760. {
  761. return EntityRes.GetString(EntityRes.DbSet_BadTypeForCreate, p0, p1);
  762. }
  763. /// <summary>
  764. /// A string like "Cannot create a {0}<{1}> from a non-generic {0} for objects of type '{2}'."
  765. /// </summary>
  766. internal static string DbEntity_BadTypeForCast(object p0, object p1, object p2)
  767. {
  768. return EntityRes.GetString(EntityRes.DbEntity_BadTypeForCast, p0, p1, p2);
  769. }
  770. /// <summary>
  771. /// A string like "Cannot create a {0}<{1}, {2}> from a non-generic {0} for entities of type '{3}' with property of type '{4}'."
  772. /// </summary>
  773. internal static string DbMember_BadTypeForCast(object p0, object p1, object p2, object p3, object p4)
  774. {
  775. return EntityRes.GetString(EntityRes.DbMember_BadTypeForCast, p0, p1, p2, p3, p4);
  776. }
  777. /// <summary>
  778. /// A string like "The property '{0}' on type '{1}' is a collection navigation property. The Collection method should be used instead of the Reference method."
  779. /// </summary>
  780. internal static string DbEntityEntry_UsedReferenceForCollectionProp(object p0, object p1)
  781. {
  782. return EntityRes.GetString(EntityRes.DbEntityEntry_UsedReferenceForCollectionProp, p0, p1);
  783. }
  784. /// <summary>
  785. /// A string like "The property '{0}' on type '{1}' is a reference navigation property. The Reference method should be used instead of the Collection method."
  786. /// </summary>
  787. internal static string DbEntityEntry_UsedCollectionForReferenceProp(object p0, object p1)
  788. {
  789. return EntityRes.GetString(EntityRes.DbEntityEntry_UsedCollectionForReferenceProp, p0, p1);
  790. }
  791. /// <summary>
  792. /// A string like "The property '{0}' on type '{1}' is not a navigation property. The Reference and Collection methods can only be used with navigation properties. Use the Property or ComplexProperty method."
  793. /// </summary>
  794. internal static string DbEntityEntry_NotANavigationProperty(object p0, object p1)
  795. {
  796. return EntityRes.GetString(EntityRes.DbEntityEntry_NotANavigationProperty, p0, p1);
  797. }
  798. /// <summary>
  799. /// A string like "The property '{0}' on type '{1}' is not a primitive or complex property. The Property method can only be used with primitive or complex properties. Use the Reference or Collection method."
  800. /// </summary>
  801. internal static string DbEntityEntry_NotAScalarProperty(object p0, object p1)
  802. {
  803. return EntityRes.GetString(EntityRes.DbEntityEntry_NotAScalarProperty, p0, p1);
  804. }
  805. /// <summary>
  806. /// A string like "The property '{0}' on type '{1}' is not a complex property. The ComplexProperty method can only be used with complex properties. Use the Property, Reference or Collection method."
  807. /// </summary>
  808. internal static string DbEntityEntry_NotAComplexProperty(object p0, object p1)
  809. {
  810. return EntityRes.GetString(EntityRes.DbEntityEntry_NotAComplexProperty, p0, p1);
  811. }
  812. /// <summary>
  813. /// A string like "The property '{0}' on type '{1}' is not a primitive property, complex property, collection navigation property, or reference navigation property."
  814. /// </summary>
  815. internal static string DbEntityEntry_NotAProperty(object p0, object p1)
  816. {
  817. return EntityRes.GetString(EntityRes.DbEntityEntry_NotAProperty, p0, p1);
  818. }
  819. /// <summary>
  820. /// A string like ""The property '{0}' from the property path '{1}' is not a complex property on type '{2}'. Property paths must be composed of complex properties for all except the final property.""
  821. /// </summary>
  822. internal static string DbEntityEntry_DottedPartNotComplex(object p0, object p1, object p2)
  823. {
  824. return EntityRes.GetString(EntityRes.DbEntityEntry_DottedPartNotComplex, p0, p1, p2);
  825. }
  826. /// <summary>
  827. /// A string like ""The property path '{0}' cannot be used for navigation properties. Property paths can only be used to access primitive or complex properties.""
  828. /// </summary>
  829. internal static string DbEntityEntry_DottedPathMustBeProperty(object p0)
  830. {
  831. return EntityRes.GetString(EntityRes.DbEntityEntry_DottedPathMustBeProperty, p0);
  832. }
  833. /// <summary>
  834. /// A string like "The navigation property '{0}' on entity type '{1}' cannot be used for entities of type '{2}' because it refers to entities of type '{3}'."
  835. /// </summary>
  836. internal static string DbEntityEntry_WrongGenericForNavProp(object p0, object p1, object p2, object p3)
  837. {
  838. return EntityRes.GetString(EntityRes.DbEntityEntry_WrongGenericForNavProp, p0, p1, p2, p3);
  839. }
  840. /// <summary>
  841. /// A string like "The generic type argument '{0}' cannot be used with the Member method when accessing the collection navigation property '{1}' on entity type '{2}'. The generic type argument '{3}' must be used instead."
  842. /// </summary>
  843. internal static string DbEntityEntry_WrongGenericForCollectionNavProp(object p0, object p1, object p2, object p3)
  844. {
  845. return EntityRes.GetString(EntityRes.DbEntityEntry_WrongGenericForCollectionNavProp, p0, p1, p2, p3);
  846. }
  847. /// <summary>
  848. /// A string like "The property '{0}' on entity type '{1}' cannot be used for objects of type '{2}' because it is a property for objects of type '{3}'."
  849. /// </summary>
  850. internal static string DbEntityEntry_WrongGenericForProp(object p0, object p1, object p2, object p3)
  851. {
  852. return EntityRes.GetString(EntityRes.DbEntityEntry_WrongGenericForProp, p0, p1, p2, p3);
  853. }
  854. /// <summary>
  855. /// A string like "The expression passed to method {0} must represent a property defined on the type '{1}'."
  856. /// </summary>
  857. internal static string DbEntityEntry_BadPropertyExpression(object p0, object p1)
  858. {
  859. return EntityRes.GetString(EntityRes.DbEntityEntry_BadPropertyExpression, p0, p1);
  860. }
  861. /// <summary>
  862. /// A string like "An error occurred while saving entities that do not expose foreign key properties for their relationships. The EntityEntries property will return null because a single entity cannot be identified as the source of the exception. Handling of exceptions while saving can be made easier by exposing foreign key properties in your entity types. See the InnerException for details."
  863. /// </summary>
  864. internal static string DbContext_IndependentAssociationUpdateException
  865. {
  866. get { return EntityRes.GetString(EntityRes.DbContext_IndependentAssociationUpdateException); }
  867. }
  868. /// <summary>
  869. /// A string like "{0} cannot be used for entities in the {1} state."
  870. /// </summary>
  871. internal static string DbPropertyValues_CannotGetValuesForState(object p0, object p1)
  872. {
  873. return EntityRes.GetString(EntityRes.DbPropertyValues_CannotGetValuesForState, p0, p1);
  874. }
  875. /// <summary>
  876. /// A string like "Cannot set non-nullable property '{0}' of type '{1}' to null on object of type '{2}'."
  877. /// </summary>
  878. internal static string DbPropertyValues_CannotSetNullValue(object p0, object p1, object p2)
  879. {
  880. return EntityRes.GetString(EntityRes.DbPropertyValues_CannotSetNullValue, p0, p1, p2);
  881. }
  882. /// <summary>
  883. /// A string like "The property '{0}' in the entity of type '{1}' is null. Store values cannot be obtained for an entity with a null complex property."
  884. /// </summary>
  885. internal static string DbPropertyValues_CannotGetStoreValuesWhenComplexPropertyIsNull(object p0, object p1)
  886. {
  887. return EntityRes.GetString(EntityRes.DbPropertyValues_CannotGetStoreValuesWhenComplexPropertyIsNull, p0, p1);
  888. }
  889. /// <summary>
  890. /// A string like "Cannot assign value of type '{0}' to property '{1}' of type '{2}' in property values for type '{3}'."
  891. /// </summary>
  892. internal static string DbPropertyValues_WrongTypeForAssignment(object p0, object p1, object p2, object p3)
  893. {
  894. return EntityRes.GetString(EntityRes.DbPropertyValues_WrongTypeForAssignment, p0, p1, p2, p3);
  895. }
  896. /// <summary>
  897. /// A string like "The set of property value names is read-only."
  898. /// </summary>
  899. internal static string DbPropertyValues_PropertyValueNamesAreReadonly
  900. {
  901. get { return EntityRes.GetString(EntityRes.DbPropertyValues_PropertyValueNamesAreReadonly); }
  902. }
  903. /// <summary>
  904. /// A string like "The '{0}' property does not exist or is not mapped for the type '{1}'."
  905. /// </summary>
  906. internal static string DbPropertyValues_PropertyDoesNotExist(object p0, object p1)
  907. {
  908. return EntityRes.GetString(EntityRes.DbPropertyValues_PropertyDoesNotExist, p0, p1);
  909. }
  910. /// <summary>
  911. /// A string like "Cannot copy values from DbPropertyValues for type '{0}' into DbPropertyValues for type '{1}'."
  912. /// </summary>
  913. internal static string DbPropertyValues_AttemptToSetValuesFromWrongObject(object p0, object p1)
  914. {
  915. return EntityRes.GetString(EntityRes.DbPropertyValues_AttemptToSetValuesFromWrongObject, p0, p1);
  916. }
  917. /// <summary>
  918. /// A string like "Cannot copy from property values for object of type '{0}' into property values for object of type '{1}'."
  919. /// </summary>
  920. internal static string DbPropertyValues_AttemptToSetValuesFromWrongType(object p0, object p1)
  921. {
  922. return EntityRes.GetString(EntityRes.DbPropertyValues_AttemptToSetValuesFromWrongType, p0, p1);
  923. }
  924. /// <summary>
  925. /// A string like "A property of a complex type must be set to an instance of the generic or non-generic DbPropertyValues class for that type."
  926. /// </summary>
  927. internal static string DbPropertyValues_AttemptToSetNonValuesOnComplexProperty
  928. {
  929. get { return EntityRes.GetString(EntityRes.DbPropertyValues_AttemptToSetNonValuesOnComplexProperty); }
  930. }
  931. /// <summary>
  932. /// A string like "The value of the complex property '{0}' on entity of type '{1}' is null. Complex properties cannot be set to null and values cannot be set for null complex properties."
  933. /// </summary>
  934. internal static string DbPropertyValues_ComplexObjectCannotBeNull(object p0, object p1)
  935. {
  936. return EntityRes.GetString(EntityRes.DbPropertyValues_ComplexObjectCannotBeNull, p0, p1);
  937. }
  938. /// <summary>
  939. /// A string like "The value of the nested property values property '{0}' on the values for entity of type '{1}' is null. Nested property values cannot be set to null and values cannot be set for null complex properties."
  940. /// </summary>
  941. internal static string DbPropertyValues_NestedPropertyValuesNull(object p0, object p1)
  942. {
  943. return EntityRes.GetString(EntityRes.DbPropertyValues_NestedPropertyValuesNull, p0, p1);
  944. }
  945. /// <summary>
  946. /// A string like "Cannot set the value of the nested property '{0}' because value of the complex property '{1}' to which it belongs is null."
  947. /// </summary>
  948. internal static string DbPropertyValues_CannotSetPropertyOnNullCurrentValue(object p0, object p1)
  949. {
  950. return EntityRes.GetString(EntityRes.DbPropertyValues_CannotSetPropertyOnNullCurrentValue, p0, p1);
  951. }
  952. /// <summary>
  953. /// A string like "Cannot set the original value of the nested property '{0}' because the original value of the complex property '{1}' to which it belongs is null."
  954. /// </summary>
  955. internal static string DbPropertyValues_CannotSetPropertyOnNullOriginalValue(object p0, object p1)
  956. {
  957. return EntityRes.GetString(EntityRes.DbPropertyValues_CannotSetPropertyOnNullOriginalValue, p0, p1);
  958. }
  959. /// <summary>
  960. /// A string like "The model backing the '{0}' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269)."
  961. /// </summary>
  962. internal static string DatabaseInitializationStrategy_ModelMismatch(object p0)
  963. {
  964. return EntityRes.GetString(EntityRes.DatabaseInitializationStrategy_ModelMismatch, p0);
  965. }
  966. /// <summary>
  967. /// A string like "Database '{0}' cannot be created because it already exists."
  968. /// </summary>
  969. internal static string Database_DatabaseAlreadyExists(object p0)
  970. {
  971. return EntityRes.GetString(EntityRes.Database_DatabaseAlreadyExists, p0);
  972. }
  973. /// <summary>
  974. /// A string like "Model compatibility cannot be checked because the DbContext instance was not created using Code First patterns. DbContext instances created from an ObjectContext or using an EDMX file cannot be checked for compatibility."
  975. /// </summary>
  976. internal static string Database_NonCodeFirstCompatibilityCheck
  977. {
  978. get { return EntityRes.GetString(EntityRes.Database_NonCodeFirstCompatibilityCheck); }
  979. }
  980. /// <summary>
  981. /// A string like "Model compatibility cannot be checked because the database does not contain model metadata. Model compatibility can only be checked for databases created using Code First or Code First Migrations."
  982. /// </summary>
  983. internal static string Database_NoDatabaseMetadata
  984. {
  985. get { return EntityRes.GetString(EntityRes.Database_NoDatabaseMetadata); }
  986. }
  987. /// <summary>
  988. /// A string like "The DbContextDatabaseInitializer entry 'key="{0}" value="{1}"' in the application configuration is not valid. Entries should be of the form 'key="DatabaseInitializerForType MyNamespace.MyDbContextClass, MyAssembly" value="MyNamespace.MyInitializerClass, MyAssembly"' or 'key="DatabaseInitializerForType MyNamespace.MyDbContextClass, MyAssembly" value="Disabled"'. Consider using the <entityFramework> configuration section to set the database initializer (http://go.microsoft.com/fwlink/?LinkID=237468)."
  989. /// </summary>
  990. internal static string Database_BadLegacyInitializerEntry(object p0, object p1)
  991. {
  992. return EntityRes.GetString(EntityRes.Database_BadLegacyInitializerEntry, p0, p1);
  993. }
  994. /// <summary>
  995. /// A string like "Failed to set database initializer of type '{0}' for DbContext type '{1}' specified in the application configuration. Entries should be of the form 'key="DatabaseInitializerForType MyNamespace.MyDbContextClass, MyAssembly" value="MyNamespace.MyInitializerClass, MyAssembly"' or 'key="DatabaseInitializerForType MyNamespace.MyDbContextClass, MyAssembly" value="Disabled"'. Also verify that 'DatabaseInitializerArgumentForType' entries are present for every parameter of the database initializer constructor. See inner exception for details. Consider using the <entityFramework> configuration section to set the database initializer (http://go.microsoft.com/fwlink/?LinkID=237468)."
  996. /// </summary>
  997. internal static string Database_InitializeFromLegacyConfigFailed(object p0, object p1)
  998. {
  999. return EntityRes.GetString(EntityRes.Database_InitializeFromLegacyConfigFailed, p0, p1);
  1000. }
  1001. /// <summary>
  1002. /// A string like "Failed to set database initializer of type '{0}' for DbContext type '{1}' specified in the application configuration. See inner exception for details."
  1003. /// </summary>
  1004. internal static string Database_InitializeFromConfigFailed(object p0, object p1)
  1005. {
  1006. return EntityRes.GetString(EntityRes.Database_InitializeFromConfigFailed, p0, p1);
  1007. }
  1008. /// <summary>
  1009. /// A string like "Configuration for DbContext type '{0}' is specified multiple times in the application configuration. Each context can only be configured once."
  1010. /// </summary>
  1011. internal static string ContextConfiguredMultipleTimes(object p0)
  1012. {
  1013. return EntityRes.GetString(EntityRes.ContextConfiguredMultipleTimes, p0);
  1014. }
  1015. /// <summary>
  1016. /// A string like "Failed to set Database.DefaultConnectionFactory to an instance of the '{0}' type as specified in the application configuration. See inner exception for details."
  1017. /// </summary>
  1018. internal static string SetConnectionFactoryFromConfigFailed(object p0)
  1019. {
  1020. return EntityRes.GetString(EntityRes.SetConnectionFactoryFromConfigFailed, p0);
  1021. }
  1022. /// <summary>
  1023. /// A string like "The context cannot be used while the model is being created. This exception may be thrown if the context is used inside the OnModelCreating method or if the same context instance is accessed by multiple threads concurrently. Note that instance members of DbContext and related classes are not guaranteed to be thread safe."
  1024. /// </summary>
  1025. internal static string DbContext_ContextUsedInModelCreating
  1026. {
  1027. get { return EntityRes.GetString(EntityRes.DbContext_ContextUsedInModelCreating); }
  1028. }
  1029. /// <summary>
  1030. /// A string like "The DbContext class cannot be used with models that have multiple entity sets per type (MEST)."
  1031. /// </summary>
  1032. internal static string DbContext_MESTNotSupported
  1033. {
  1034. get { return EntityRes.GetString(EntityRes.DbContext_MESTNotSupported); }
  1035. }
  1036. /// <summary>
  1037. /// A string like "The operation cannot be completed because the DbContext has been disposed."
  1038. /// </summary>
  1039. internal static string DbContext_Disposed
  1040. {
  1041. get { return EntityRes.GetString(EntityRes.DbContext_Disposed); }
  1042. }
  1043. /// <summary>
  1044. /// A string like "The provider factory returned a null connection."
  1045. /// </summary>
  1046. internal static string DbContext_ProviderReturnedNullConnection
  1047. {
  1048. get { return EntityRes.GetString(EntityRes.DbContext_ProviderReturnedNullConnection); }
  1049. }
  1050. /// <summary>
  1051. /// A string like "The connection string '{0}' in the application's configuration file does not contain the required providerName attribute.""
  1052. /// </summary>
  1053. internal static string DbContext_ProviderNameMissing(object p0)
  1054. {
  1055. return EntityRes.GetString(EntityRes.DbContext_ProviderNameMissing, p0);
  1056. }
  1057. /// <summary>
  1058. /// A string like "The DbConnectionFactory instance returned a null connection."
  1059. /// </summary>
  1060. internal static string DbContext_ConnectionFactoryReturnedNullConnection
  1061. {
  1062. get { return EntityRes.GetString(EntityRes.DbContext_ConnectionFactoryReturnedNullConnection); }
  1063. }
  1064. /// <summary>
  1065. /// A string like "The number of primary key values passed must match number of primary key values defined on the entity."
  1066. /// </summary>
  1067. internal static string DbSet_WrongNumberOfKeyValuesPassed
  1068. {
  1069. get { return EntityRes.GetString(EntityRes.DbSet_WrongNumberOfKeyValuesPassed); }
  1070. }
  1071. /// <summary>
  1072. /// A string like "The type of one of the primary key values did not match the type defined in the entity. See inner exception for details."
  1073. /// </summary>
  1074. internal static string DbSet_WrongKeyValueType
  1075. {
  1076. get { return EntityRes.GetString(EntityRes.DbSet_WrongKeyValueType); }
  1077. }
  1078. /// <summary>
  1079. /// A string like "The entity found was of type {0} when an entity of type {1} was requested."
  1080. /// </summary>
  1081. internal static string DbSet_WrongEntityTypeFound(object p0, object p1)
  1082. {
  1083. return EntityRes.GetString(EntityRes.DbSet_WrongEntityTypeFound, p0, p1);
  1084. }
  1085. /// <summary>
  1086. /// A string like "Multiple entities were found in the Added state that match the given primary key values."
  1087. /// </summary>
  1088. internal static string DbSet_MultipleAddedEntitiesFound
  1089. {
  1090. get { return EntityRes.GetString(EntityRes.DbSet_MultipleAddedEntitiesFound); }
  1091. }
  1092. /// <summary>
  1093. /// A string like "The type '{0}' is mapped as a complex type. The Set method, DbSet objects, and DbEntityEntry objects can only be used with entity types, not complex types."
  1094. /// </summary>
  1095. internal static string DbSet_DbSetUsedWithComplexType(object p0)
  1096. {
  1097. return EntityRes.GetString(EntityRes.DbSet_DbSetUsedWithComplexType, p0);
  1098. }
  1099. /// <summary>
  1100. /// A string like "The type '{0}' is not attributed with EdmEntityTypeAttribute but is contained in an assembly attributed with EdmSchemaAttribute. POCO entities that do not use EdmEntityTypeAttribute cannot be contained in the same assembly as non-POCO entities that use EdmEntityTypeAttribute."
  1101. /// </summary>
  1102. internal static string DbSet_PocoAndNonPocoMixedInSameAssembly(object p0)
  1103. {
  1104. return EntityRes.GetString(EntityRes.DbSet_PocoAndNonPocoMixedInSameAssembly, p0);
  1105. }
  1106. /// <summary>
  1107. /// A string like "The entity type {0} is not part of the model for the current context."
  1108. /// </summary>
  1109. internal static string DbSet_EntityTypeNotInModel(object p0)
  1110. {
  1111. return EntityRes.GetString(EntityRes.DbSet_EntityTypeNotInModel, p0);
  1112. }
  1113. /// <summary>
  1114. /// A string like "Data binding directly to a store query (DbSet, DbQuery, DbSqlQuery, DbRawSqlQuery) is not supported. Instead populate a DbSet with data, for example by calling Load on the DbSet, and then bind to local data. For WPF bind to DbSet.Local. For WinForms bind to DbSet.Local.ToBindingList()."
  1115. /// </summary>
  1116. internal static string DbQuery_BindingToDbQueryNotSupported
  1117. {
  1118. get { return EntityRes.GetString(EntityRes.DbQuery_BindingToDbQueryNotSupported); }
  1119. }
  1120. /// <summary>
  1121. /// A string like "The Include path expression must refer to a navigation property defined on the type. Use dotted paths for reference navigation properties and the Select operator for collection navigation properties."
  1122. /// </summary>
  1123. internal static string DbExtensions_InvalidIncludePathExpression
  1124. {
  1125. get { return EntityRes.GetString(EntityRes.DbExtensions_InvalidIncludePathExpression); }
  1126. }
  1127. /// <summary>
  1128. /// A string like "No connection string named '{0}' could be found in the application config file."
  1129. /// </summary>
  1130. internal static string DbContext_ConnectionStringNotFound(object p0)
  1131. {
  1132. return EntityRes.GetString(EntityRes.DbContext_ConnectionStringNotFound, p0);
  1133. }
  1134. /// <summary>
  1135. /// A string like "Cannot initialize a DbContext from an entity connection string or an EntityConnection instance together with a DbCompiledModel. If an entity connection string or EntityConnection instance is used, then the model will be created from the metadata in the connection. If a DbCompiledModel is used, then the connection supplied should be a standard database connection (for example, a SqlConnection instance) rather than an entity connection."
  1136. /// </summary>
  1137. internal static string DbContext_ConnectionHasModel
  1138. {
  1139. get { return EntityRes.GetString(EntityRes.DbContext_ConnectionHasModel); }
  1140. }
  1141. /// <summary>
  1142. /// A string like "The collection navigation property '{0}' on the entity of type '{1}' cannot be set because the entity type does not define a navigation property with a set accessor."
  1143. /// </summary>
  1144. internal static string DbCollectionEntry_CannotSetCollectionProp(object p0, object p1)
  1145. {
  1146. return EntityRes.GetString(EntityRes.DbCollectionEntry_CannotSetCollectionProp, p0, p1);
  1147. }
  1148. /// <summary>
  1149. /// A string like "Using the same DbCompiledModel to create contexts against different types of database servers is not supported. Instead, create a separate DbCompiledModel for each type of server being used."
  1150. /// </summary>
  1151. internal static string CodeFirstCachedMetadataWorkspace_SameModelDifferentProvidersNotSupported
  1152. {
  1153. get { return EntityRes.GetString(EntityRes.CodeFirstCachedMetadataWorkspace_SameModelDifferentProvidersNotSupported); }
  1154. }
  1155. /// <summary>
  1156. /// A string like "Multiple object sets per type are not supported. The object sets '{0}' and '{1}' can both contain instances of type '{2}'."
  1157. /// </summary>
  1158. internal static string Mapping_MESTNotSupported(object p0, object p1, object p2)
  1159. {
  1160. return EntityRes.GetString(EntityRes.Mapping_MESTNotSupported, p0, p1, p2);
  1161. }
  1162. /// <summary>
  1163. /// A string like "The context type '{0}' must have a public constructor taking an EntityConnection."
  1164. /// </summary>
  1165. internal static string DbModelBuilder_MissingRequiredCtor(object p0)
  1166. {
  1167. return EntityRes.GetString(EntityRes.DbModelBuilder_MissingRequiredCtor, p0);
  1168. }
  1169. /// <summary>
  1170. /// A string like "Validation failed for one or more entities. See 'EntityValidationErrors' property for more details."
  1171. /// </summary>
  1172. internal static string DbEntityValidationException_ValidationFailed
  1173. {
  1174. get { return EntityRes.GetString(EntityRes.DbEntityValidationException_ValidationFailed); }
  1175. }
  1176. /// <summary>
  1177. /// A string like "An unexpected exception was thrown during validation of '{0}' when invoking {1}.IsValid. See the inner exception for details."
  1178. /// </summary>
  1179. internal static string DbUnexpectedValidationException_ValidationAttribute(object p0, object p1)
  1180. {
  1181. return EntityRes.GetString(EntityRes.DbUnexpectedValidationException_ValidationAttribute, p0, p1);
  1182. }
  1183. /// <summary>
  1184. /// A string like "An unexpected exception was thrown during validation of '{0}' when invoking {1}.Validate. See the inner exception for details."
  1185. /// </summary>
  1186. internal static string DbUnexpectedValidationException_IValidatableObject(object p0, object p1)
  1187. {
  1188. return EntityRes.GetString(EntityRes.DbUnexpectedValidationException_IValidatableObject, p0, p1);
  1189. }
  1190. /// <summary>
  1191. /// A string like "The database name '{0}' is not supported because it is an MDF file name. A full connection string must be provided to attach an MDF file."
  1192. /// </summary>
  1193. internal static string SqlConnectionFactory_MdfNotSupported(object p0)
  1194. {
  1195. return EntityRes.GetString(EntityRes.SqlConnectionFactory_MdfNotSupported, p0);
  1196. }
  1197. /// <summary>
  1198. /// A string like "An exception occurred while initializing the database. See the InnerException for details."
  1199. /// </summary>
  1200. internal static string Database_InitializationException
  1201. {
  1202. get { return EntityRes.GetString(EntityRes.Database_InitializationException); }
  1203. }
  1204. /// <summary>
  1205. /// A string like "Creating a DbModelBuilder or writing the EDMX from a DbContext created using an existing ObjectContext is not supported. EDMX can only be obtained from a Code First DbContext created without using an existing DbCompiledModel."
  1206. /// </summary>
  1207. internal static string EdmxWriter_EdmxFromObjectContextNotSupported
  1208. {
  1209. get { return EntityRes.GetString(EntityRes.EdmxWriter_EdmxFromObjectContextNotSupported); }
  1210. }
  1211. /// <summary>
  1212. /// A string like "Creating a DbModelBuilder or writing the EDMX from a DbContext created using Database First or Model First is not supported. EDMX can only be obtained from a Code First DbContext created without using an existing DbCompiledModel."
  1213. /// </summary>
  1214. internal static string EdmxWriter_EdmxFromModelFirstNotSupported
  1215. {
  1216. get { return EntityRes.GetString(EntityRes.EdmxWriter_EdmxFromModelFirstNotSupported); }
  1217. }
  1218. /// <summary>
  1219. /// A string like "Code generated using the T4 templates for Database First and Model First development may not work correctly if used in Code First mode. To continue using Database First or Model First ensure that the Entity Framework connection string is specified in the config file of executing application. To use these classes, that were generated from Database First or Model First, with Code First add any additional configuration using attributes or the DbModelBuilder API and then remove the code that throws this exception."
  1220. /// </summary>
  1221. internal static string UnintentionalCodeFirstException_Message
  1222. {
  1223. get { return EntityRes.GetString(EntityRes.UnintentionalCodeFirstException_Message); }
  1224. }
  1225. /// <summary>
  1226. /// A string like "The context factory type '{0}' must have a public default constructor."
  1227. /// </summary>
  1228. internal static string DbContextServices_MissingDefaultCtor(object p0)
  1229. {
  1230. return EntityRes.GetString(EntityRes.DbContextServices_MissingDefaultCtor, p0);
  1231. }
  1232. /// <summary>
  1233. /// A string like "The generic 'Set' method cannot be called with a proxy type. Either use the actual entity type or call the non-generic 'Set' method."
  1234. /// </summary>
  1235. internal static string CannotCallGenericSetWithProxyType
  1236. {
  1237. get { return EntityRes.GetString(EntityRes.CannotCallGenericSetWithProxyType); }
  1238. }
  1239. /// <summary>
  1240. /// A string like "The namespace '{0}' is a system namespace and cannot be used by other schemas. Choose another namespace name."
  1241. /// </summary>
  1242. internal static string EdmModel_Validator_Semantic_SystemNamespaceEncountered(object p0)
  1243. {
  1244. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_SystemNamespaceEncountered, p0);
  1245. }
  1246. /// <summary>
  1247. /// A string like "Role '{0}' in AssociationSets '{1}' and '{2}' refers to the same EntitySet '{3}' in EntityContainer '{4}'. Make sure that if two or more AssociationSets refer to the same AssociationType, the ends do not refer to the same EntitySet."
  1248. /// </summary>
  1249. internal static string EdmModel_Validator_Semantic_SimilarRelationshipEnd(object p0, object p1, object p2, object p3, object p4)
  1250. {
  1251. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_SimilarRelationshipEnd, p0, p1, p2, p3, p4);
  1252. }
  1253. /// <summary>
  1254. /// A string like "The referenced EntitySet '{0}' for End '{1}' could not be found in the containing EntityContainer."
  1255. /// </summary>
  1256. internal static string EdmModel_Validator_Semantic_InvalidEntitySetNameReference(object p0, object p1)
  1257. {
  1258. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidEntitySetNameReference, p0, p1);
  1259. }
  1260. /// <summary>
  1261. /// A string like "Type '{0}' is derived from type '{1}' that is the type for EntitySet '{2}'. Type '{0}' defines new concurrency requirements that are not allowed for subtypes of base EntitySet types."
  1262. /// </summary>
  1263. internal static string EdmModel_Validator_Semantic_ConcurrencyRedefinedOnSubTypeOfEntitySetType(object p0, object p1, object p2)
  1264. {
  1265. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_ConcurrencyRedefinedOnSubTypeOfEntitySetType, p0, p1, p2);
  1266. }
  1267. /// <summary>
  1268. /// A string like "EntitySet '{0}' is based on type '{1}' that has no keys defined."
  1269. /// </summary>
  1270. internal static string EdmModel_Validator_Semantic_EntitySetTypeHasNoKeys(object p0, object p1)
  1271. {
  1272. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_EntitySetTypeHasNoKeys, p0, p1);
  1273. }
  1274. /// <summary>
  1275. /// A string like "The end name '{0}' is already defined."
  1276. /// </summary>
  1277. internal static string EdmModel_Validator_Semantic_DuplicateEndName(object p0)
  1278. {
  1279. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_DuplicateEndName, p0);
  1280. }
  1281. /// <summary>
  1282. /// A string like "The key specified in EntityType '{0}' is not valid. Property '{1}' is referenced more than once in the Key element."
  1283. /// </summary>
  1284. internal static string EdmModel_Validator_Semantic_DuplicatePropertyNameSpecifiedInEntityKey(object p0, object p1)
  1285. {
  1286. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_DuplicatePropertyNameSpecifiedInEntityKey, p0, p1);
  1287. }
  1288. /// <summary>
  1289. /// A string like "Property '{0}' has a CollectionKind specified but is not a collection property."
  1290. /// </summary>
  1291. internal static string EdmModel_Validator_Semantic_InvalidCollectionKindNotCollection(object p0)
  1292. {
  1293. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidCollectionKindNotCollection, p0);
  1294. }
  1295. /// <summary>
  1296. /// A string like "Property '{0}' has a CollectionKind specified. CollectionKind is only supported in version 1.1 EDM models."
  1297. /// </summary>
  1298. internal static string EdmModel_Validator_Semantic_InvalidCollectionKindNotV1_1(object p0)
  1299. {
  1300. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidCollectionKindNotV1_1, p0);
  1301. }
  1302. /// <summary>
  1303. /// A string like "ComplexType '{0}' is marked as abstract. Abstract ComplexTypes are only supported in version 1.1 EDM models."
  1304. /// </summary>
  1305. internal static string EdmModel_Validator_Semantic_InvalidComplexTypeAbstract(object p0)
  1306. {
  1307. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidComplexTypeAbstract, p0);
  1308. }
  1309. /// <summary>
  1310. /// A string like "ComplexType '{0}' has a BaseType specified. ComplexType inheritance is only supported in version 1.1 EDM models."
  1311. /// </summary>
  1312. internal static string EdmModel_Validator_Semantic_InvalidComplexTypePolymorphic(object p0)
  1313. {
  1314. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidComplexTypePolymorphic, p0);
  1315. }
  1316. /// <summary>
  1317. /// A string like "Key part '{0}' for type '{1}' is not valid. All parts of the key must be non-nullable."
  1318. /// </summary>
  1319. internal static string EdmModel_Validator_Semantic_InvalidKeyNullablePart(object p0, object p1)
  1320. {
  1321. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidKeyNullablePart, p0, p1);
  1322. }
  1323. /// <summary>
  1324. /// A string like "The property '{0}' in EntityType '{1}' is not valid. All properties that are part of the EntityKey must be of PrimitiveType."
  1325. /// </summary>
  1326. internal static string EdmModel_Validator_Semantic_EntityKeyMustBeScalar(object p0, object p1)
  1327. {
  1328. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_EntityKeyMustBeScalar, p0, p1);
  1329. }
  1330. /// <summary>
  1331. /// A string like "Key usage is not valid. The {0} class cannot define keys because one of its base classes ('{1}') defines keys."
  1332. /// </summary>
  1333. internal static string EdmModel_Validator_Semantic_InvalidKeyKeyDefinedInBaseClass(object p0, object p1)
  1334. {
  1335. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidKeyKeyDefinedInBaseClass, p0, p1);
  1336. }
  1337. /// <summary>
  1338. /// A string like "EntityType '{0}' has no key defined. Define the key for this EntityType."
  1339. /// </summary>
  1340. internal static string EdmModel_Validator_Semantic_KeyMissingOnEntityType(object p0)
  1341. {
  1342. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_KeyMissingOnEntityType, p0);
  1343. }
  1344. /// <summary>
  1345. /// A string like "NavigationProperty is not valid. Role '{0}' or Role '{1}' is not defined in Relationship '{2}'."
  1346. /// </summary>
  1347. internal static string EdmModel_Validator_Semantic_BadNavigationPropertyUndefinedRole(object p0, object p1, object p2)
  1348. {
  1349. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_BadNavigationPropertyUndefinedRole, p0, p1, p2);
  1350. }
  1351. /// <summary>
  1352. /// A string like "NavigationProperty is not valid. The FromRole and ToRole are the same."
  1353. /// </summary>
  1354. internal static string EdmModel_Validator_Semantic_BadNavigationPropertyRolesCannotBeTheSame
  1355. {
  1356. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_BadNavigationPropertyRolesCannotBeTheSame); }
  1357. }
  1358. /// <summary>
  1359. /// A string like "OnDelete can be specified on only one End of an EdmAssociation."
  1360. /// </summary>
  1361. internal static string EdmModel_Validator_Semantic_InvalidOperationMultipleEndsInAssociation
  1362. {
  1363. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidOperationMultipleEndsInAssociation); }
  1364. }
  1365. /// <summary>
  1366. /// A string like "End '{0}' on relationship '{1}' cannot have an operation specified because its multiplicity is '*'. Operations cannot be specified on ends with multiplicity '*'."
  1367. /// </summary>
  1368. internal static string EdmModel_Validator_Semantic_EndWithManyMultiplicityCannotHaveOperationsSpecified(object p0, object p1)
  1369. {
  1370. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_EndWithManyMultiplicityCannotHaveOperationsSpecified, p0, p1);
  1371. }
  1372. /// <summary>
  1373. /// A string like "Each Name and PluralName in a relationship must be unique. '{0}' is already defined."
  1374. /// </summary>
  1375. internal static string EdmModel_Validator_Semantic_EndNameAlreadyDefinedDuplicate(object p0)
  1376. {
  1377. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_EndNameAlreadyDefinedDuplicate, p0);
  1378. }
  1379. /// <summary>
  1380. /// A string like "In relationship '{0}', the Principal and Dependent Role of the referential constraint refer to the same Role in the relationship type."
  1381. /// </summary>
  1382. internal static string EdmModel_Validator_Semantic_SameRoleReferredInReferentialConstraint(object p0)
  1383. {
  1384. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_SameRoleReferredInReferentialConstraint, p0);
  1385. }
  1386. /// <summary>
  1387. /// A string like "Multiplicity is not valid in Role '{0}' in relationship '{1}'. Valid values for multiplicity for the Principal Role are '0..1' or '1'."
  1388. /// </summary>
  1389. internal static string EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleUpperBoundMustBeOne(object p0, object p1)
  1390. {
  1391. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleUpperBoundMustBeOne, p0, p1);
  1392. }
  1393. /// <summary>
  1394. /// A string like "Multiplicity is not valid in Role '{0}' in relationship '{1}'. Because all the properties in the Dependent Role are nullable, multiplicity of the Principal Role must be '0..1'."
  1395. /// </summary>
  1396. internal static string EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleToPropertyNullableV1(object p0, object p1)
  1397. {
  1398. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleToPropertyNullableV1, p0, p1);
  1399. }
  1400. /// <summary>
  1401. /// A string like "Multiplicity conflicts with the referential constraint in Role '{0}' in relationship '{1}'. Because at least one of the properties in the Dependent Role is non-nullable, multiplicity of the Principal Role must be '1'."
  1402. /// </summary>
  1403. internal static string EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleToPropertyNonNullableV1(object p0, object p1)
  1404. {
  1405. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleToPropertyNonNullableV1, p0, p1);
  1406. }
  1407. /// <summary>
  1408. /// A string like "Multiplicity conflicts with the referential constraint in Role '{0}' in relationship '{1}'. Because all of the properties in the Dependent Role are non-nullable, multiplicity of the Principal Role must be '1'."
  1409. /// </summary>
  1410. internal static string EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleToPropertyNonNullableV2(object p0, object p1)
  1411. {
  1412. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleToPropertyNonNullableV2, p0, p1);
  1413. }
  1414. /// <summary>
  1415. /// A string like "Properties referred by the Dependent Role '{0}' must be a subset of the key of the EntityType '{1}' referred to by the Dependent Role in the referential constraint for relationship '{2}'."
  1416. /// </summary>
  1417. internal static string EdmModel_Validator_Semantic_InvalidToPropertyInRelationshipConstraint(object p0, object p1, object p2)
  1418. {
  1419. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidToPropertyInRelationshipConstraint, p0, p1, p2);
  1420. }
  1421. /// <summary>
  1422. /// A string like "Multiplicity is not valid in Role '{0}' in relationship '{1}'. Because the Dependent Role refers to the key properties, the upper bound of the multiplicity of the Dependent Role must be '1'."
  1423. /// </summary>
  1424. internal static string EdmModel_Validator_Semantic_InvalidMultiplicityToRoleUpperBoundMustBeOne(object p0, object p1)
  1425. {
  1426. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidMultiplicityToRoleUpperBoundMustBeOne, p0, p1);
  1427. }
  1428. /// <summary>
  1429. /// A string like "Multiplicity is not valid in Role '{0}' in relationship '{1}'. Because the Dependent Role properties are not the key properties, the upper bound of the multiplicity of the Dependent Role must be '*'."
  1430. /// </summary>
  1431. internal static string EdmModel_Validator_Semantic_InvalidMultiplicityToRoleUpperBoundMustBeMany(object p0, object p1)
  1432. {
  1433. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidMultiplicityToRoleUpperBoundMustBeMany, p0, p1);
  1434. }
  1435. /// <summary>
  1436. /// A string like "The number of properties in the Dependent and Principal Roles in a relationship constraint must be identical."
  1437. /// </summary>
  1438. internal static string EdmModel_Validator_Semantic_MismatchNumberOfPropertiesinRelationshipConstraint
  1439. {
  1440. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_MismatchNumberOfPropertiesinRelationshipConstraint); }
  1441. }
  1442. /// <summary>
  1443. /// A string like "The types of all properties in the Dependent Role of a referential constraint must be the same as the corresponding property types in the Principal Role. The type of property '{0}' on entity '{1}' does not match the type of property '{2}' on entity '{3}' in the referential constraint '{4}'."
  1444. /// </summary>
  1445. internal static string EdmModel_Validator_Semantic_TypeMismatchRelationshipConstraint(object p0, object p1, object p2, object p3, object p4)
  1446. {
  1447. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_TypeMismatchRelationshipConstraint, p0, p1, p2, p3, p4);
  1448. }
  1449. /// <summary>
  1450. /// A string like "There is no property with name '{0}' defined in the type referred to by Role '{1}'."
  1451. /// </summary>
  1452. internal static string EdmModel_Validator_Semantic_InvalidPropertyInRelationshipConstraint(object p0, object p1)
  1453. {
  1454. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidPropertyInRelationshipConstraint, p0, p1);
  1455. }
  1456. /// <summary>
  1457. /// A string like "A nullable ComplexType is not supported. Property '{0}' must not allow nulls."
  1458. /// </summary>
  1459. internal static string EdmModel_Validator_Semantic_NullableComplexType(object p0)
  1460. {
  1461. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_NullableComplexType, p0);
  1462. }
  1463. /// <summary>
  1464. /// A string like "A property cannot be of type '{0}'. The property type must be a ComplexType or a PrimitiveType."
  1465. /// </summary>
  1466. internal static string EdmModel_Validator_Semantic_InvalidPropertyType(object p0)
  1467. {
  1468. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidPropertyType, p0);
  1469. }
  1470. /// <summary>
  1471. /// A string like "Each member name in an EntityContainer must be unique. A member with name '{0}' is already defined."
  1472. /// </summary>
  1473. internal static string EdmModel_Validator_Semantic_DuplicateEntityContainerMemberName(object p0)
  1474. {
  1475. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_DuplicateEntityContainerMemberName, p0);
  1476. }
  1477. /// <summary>
  1478. /// A string like "Each type name in a schema must be unique. Type name '{0}' is already defined."
  1479. /// </summary>
  1480. internal static string EdmModel_Validator_Semantic_TypeNameAlreadyDefinedDuplicate(object p0)
  1481. {
  1482. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_TypeNameAlreadyDefinedDuplicate, p0);
  1483. }
  1484. /// <summary>
  1485. /// A string like "Name '{0}' cannot be used in type '{1}'. Member names cannot be the same as their enclosing type."
  1486. /// </summary>
  1487. internal static string EdmModel_Validator_Semantic_InvalidMemberNameMatchesTypeName(object p0, object p1)
  1488. {
  1489. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidMemberNameMatchesTypeName, p0, p1);
  1490. }
  1491. /// <summary>
  1492. /// A string like "Each property name in a type must be unique. Property name '{0}' is already defined."
  1493. /// </summary>
  1494. internal static string EdmModel_Validator_Semantic_PropertyNameAlreadyDefinedDuplicate(object p0)
  1495. {
  1496. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_PropertyNameAlreadyDefinedDuplicate, p0);
  1497. }
  1498. /// <summary>
  1499. /// A string like "A cycle was detected in the type hierarchy of '{0}'."
  1500. /// </summary>
  1501. internal static string EdmModel_Validator_Semantic_CycleInTypeHierarchy(object p0)
  1502. {
  1503. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_CycleInTypeHierarchy, p0);
  1504. }
  1505. /// <summary>
  1506. /// A string like "A property cannot be of type '{0}'. The property type must be a ComplexType, a PrimitiveType, or a CollectionType."
  1507. /// </summary>
  1508. internal static string EdmModel_Validator_Semantic_InvalidPropertyType_V1_1(object p0)
  1509. {
  1510. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidPropertyType_V1_1, p0);
  1511. }
  1512. /// <summary>
  1513. /// A string like "A property cannot be of type {0}. The property type must be a ComplexType, a PrimitiveType or an EnumType."
  1514. /// </summary>
  1515. internal static string EdmModel_Validator_Semantic_InvalidPropertyType_V3(object p0)
  1516. {
  1517. return EntityRes.GetString(EntityRes.EdmModel_Validator_Semantic_InvalidPropertyType_V3, p0);
  1518. }
  1519. /// <summary>
  1520. /// A string like "The name is missing or not valid."
  1521. /// </summary>
  1522. internal static string EdmModel_Validator_Syntactic_MissingName
  1523. {
  1524. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_MissingName); }
  1525. }
  1526. /// <summary>
  1527. /// A string like "The specified name must not be longer than 480 characters: '{0}'."
  1528. /// </summary>
  1529. internal static string EdmModel_Validator_Syntactic_EdmModel_NameIsTooLong(object p0)
  1530. {
  1531. return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_EdmModel_NameIsTooLong, p0);
  1532. }
  1533. /// <summary>
  1534. /// A string like "The specified name is not allowed: '{0}'."
  1535. /// </summary>
  1536. internal static string EdmModel_Validator_Syntactic_EdmModel_NameIsNotAllowed(object p0)
  1537. {
  1538. return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_EdmModel_NameIsNotAllowed, p0);
  1539. }
  1540. /// <summary>
  1541. /// A string like "AssociationEnd must not be null."
  1542. /// </summary>
  1543. internal static string EdmModel_Validator_Syntactic_EdmAssociationType_AssocationEndMustNotBeNull
  1544. {
  1545. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_EdmAssociationType_AssocationEndMustNotBeNull); }
  1546. }
  1547. /// <summary>
  1548. /// A string like "DependentEnd must not be null."
  1549. /// </summary>
  1550. internal static string EdmModel_Validator_Syntactic_EdmAssociationConstraint_DependentEndMustNotBeNull
  1551. {
  1552. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_EdmAssociationConstraint_DependentEndMustNotBeNull); }
  1553. }
  1554. /// <summary>
  1555. /// A string like "ToProperties must not be empty."
  1556. /// </summary>
  1557. internal static string EdmModel_Validator_Syntactic_EdmAssociationConstraint_DependentPropertiesMustNotBeEmpty
  1558. {
  1559. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_EdmAssociationConstraint_DependentPropertiesMustNotBeEmpty); }
  1560. }
  1561. /// <summary>
  1562. /// A string like "Association must not be null."
  1563. /// </summary>
  1564. internal static string EdmModel_Validator_Syntactic_EdmNavigationProperty_AssocationMustNotBeNull
  1565. {
  1566. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_EdmNavigationProperty_AssocationMustNotBeNull); }
  1567. }
  1568. /// <summary>
  1569. /// A string like "ResultEnd must not be null."
  1570. /// </summary>
  1571. internal static string EdmModel_Validator_Syntactic_EdmNavigationProperty_ResultEndMustNotBeNull
  1572. {
  1573. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_EdmNavigationProperty_ResultEndMustNotBeNull); }
  1574. }
  1575. /// <summary>
  1576. /// A string like "EntityType must not be null."
  1577. /// </summary>
  1578. internal static string EdmModel_Validator_Syntactic_EdmAssociationEnd_EntityTypeMustNotBeNull
  1579. {
  1580. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_EdmAssociationEnd_EntityTypeMustNotBeNull); }
  1581. }
  1582. /// <summary>
  1583. /// A string like "ElementType must not be null."
  1584. /// </summary>
  1585. internal static string EdmModel_Validator_Syntactic_EdmEntitySet_ElementTypeMustNotBeNull
  1586. {
  1587. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_EdmEntitySet_ElementTypeMustNotBeNull); }
  1588. }
  1589. /// <summary>
  1590. /// A string like "ElementType must not be null."
  1591. /// </summary>
  1592. internal static string EdmModel_Validator_Syntactic_EdmAssociationSet_ElementTypeMustNotBeNull
  1593. {
  1594. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_EdmAssociationSet_ElementTypeMustNotBeNull); }
  1595. }
  1596. /// <summary>
  1597. /// A string like "SourceSet must not be null."
  1598. /// </summary>
  1599. internal static string EdmModel_Validator_Syntactic_EdmAssociationSet_SourceSetMustNotBeNull
  1600. {
  1601. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_EdmAssociationSet_SourceSetMustNotBeNull); }
  1602. }
  1603. /// <summary>
  1604. /// A string like "TargetSet must not be null."
  1605. /// </summary>
  1606. internal static string EdmModel_Validator_Syntactic_EdmAssociationSet_TargetSetMustNotBeNull
  1607. {
  1608. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_EdmAssociationSet_TargetSetMustNotBeNull); }
  1609. }
  1610. /// <summary>
  1611. /// A string like "The type is not a valid EdmTypeReference."
  1612. /// </summary>
  1613. internal static string EdmModel_Validator_Syntactic_EdmTypeReferenceNotValid
  1614. {
  1615. get { return EntityRes.GetString(EntityRes.EdmModel_Validator_Syntactic_EdmTypeReferenceNotValid); }
  1616. }
  1617. /// <summary>
  1618. /// A string like "'{0}' is not valid data space for EdmModel. EdmModel supports only DataSpace.CSpace and DataSpace.SSpace."
  1619. /// </summary>
  1620. internal static string EdmModel_InvalidDataSpace(object p0)
  1621. {
  1622. return EntityRes.GetString(EntityRes.EdmModel_InvalidDataSpace, p0);
  1623. }
  1624. /// <summary>
  1625. /// A string like "The data space of the item does not match the data space of the EdmModel."
  1626. /// </summary>
  1627. internal static string EdmModel_AddItem_NonMatchingNamespace
  1628. {
  1629. get { return EntityRes.GetString(EntityRes.EdmModel_AddItem_NonMatchingNamespace); }
  1630. }
  1631. /// <summary>
  1632. /// A string like "Serializer can only serialize an EdmModel that has one EdmNamespace and one EdmEntityContainer."
  1633. /// </summary>
  1634. internal static string Serializer_OneNamespaceAndOneContainer
  1635. {
  1636. get { return EntityRes.GetString(EntityRes.Serializer_OneNamespaceAndOneContainer); }
  1637. }
  1638. /// <summary>
  1639. /// A string like "The field {0} must be a string or array type with a maximum length of '{1}'."
  1640. /// </summary>
  1641. internal static string MaxLengthAttribute_ValidationError(object p0, object p1)
  1642. {
  1643. return EntityRes.GetString(EntityRes.MaxLengthAttribute_ValidationError, p0, p1);
  1644. }
  1645. /// <summary>
  1646. /// A string like "MaxLengthAttribute must have a Length value that is greater than zero. Use MaxLength() without parameters to indicate that the string or array can have the maximum allowable length."
  1647. /// </summary>
  1648. internal static string MaxLengthAttribute_InvalidMaxLength
  1649. {
  1650. get { return EntityRes.GetString(EntityRes.MaxLengthAttribute_InvalidMaxLength); }
  1651. }
  1652. /// <summary>
  1653. /// A string like "The field {0} must be a string or array type with a minimum length of '{1}'."
  1654. /// </summary>
  1655. internal static string MinLengthAttribute_ValidationError(object p0, object p1)
  1656. {
  1657. return EntityRes.GetString(EntityRes.MinLengthAttribute_ValidationError, p0, p1);
  1658. }
  1659. /// <summary>
  1660. /// A string like "MinLengthAttribute must have a Length value that is zero or greater."
  1661. /// </summary>
  1662. internal static string MinLengthAttribute_InvalidMinLength
  1663. {
  1664. get { return EntityRes.GetString(EntityRes.MinLengthAttribute_InvalidMinLength); }
  1665. }
  1666. /// <summary>
  1667. /// A string like "No connection string named '{0}' could be found in the application config file."
  1668. /// </summary>
  1669. internal static string DbConnectionInfo_ConnectionStringNotFound(object p0)
  1670. {
  1671. return EntityRes.GetString(EntityRes.DbConnectionInfo_ConnectionStringNotFound, p0);
  1672. }
  1673. /// <summary>
  1674. /// A string like "The connection can not be overridden because this context was created from an existing ObjectContext."
  1675. /// </summary>
  1676. internal static string EagerInternalContext_CannotSetConnectionInfo
  1677. {
  1678. get { return EntityRes.GetString(EntityRes.EagerInternalContext_CannotSetConnectionInfo); }
  1679. }
  1680. /// <summary>
  1681. /// A string like "Can not override the connection for this context with a standard DbConnection because the original connection was an EntityConnection."
  1682. /// </summary>
  1683. internal static string LazyInternalContext_CannotReplaceEfConnectionWithDbConnection
  1684. {
  1685. get { return EntityRes.GetString(EntityRes.LazyInternalContext_CannotReplaceEfConnectionWithDbConnection); }
  1686. }
  1687. /// <summary>
  1688. /// A string like "Can not override the connection for this context with an EntityConnection because the original connection was a standard DbConnection."
  1689. /// </summary>
  1690. internal static string LazyInternalContext_CannotReplaceDbConnectionWithEfConnection
  1691. {
  1692. get { return EntityRes.GetString(EntityRes.LazyInternalContext_CannotReplaceDbConnectionWithEfConnection); }
  1693. }
  1694. /// <summary>
  1695. /// A string like "The EntitySet '{0}' obtained from the metadata workspace is incompatible with the EntitySet required by this EntityKey."
  1696. /// </summary>
  1697. internal static string EntityKey_EntitySetDoesNotMatch(object p0)
  1698. {
  1699. return EntityRes.GetString(EntityRes.EntityKey_EntitySetDoesNotMatch, p0);
  1700. }
  1701. /// <summary>
  1702. /// A string like "The provided list of key-value pairs contains an incorrect number of entries. There are {1} key fields defined on type '{0}', but {2} were provided."
  1703. /// </summary>
  1704. internal static string EntityKey_IncorrectNumberOfKeyValuePairs(object p0, object p1, object p2)
  1705. {
  1706. return EntityRes.GetString(EntityRes.EntityKey_IncorrectNumberOfKeyValuePairs, p0, p1, p2);
  1707. }
  1708. /// <summary>
  1709. /// A string like "The type of the key field '{0}' is expected to be '{1}', but the value provided is actually of type '{2}'."
  1710. /// </summary>
  1711. internal static string EntityKey_IncorrectValueType(object p0, object p1, object p2)
  1712. {
  1713. return EntityRes.GetString(EntityRes.EntityKey_IncorrectValueType, p0, p1, p2);
  1714. }
  1715. /// <summary>
  1716. /// A string like "No corresponding object layer type found for the key field '{0}' whose type in the conceptual layer is '{1}'."
  1717. /// </summary>
  1718. internal static string EntityKey_NoCorrespondingOSpaceTypeForEnumKeyMember(object p0, object p1)
  1719. {
  1720. return EntityRes.GetString(EntityRes.EntityKey_NoCorrespondingOSpaceTypeForEnumKeyMember, p0, p1);
  1721. }
  1722. /// <summary>
  1723. /// A string like "The required entry '{0}' was not found in the provided input. This entry is required by the key fields defined on type '{1}'."
  1724. /// </summary>
  1725. internal static string EntityKey_MissingKeyValue(object p0, object p1)
  1726. {
  1727. return EntityRes.GetString(EntityRes.EntityKey_MissingKeyValue, p0, p1);
  1728. }
  1729. /// <summary>
  1730. /// A string like "The key-value pairs that define an EntityKey cannot be null or empty."
  1731. /// </summary>
  1732. internal static string EntityKey_NoNullsAllowedInKeyValuePairs
  1733. {
  1734. get { return EntityRes.GetString(EntityRes.EntityKey_NoNullsAllowedInKeyValuePairs); }
  1735. }
  1736. /// <summary>
  1737. /// A string like "The requested operation could not be completed, because a null EntityKey property value was returned by the object."
  1738. /// </summary>
  1739. internal static string EntityKey_UnexpectedNull
  1740. {
  1741. get { return EntityRes.GetString(EntityRes.EntityKey_UnexpectedNull); }
  1742. }
  1743. /// <summary>
  1744. /// A string like "The requested operation could not be completed, because a mismatched EntityKey was returned from the EntityKey property on an object of type '{0}'."
  1745. /// </summary>
  1746. internal static string EntityKey_DoesntMatchKeyOnEntity(object p0)
  1747. {
  1748. return EntityRes.GetString(EntityRes.EntityKey_DoesntMatchKeyOnEntity, p0);
  1749. }
  1750. /// <summary>
  1751. /// A string like "An EntityKey must have at least one key name and value."
  1752. /// </summary>
  1753. internal static string EntityKey_EntityKeyMustHaveValues
  1754. {
  1755. get { return EntityRes.GetString(EntityRes.EntityKey_EntityKeyMustHaveValues); }
  1756. }
  1757. /// <summary>
  1758. /// A string like "The EntitySet name cannot be null or empty, and must be qualified with an EntityContainer name that is not null or empty."
  1759. /// </summary>
  1760. internal static string EntityKey_InvalidQualifiedEntitySetName
  1761. {
  1762. get { return EntityRes.GetString(EntityRes.EntityKey_InvalidQualifiedEntitySetName); }
  1763. }
  1764. /// <summary>
  1765. /// A string like "The EntityKey does not contain a valid EntitySet name."
  1766. /// </summary>
  1767. internal static string EntityKey_MissingEntitySetName
  1768. {
  1769. get { return EntityRes.GetString(EntityRes.EntityKey_MissingEntitySetName); }
  1770. }
  1771. /// <summary>
  1772. /// A string like "The name '{0}' contains characters that are not valid."
  1773. /// </summary>
  1774. internal static string EntityKey_InvalidName(object p0)
  1775. {
  1776. return EntityRes.GetString(EntityRes.EntityKey_InvalidName, p0);
  1777. }
  1778. /// <summary>
  1779. /// A string like "EntityKey values cannot be changed once they are set."
  1780. /// </summary>
  1781. internal static string EntityKey_CannotChangeKey
  1782. {
  1783. get { return EntityRes.GetString(EntityRes.EntityKey_CannotChangeKey); }
  1784. }
  1785. /// <summary>
  1786. /// A string like "The EntityType specified for the metadata parameter is not compatible with the specified EntitySet. "
  1787. /// </summary>
  1788. internal static string EntityTypesDoNotAgree
  1789. {
  1790. get { return EntityRes.GetString(EntityRes.EntityTypesDoNotAgree); }
  1791. }
  1792. /// <summary>
  1793. /// A string like "The key field '{0}' cannot have a value of null. A non-null value is required for the key fields defined on type '{1}'."
  1794. /// </summary>
  1795. internal static string EntityKey_NullKeyValue(object p0, object p1)
  1796. {
  1797. return EntityRes.GetString(EntityRes.EntityKey_NullKeyValue, p0, p1);
  1798. }
  1799. /// <summary>
  1800. /// A string like "The type of the TypeUsage object specified for the metadata parameter is not compatible with the type to which an EdmMember belongs."
  1801. /// </summary>
  1802. internal static string EdmMembersDefiningTypeDoNotAgreeWithMetadataType
  1803. {
  1804. get { return EntityRes.GetString(EntityRes.EdmMembersDefiningTypeDoNotAgreeWithMetadataType); }
  1805. }
  1806. /// <summary>
  1807. /// A string like "The function or function import '{0}' is not composable. A non-composable function or function import cannot be called in a query expression."
  1808. /// </summary>
  1809. internal static string CannotCallNoncomposableFunction(object p0)
  1810. {
  1811. return EntityRes.GetString(EntityRes.CannotCallNoncomposableFunction, p0);
  1812. }
  1813. /// <summary>
  1814. /// A string like "Some required information is missing from the connection string. The '{0}' keyword is always required."
  1815. /// </summary>
  1816. internal static string EntityClient_ConnectionStringMissingInfo(object p0)
  1817. {
  1818. return EntityRes.GetString(EntityRes.EntityClient_ConnectionStringMissingInfo, p0);
  1819. }
  1820. /// <summary>
  1821. /// A string like "The specified value is not a string."
  1822. /// </summary>
  1823. internal static string EntityClient_ValueNotString
  1824. {
  1825. get { return EntityRes.GetString(EntityRes.EntityClient_ValueNotString); }
  1826. }
  1827. /// <summary>
  1828. /// A string like "The '{0}' keyword is not supported."
  1829. /// </summary>
  1830. internal static string EntityClient_KeywordNotSupported(object p0)
  1831. {
  1832. return EntityRes.GetString(EntityRes.EntityClient_KeywordNotSupported, p0);
  1833. }
  1834. /// <summary>
  1835. /// A string like "The EntityCommand.CommandText property has not been initialized."
  1836. /// </summary>
  1837. internal static string EntityClient_NoCommandText
  1838. {
  1839. get { return EntityRes.GetString(EntityRes.EntityClient_NoCommandText); }
  1840. }
  1841. /// <summary>
  1842. /// A string like "A connection string must be set on the connection before you attempt this operation."
  1843. /// </summary>
  1844. internal static string EntityClient_ConnectionStringNeededBeforeOperation
  1845. {
  1846. get { return EntityRes.GetString(EntityRes.EntityClient_ConnectionStringNeededBeforeOperation); }
  1847. }
  1848. /// <summary>
  1849. /// A string like "The connection is not open."
  1850. /// </summary>
  1851. internal static string EntityClient_ConnectionNotOpen
  1852. {
  1853. get { return EntityRes.GetString(EntityRes.EntityClient_ConnectionNotOpen); }
  1854. }
  1855. /// <summary>
  1856. /// A string like "Parameters must have a unique ParameterName. A second instance of '{0}' was discovered."
  1857. /// </summary>
  1858. internal static string EntityClient_DuplicateParameterNames(object p0)
  1859. {
  1860. return EntityRes.GetString(EntityRes.EntityClient_DuplicateParameterNames, p0);
  1861. }
  1862. /// <summary>
  1863. /// A string like "Cannot perform the operation because the command does not have a connection."
  1864. /// </summary>
  1865. internal static string EntityClient_NoConnectionForCommand
  1866. {
  1867. get { return EntityRes.GetString(EntityRes.EntityClient_NoConnectionForCommand); }
  1868. }
  1869. /// <summary>
  1870. /// A string like "Cannot perform the operation because the adapter does not have a connection."
  1871. /// </summary>
  1872. internal static string EntityClient_NoConnectionForAdapter
  1873. {
  1874. get { return EntityRes.GetString(EntityRes.EntityClient_NoConnectionForAdapter); }
  1875. }
  1876. /// <summary>
  1877. /// A string like "Cannot perform the update operation because the adapter's connection is not open."
  1878. /// </summary>
  1879. internal static string EntityClient_ClosedConnectionForUpdate
  1880. {
  1881. get { return EntityRes.GetString(EntityRes.EntityClient_ClosedConnectionForUpdate); }
  1882. }
  1883. /// <summary>
  1884. /// A string like "The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid."
  1885. /// </summary>
  1886. internal static string EntityClient_InvalidNamedConnection
  1887. {
  1888. get { return EntityRes.GetString(EntityRes.EntityClient_InvalidNamedConnection); }
  1889. }
  1890. /// <summary>
  1891. /// A string like "The connection string of the named connection '{0}' cannot contain a 'Name' keyword in the configuration."
  1892. /// </summary>
  1893. internal static string EntityClient_NestedNamedConnection(object p0)
  1894. {
  1895. return EntityRes.GetString(EntityRes.EntityClient_NestedNamedConnection, p0);
  1896. }
  1897. /// <summary>
  1898. /// A string like "The specified store provider cannot be found in the configuration, or is not valid."
  1899. /// </summary>
  1900. internal static string EntityClient_InvalidStoreProvider
  1901. {
  1902. get { return EntityRes.GetString(EntityRes.EntityClient_InvalidStoreProvider); }
  1903. }
  1904. /// <summary>
  1905. /// A string like "The command is still associated with an open data reader. Changes cannot be made on this command and this command cannot be executed until the data reader is closed."
  1906. /// </summary>
  1907. internal static string EntityClient_DataReaderIsStillOpen
  1908. {
  1909. get { return EntityRes.GetString(EntityRes.EntityClient_DataReaderIsStillOpen); }
  1910. }
  1911. /// <summary>
  1912. /// A string like "No modifications to connection are permitted after the metadata has been registered either by opening a connection or constructing the connection with a MetadataWorkspace."
  1913. /// </summary>
  1914. internal static string EntityClient_SettingsCannotBeChangedOnOpenConnection
  1915. {
  1916. get { return EntityRes.GetString(EntityRes.EntityClient_SettingsCannotBeChangedOnOpenConnection); }
  1917. }
  1918. /// <summary>
  1919. /// A string like "Execution of the command requires an open and available connection. The connection's current state is {0}."
  1920. /// </summary>
  1921. internal static string EntityClient_ExecutingOnClosedConnection(object p0)
  1922. {
  1923. return EntityRes.GetString(EntityRes.EntityClient_ExecutingOnClosedConnection, p0);
  1924. }
  1925. /// <summary>
  1926. /// A string like "closed"
  1927. /// </summary>
  1928. internal static string EntityClient_ConnectionStateClosed
  1929. {
  1930. get { return EntityRes.GetString(EntityRes.EntityClient_ConnectionStateClosed); }
  1931. }
  1932. /// <summary>
  1933. /// A string like "broken"
  1934. /// </summary>
  1935. internal static string EntityClient_ConnectionStateBroken
  1936. {
  1937. get { return EntityRes.GetString(EntityRes.EntityClient_ConnectionStateBroken); }
  1938. }
  1939. /// <summary>
  1940. /// A string like "This store command cannot be cloned because the underlying store provider does not support cloning."
  1941. /// </summary>
  1942. internal static string EntityClient_CannotCloneStoreProvider
  1943. {
  1944. get { return EntityRes.GetString(EntityRes.EntityClient_CannotCloneStoreProvider); }
  1945. }
  1946. /// <summary>
  1947. /// A string like "The only EntityCommand.CommandType values supported by the EntityClient provider are Text and StoredProcedure."
  1948. /// </summary>
  1949. internal static string EntityClient_UnsupportedCommandType
  1950. {
  1951. get { return EntityRes.GetString(EntityRes.EntityClient_UnsupportedCommandType); }
  1952. }
  1953. /// <summary>
  1954. /// A string like "An error occurred while closing the provider connection. See the inner exception for details."
  1955. /// </summary>
  1956. internal static string EntityClient_ErrorInClosingConnection
  1957. {
  1958. get { return EntityRes.GetString(EntityRes.EntityClient_ErrorInClosingConnection); }
  1959. }
  1960. /// <summary>
  1961. /// A string like "An error occurred while starting a transaction on the provider connection. See the inner exception for details."
  1962. /// </summary>
  1963. internal static string EntityClient_ErrorInBeginningTransaction
  1964. {
  1965. get { return EntityRes.GetString(EntityRes.EntityClient_ErrorInBeginningTransaction); }
  1966. }
  1967. /// <summary>
  1968. /// A string like "Other keywords are not allowed when the 'Name' keyword is specified."
  1969. /// </summary>
  1970. internal static string EntityClient_ExtraParametersWithNamedConnection
  1971. {
  1972. get { return EntityRes.GetString(EntityRes.EntityClient_ExtraParametersWithNamedConnection); }
  1973. }
  1974. /// <summary>
  1975. /// A string like "An error occurred while preparing the command definition. See the inner exception for details."
  1976. /// </summary>
  1977. internal static string EntityClient_CommandDefinitionPreparationFailed
  1978. {
  1979. get { return EntityRes.GetString(EntityRes.EntityClient_CommandDefinitionPreparationFailed); }
  1980. }
  1981. /// <summary>
  1982. /// A string like "An error occurred while executing the command definition. See the inner exception for details."
  1983. /// </summary>
  1984. internal static string EntityClient_CommandDefinitionExecutionFailed
  1985. {
  1986. get { return EntityRes.GetString(EntityRes.EntityClient_CommandDefinitionExecutionFailed); }
  1987. }
  1988. /// <summary>
  1989. /// A string like "An error occurred while executing the command. See the inner exception for details."
  1990. /// </summary>
  1991. internal static string EntityClient_CommandExecutionFailed
  1992. {
  1993. get { return EntityRes.GetString(EntityRes.EntityClient_CommandExecutionFailed); }
  1994. }
  1995. /// <summary>
  1996. /// A string like "An error occurred while reading from the store provider's data reader. See the inner exception for details."
  1997. /// </summary>
  1998. internal static string EntityClient_StoreReaderFailed
  1999. {
  2000. get { return EntityRes.GetString(EntityRes.EntityClient_StoreReaderFailed); }
  2001. }
  2002. /// <summary>
  2003. /// A string like "The store data provider failed to return information for the {0} request. See the inner exception for details."
  2004. /// </summary>
  2005. internal static string EntityClient_FailedToGetInformation(object p0)
  2006. {
  2007. return EntityRes.GetString(EntityRes.EntityClient_FailedToGetInformation, p0);
  2008. }
  2009. /// <summary>
  2010. /// A string like "The data reader returned by the store data provider does not have enough columns for the query requested."
  2011. /// </summary>
  2012. internal static string EntityClient_TooFewColumns
  2013. {
  2014. get { return EntityRes.GetString(EntityRes.EntityClient_TooFewColumns); }
  2015. }
  2016. /// <summary>
  2017. /// A string like "The parameter name '{0}' is not valid. A valid parameter name must begin with a letter and contain only letters, numbers, and underscores."
  2018. /// </summary>
  2019. internal static string EntityClient_InvalidParameterName(object p0)
  2020. {
  2021. return EntityRes.GetString(EntityRes.EntityClient_InvalidParameterName, p0);
  2022. }
  2023. /// <summary>
  2024. /// A string like "One of the parameters in the EntityParameterCollection is null or empty. A name must begin with a letter and contain only letters, numbers, and underscores. "
  2025. /// </summary>
  2026. internal static string EntityClient_EmptyParameterName
  2027. {
  2028. get { return EntityRes.GetString(EntityRes.EntityClient_EmptyParameterName); }
  2029. }
  2030. /// <summary>
  2031. /// A string like "A null was returned after calling the '{0}' method on a store provider instance of type '{1}'. The store provider might not be functioning correctly."
  2032. /// </summary>
  2033. internal static string EntityClient_ReturnedNullOnProviderMethod(object p0, object p1)
  2034. {
  2035. return EntityRes.GetString(EntityRes.EntityClient_ReturnedNullOnProviderMethod, p0, p1);
  2036. }
  2037. /// <summary>
  2038. /// A string like "The correct DbType cannot be inferred based on the value that has been set for the EntityParameter.DbType property."
  2039. /// </summary>
  2040. internal static string EntityClient_CannotDeduceDbType
  2041. {
  2042. get { return EntityRes.GetString(EntityRes.EntityClient_CannotDeduceDbType); }
  2043. }
  2044. /// <summary>
  2045. /// A string like "The parameter '{0}' is not an input-only parameter. The EntityClient provider only allows input-only parameters when the CommandType property is set to CommandText."
  2046. /// </summary>
  2047. internal static string EntityClient_InvalidParameterDirection(object p0)
  2048. {
  2049. return EntityRes.GetString(EntityRes.EntityClient_InvalidParameterDirection, p0);
  2050. }
  2051. /// <summary>
  2052. /// A string like "The EntityParameter '{0}' must have a value from which the DbType can be inferred, or a supported DbType must be set as the value of the EntityParameter.DbType property."
  2053. /// </summary>
  2054. internal static string EntityClient_UnknownParameterType(object p0)
  2055. {
  2056. return EntityRes.GetString(EntityRes.EntityClient_UnknownParameterType, p0);
  2057. }
  2058. /// <summary>
  2059. /// A string like "The DbType '{0}' is not valid for the EntityParameter.DbType property on the '{1}' object."
  2060. /// </summary>
  2061. internal static string EntityClient_UnsupportedDbType(object p0, object p1)
  2062. {
  2063. return EntityRes.GetString(EntityRes.EntityClient_UnsupportedDbType, p0, p1);
  2064. }
  2065. /// <summary>
  2066. /// A string like "The declared type of navigation property {0}.{1} is not compatible with the result of the specified navigation. "
  2067. /// </summary>
  2068. internal static string EntityClient_IncompatibleNavigationPropertyResult(object p0, object p1)
  2069. {
  2070. return EntityRes.GetString(EntityRes.EntityClient_IncompatibleNavigationPropertyResult, p0, p1);
  2071. }
  2072. /// <summary>
  2073. /// A string like "The connection is already in a transaction and cannot participate in another transaction. EntityClient does not support parallel transactions."
  2074. /// </summary>
  2075. internal static string EntityClient_TransactionAlreadyStarted
  2076. {
  2077. get { return EntityRes.GetString(EntityRes.EntityClient_TransactionAlreadyStarted); }
  2078. }
  2079. /// <summary>
  2080. /// A string like "The transaction is either not associated with the current connection or has been completed."
  2081. /// </summary>
  2082. internal static string EntityClient_InvalidTransactionForCommand
  2083. {
  2084. get { return EntityRes.GetString(EntityRes.EntityClient_InvalidTransactionForCommand); }
  2085. }
  2086. /// <summary>
  2087. /// A string like "The update operation cannot be performed, because the adapter's connection is not associated with a valid store connection."
  2088. /// </summary>
  2089. internal static string EntityClient_NoStoreConnectionForUpdate
  2090. {
  2091. get { return EntityRes.GetString(EntityRes.EntityClient_NoStoreConnectionForUpdate); }
  2092. }
  2093. /// <summary>
  2094. /// A string like "The command could not be executed, because the connection metadata is incompatible with the command metadata."
  2095. /// </summary>
  2096. internal static string EntityClient_CommandTreeMetadataIncompatible
  2097. {
  2098. get { return EntityRes.GetString(EntityRes.EntityClient_CommandTreeMetadataIncompatible); }
  2099. }
  2100. /// <summary>
  2101. /// A string like "The underlying provider failed."
  2102. /// </summary>
  2103. internal static string EntityClient_ProviderGeneralError
  2104. {
  2105. get { return EntityRes.GetString(EntityRes.EntityClient_ProviderGeneralError); }
  2106. }
  2107. /// <summary>
  2108. /// A string like "The underlying provider failed on {0}."
  2109. /// </summary>
  2110. internal static string EntityClient_ProviderSpecificError(object p0)
  2111. {
  2112. return EntityRes.GetString(EntityRes.EntityClient_ProviderSpecificError, p0);
  2113. }
  2114. /// <summary>
  2115. /// A string like "EntityCommand.CommandText was not specified for the StoredProcedure EntityCommand."
  2116. /// </summary>
  2117. internal static string EntityClient_FunctionImportEmptyCommandText
  2118. {
  2119. get { return EntityRes.GetString(EntityRes.EntityClient_FunctionImportEmptyCommandText); }
  2120. }
  2121. /// <summary>
  2122. /// A string like "The container '{0}' specified for the FunctionImport could not be found in the current workspace."
  2123. /// </summary>
  2124. internal static string EntityClient_UnableToFindFunctionImportContainer(object p0)
  2125. {
  2126. return EntityRes.GetString(EntityRes.EntityClient_UnableToFindFunctionImportContainer, p0);
  2127. }
  2128. /// <summary>
  2129. /// A string like "The FunctionImport '{1}' could not be found in the container '{0}'."
  2130. /// </summary>
  2131. internal static string EntityClient_UnableToFindFunctionImport(object p0, object p1)
  2132. {
  2133. return EntityRes.GetString(EntityRes.EntityClient_UnableToFindFunctionImport, p0, p1);
  2134. }
  2135. /// <summary>
  2136. /// A string like "The function import '{0}' is composable. Only non-composable function imports can be executed as stored procedures."
  2137. /// </summary>
  2138. internal static string EntityClient_FunctionImportMustBeNonComposable(object p0)
  2139. {
  2140. return EntityRes.GetString(EntityRes.EntityClient_FunctionImportMustBeNonComposable, p0);
  2141. }
  2142. /// <summary>
  2143. /// A string like "The function import '{0}' cannot be executed because it is not mapped to a store function."
  2144. /// </summary>
  2145. internal static string EntityClient_UnmappedFunctionImport(object p0)
  2146. {
  2147. return EntityRes.GetString(EntityRes.EntityClient_UnmappedFunctionImport, p0);
  2148. }
  2149. /// <summary>
  2150. /// A string like "The value of EntityCommand.CommandText is not valid for a StoredProcedure command. The EntityCommand.CommandText value must be of the form 'ContainerName.FunctionImportName'."
  2151. /// </summary>
  2152. internal static string EntityClient_InvalidStoredProcedureCommandText
  2153. {
  2154. get { return EntityRes.GetString(EntityRes.EntityClient_InvalidStoredProcedureCommandText); }
  2155. }
  2156. /// <summary>
  2157. /// A string like "MetadataWorkspace must have {0} pre-registered."
  2158. /// </summary>
  2159. internal static string EntityClient_ItemCollectionsNotRegisteredInWorkspace(object p0)
  2160. {
  2161. return EntityRes.GetString(EntityRes.EntityClient_ItemCollectionsNotRegisteredInWorkspace, p0);
  2162. }
  2163. /// <summary>
  2164. /// A string like "The DbConnection parameter '{0}' contains no ProviderFactory."
  2165. /// </summary>
  2166. internal static string EntityClient_DbConnectionHasNoProvider(object p0)
  2167. {
  2168. return EntityRes.GetString(EntityRes.EntityClient_DbConnectionHasNoProvider, p0);
  2169. }
  2170. /// <summary>
  2171. /// A string like "EntityClient cannot be used to create a command definition from a store command tree."
  2172. /// </summary>
  2173. internal static string EntityClient_RequiresNonStoreCommandTree
  2174. {
  2175. get { return EntityRes.GetString(EntityRes.EntityClient_RequiresNonStoreCommandTree); }
  2176. }
  2177. /// <summary>
  2178. /// A string like "This EntityCommand is based on a prepared command definition and cannot be re-prepared. To create an equivalent command with different parameters, create a new command definition and call its CreateCommand method."
  2179. /// </summary>
  2180. internal static string EntityClient_CannotReprepareCommandDefinitionBasedCommand
  2181. {
  2182. get { return EntityRes.GetString(EntityRes.EntityClient_CannotReprepareCommandDefinitionBasedCommand); }
  2183. }
  2184. /// <summary>
  2185. /// A string like "The EdmType '{0}' is not a scalar type."
  2186. /// </summary>
  2187. internal static string EntityClient_EntityParameterEdmTypeNotScalar(object p0)
  2188. {
  2189. return EntityRes.GetString(EntityRes.EntityClient_EntityParameterEdmTypeNotScalar, p0);
  2190. }
  2191. /// <summary>
  2192. /// A string like "The EdmType '{0}' is not consistent with the DbType provided for parameter '{1}'."
  2193. /// </summary>
  2194. internal static string EntityClient_EntityParameterInconsistentEdmType(object p0, object p1)
  2195. {
  2196. return EntityRes.GetString(EntityRes.EntityClient_EntityParameterInconsistentEdmType, p0, p1);
  2197. }
  2198. /// <summary>
  2199. /// A string like "CommandText property value cannot be retrieved because the CommandTree property is not null."
  2200. /// </summary>
  2201. internal static string EntityClient_CannotGetCommandText
  2202. {
  2203. get { return EntityRes.GetString(EntityRes.EntityClient_CannotGetCommandText); }
  2204. }
  2205. /// <summary>
  2206. /// A string like "Cannot set the CommandText property value because the CommandTree property is not null."
  2207. /// </summary>
  2208. internal static string EntityClient_CannotSetCommandText
  2209. {
  2210. get { return EntityRes.GetString(EntityRes.EntityClient_CannotSetCommandText); }
  2211. }
  2212. /// <summary>
  2213. /// A string like "CommandTree property value cannot be retrieved because the CommandText property is not null."
  2214. /// </summary>
  2215. internal static string EntityClient_CannotGetCommandTree
  2216. {
  2217. get { return EntityRes.GetString(EntityRes.EntityClient_CannotGetCommandTree); }
  2218. }
  2219. /// <summary>
  2220. /// A string like "Cannot set the CommandTree property value because the CommandText property is not null."
  2221. /// </summary>
  2222. internal static string EntityClient_CannotSetCommandTree
  2223. {
  2224. get { return EntityRes.GetString(EntityRes.EntityClient_CannotSetCommandTree); }
  2225. }
  2226. /// <summary>
  2227. /// A string like "LINQ to Entities query expressions can only be constructed from instances that implement the IQueryable interface."
  2228. /// </summary>
  2229. internal static string ELinq_ExpressionMustBeIQueryable
  2230. {
  2231. get { return EntityRes.GetString(EntityRes.ELinq_ExpressionMustBeIQueryable); }
  2232. }
  2233. /// <summary>
  2234. /// A string like "The LINQ expression node type '{0}' is not supported in LINQ to Entities."
  2235. /// </summary>
  2236. internal static string ELinq_UnsupportedExpressionType(object p0)
  2237. {
  2238. return EntityRes.GetString(EntityRes.ELinq_UnsupportedExpressionType, p0);
  2239. }
  2240. /// <summary>
  2241. /// A string like "The ObjectContext parameter ('{0}') in a compiled query can only be used as the source for queries."
  2242. /// </summary>
  2243. internal static string ELinq_UnsupportedUseOfContextParameter(object p0)
  2244. {
  2245. return EntityRes.GetString(EntityRes.ELinq_UnsupportedUseOfContextParameter, p0);
  2246. }
  2247. /// <summary>
  2248. /// A string like "The parameter '{0}' was not bound in the specified LINQ to Entities query expression."
  2249. /// </summary>
  2250. internal static string ELinq_UnboundParameterExpression(object p0)
  2251. {
  2252. return EntityRes.GetString(EntityRes.ELinq_UnboundParameterExpression, p0);
  2253. }
  2254. /// <summary>
  2255. /// A string like "Only parameterless constructors and initializers are supported in LINQ to Entities."
  2256. /// </summary>
  2257. internal static string ELinq_UnsupportedConstructor
  2258. {
  2259. get { return EntityRes.GetString(EntityRes.ELinq_UnsupportedConstructor); }
  2260. }
  2261. /// <summary>
  2262. /// A string like "Only list initializer items with a single element are supported in LINQ to Entities."
  2263. /// </summary>
  2264. internal static string ELinq_UnsupportedInitializers
  2265. {
  2266. get { return EntityRes.GetString(EntityRes.ELinq_UnsupportedInitializers); }
  2267. }
  2268. /// <summary>
  2269. /// A string like "In constructors and initializers, only property or field parameter bindings are supported in LINQ to Entities."
  2270. /// </summary>
  2271. internal static string ELinq_UnsupportedBinding
  2272. {
  2273. get { return EntityRes.GetString(EntityRes.ELinq_UnsupportedBinding); }
  2274. }
  2275. /// <summary>
  2276. /// A string like "LINQ to Entities does not recognize the method '{0}' method, and this method cannot be translated into a store expression."
  2277. /// </summary>
  2278. internal static string ELinq_UnsupportedMethod(object p0)
  2279. {
  2280. return EntityRes.GetString(EntityRes.ELinq_UnsupportedMethod, p0);
  2281. }
  2282. /// <summary>
  2283. /// A string like "The method '{0}' cannot be translated into a LINQ to Entities store expression. Consider using the method '{1}' instead."
  2284. /// </summary>
  2285. internal static string ELinq_UnsupportedMethodSuggestedAlternative(object p0, object p1)
  2286. {
  2287. return EntityRes.GetString(EntityRes.ELinq_UnsupportedMethodSuggestedAlternative, p0, p1);
  2288. }
  2289. /// <summary>
  2290. /// A string like "The ThenBy method must follow either the OrderBy method or another call to the ThenBy method."
  2291. /// </summary>
  2292. internal static string ELinq_ThenByDoesNotFollowOrderBy
  2293. {
  2294. get { return EntityRes.GetString(EntityRes.ELinq_ThenByDoesNotFollowOrderBy); }
  2295. }
  2296. /// <summary>
  2297. /// A string like "The specified type member '{0}' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported."
  2298. /// </summary>
  2299. internal static string ELinq_UnrecognizedMember(object p0)
  2300. {
  2301. return EntityRes.GetString(EntityRes.ELinq_UnrecognizedMember, p0);
  2302. }
  2303. /// <summary>
  2304. /// A string like "The specified method '{0}' on the type '{1}' cannot be translated into a LINQ to Entities store expression."
  2305. /// </summary>
  2306. internal static string ELinq_UnresolvableFunctionForMethod(object p0, object p1)
  2307. {
  2308. return EntityRes.GetString(EntityRes.ELinq_UnresolvableFunctionForMethod, p0, p1);
  2309. }
  2310. /// <summary>
  2311. /// A string like "The specified method '{0}' on the type '{1}' cannot be translated into a LINQ to Entities store expression because one or more passed arguments match more than one function overload."
  2312. /// </summary>
  2313. internal static string ELinq_UnresolvableFunctionForMethodAmbiguousMatch(object p0, object p1)
  2314. {
  2315. return EntityRes.GetString(EntityRes.ELinq_UnresolvableFunctionForMethodAmbiguousMatch, p0, p1);
  2316. }
  2317. /// <summary>
  2318. /// A string like "The specified method '{0}' on the type '{1}' cannot be translated into a LINQ to Entities store expression because no overload matches the passed arguments."
  2319. /// </summary>
  2320. internal static string ELinq_UnresolvableFunctionForMethodNotFound(object p0, object p1)
  2321. {
  2322. return EntityRes.GetString(EntityRes.ELinq_UnresolvableFunctionForMethodNotFound, p0, p1);
  2323. }
  2324. /// <summary>
  2325. /// A string like "The specified member '{0}' on the type '{1}' cannot be translated into a LINQ to Entities store expression."
  2326. /// </summary>
  2327. internal static string ELinq_UnresolvableFunctionForMember(object p0, object p1)
  2328. {
  2329. return EntityRes.GetString(EntityRes.ELinq_UnresolvableFunctionForMember, p0, p1);
  2330. }
  2331. /// <summary>
  2332. /// A string like "The specified member '{0}' on the type '{1}' cannot be translated into a valid provider-specific LINQ to Entities store expression equivalent."
  2333. /// </summary>
  2334. internal static string ELinq_UnresolvableStoreFunctionForMember(object p0, object p1)
  2335. {
  2336. return EntityRes.GetString(EntityRes.ELinq_UnresolvableStoreFunctionForMember, p0, p1);
  2337. }
  2338. /// <summary>
  2339. /// A string like "The specified LINQ expression of type '{0}' cannot be translated into a LINQ to Entities store expression."
  2340. /// </summary>
  2341. internal static string ELinq_UnresolvableFunctionForExpression(object p0)
  2342. {
  2343. return EntityRes.GetString(EntityRes.ELinq_UnresolvableFunctionForExpression, p0);
  2344. }
  2345. /// <summary>
  2346. /// A string like "The specified LINQ expression of type '{0}' cannot be translated into a valid provider-specific LINQ to Entities store expression equivalent."
  2347. /// </summary>
  2348. internal static string ELinq_UnresolvableStoreFunctionForExpression(object p0)
  2349. {
  2350. return EntityRes.GetString(EntityRes.ELinq_UnresolvableStoreFunctionForExpression, p0);
  2351. }
  2352. /// <summary>
  2353. /// A string like "Unable to process the type '{0}', because it has no known mapping to the value layer."
  2354. /// </summary>
  2355. internal static string ELinq_UnsupportedType(object p0)
  2356. {
  2357. return EntityRes.GetString(EntityRes.ELinq_UnsupportedType, p0);
  2358. }
  2359. /// <summary>
  2360. /// A string like "Unable to create a null constant value of type '{0}'. Only entity types, enumeration types or primitive types are supported in this context."
  2361. /// </summary>
  2362. internal static string ELinq_UnsupportedNullConstant(object p0)
  2363. {
  2364. return EntityRes.GetString(EntityRes.ELinq_UnsupportedNullConstant, p0);
  2365. }
  2366. /// <summary>
  2367. /// A string like "Unable to create a constant value of type '{0}'. Only primitive types or enumeration types are supported in this context."
  2368. /// </summary>
  2369. internal static string ELinq_UnsupportedConstant(object p0)
  2370. {
  2371. return EntityRes.GetString(EntityRes.ELinq_UnsupportedConstant, p0);
  2372. }
  2373. /// <summary>
  2374. /// A string like "Unable to cast the type '{0}' to type '{1}'. LINQ to Entities only supports casting EDM primitive or enumeration types."
  2375. /// </summary>
  2376. internal static string ELinq_UnsupportedCast(object p0, object p1)
  2377. {
  2378. return EntityRes.GetString(EntityRes.ELinq_UnsupportedCast, p0, p1);
  2379. }
  2380. /// <summary>
  2381. /// A string like "The '{0}' expression with an input of type '{1}' and a check of type '{2}' is not supported. Only entity types and complex types are supported in LINQ to Entities queries."
  2382. /// </summary>
  2383. internal static string ELinq_UnsupportedIsOrAs(object p0, object p1, object p2)
  2384. {
  2385. return EntityRes.GetString(EntityRes.ELinq_UnsupportedIsOrAs, p0, p1, p2);
  2386. }
  2387. /// <summary>
  2388. /// A string like "This method is not supported against a materialized query result."
  2389. /// </summary>
  2390. internal static string ELinq_UnsupportedQueryableMethod
  2391. {
  2392. get { return EntityRes.GetString(EntityRes.ELinq_UnsupportedQueryableMethod); }
  2393. }
  2394. /// <summary>
  2395. /// A string like "'{0}' is not a valid metadata type for type filtering operations. Type filtering is only valid on entity types and complex types."
  2396. /// </summary>
  2397. internal static string ELinq_InvalidOfTypeResult(object p0)
  2398. {
  2399. return EntityRes.GetString(EntityRes.ELinq_InvalidOfTypeResult, p0);
  2400. }
  2401. /// <summary>
  2402. /// A string like "The entity or complex type '{0}' cannot be constructed in a LINQ to Entities query."
  2403. /// </summary>
  2404. internal static string ELinq_UnsupportedNominalType(object p0)
  2405. {
  2406. return EntityRes.GetString(EntityRes.ELinq_UnsupportedNominalType, p0);
  2407. }
  2408. /// <summary>
  2409. /// A string like "A type that implements IEnumerable '{0}' cannot be initialized in a LINQ to Entities query."
  2410. /// </summary>
  2411. internal static string ELinq_UnsupportedEnumerableType(object p0)
  2412. {
  2413. return EntityRes.GetString(EntityRes.ELinq_UnsupportedEnumerableType, p0);
  2414. }
  2415. /// <summary>
  2416. /// A string like "The type '{0}' appears in two structurally incompatible initializations within a single LINQ to Entities query. A type can be initialized in two places in the same query, but only if the same properties are set in both places and those properties are set in the same order."
  2417. /// </summary>
  2418. internal static string ELinq_UnsupportedHeterogeneousInitializers(object p0)
  2419. {
  2420. return EntityRes.GetString(EntityRes.ELinq_UnsupportedHeterogeneousInitializers, p0);
  2421. }
  2422. /// <summary>
  2423. /// A string like "The specified LINQ expression contains references to queries that are associated with different contexts."
  2424. /// </summary>
  2425. internal static string ELinq_UnsupportedDifferentContexts
  2426. {
  2427. get { return EntityRes.GetString(EntityRes.ELinq_UnsupportedDifferentContexts); }
  2428. }
  2429. /// <summary>
  2430. /// A string like "Casting to Decimal is not supported in LINQ to Entities queries, because the required precision and scale information cannot be inferred."
  2431. /// </summary>
  2432. internal static string ELinq_UnsupportedCastToDecimal
  2433. {
  2434. get { return EntityRes.GetString(EntityRes.ELinq_UnsupportedCastToDecimal); }
  2435. }
  2436. /// <summary>
  2437. /// A string like "The key selector type for the call to the '{0}' method is not comparable in the underlying store provider."
  2438. /// </summary>
  2439. internal static string ELinq_UnsupportedKeySelector(object p0)
  2440. {
  2441. return EntityRes.GetString(EntityRes.ELinq_UnsupportedKeySelector, p0);
  2442. }
  2443. /// <summary>
  2444. /// A string like "Calling the CreateOrderedEnumerable generic method on the result of a LINQ to Entities query is not supported."
  2445. /// </summary>
  2446. internal static string ELinq_CreateOrderedEnumerableNotSupported
  2447. {
  2448. get { return EntityRes.GetString(EntityRes.ELinq_CreateOrderedEnumerableNotSupported); }
  2449. }
  2450. /// <summary>
  2451. /// A string like "The method '{0}' is not supported when called on an instance of type '{1}'."
  2452. /// </summary>
  2453. internal static string ELinq_UnsupportedPassthrough(object p0, object p1)
  2454. {
  2455. return EntityRes.GetString(EntityRes.ELinq_UnsupportedPassthrough, p0, p1);
  2456. }
  2457. /// <summary>
  2458. /// A string like "A navigation property of type '{0}' is not valid. '{1}' or a single implementation of '{2}' was expected, but '{3}' was found."
  2459. /// </summary>
  2460. internal static string ELinq_UnexpectedTypeForNavigationProperty(object p0, object p1, object p2, object p3)
  2461. {
  2462. return EntityRes.GetString(EntityRes.ELinq_UnexpectedTypeForNavigationProperty, p0, p1, p2, p3);
  2463. }
  2464. /// <summary>
  2465. /// A string like "The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'."
  2466. /// </summary>
  2467. internal static string ELinq_SkipWithoutOrder
  2468. {
  2469. get { return EntityRes.GetString(EntityRes.ELinq_SkipWithoutOrder); }
  2470. }
  2471. /// <summary>
  2472. /// A string like "Property indexers are not supported in LINQ to Entities."
  2473. /// </summary>
  2474. internal static string ELinq_PropertyIndexNotSupported
  2475. {
  2476. get { return EntityRes.GetString(EntityRes.ELinq_PropertyIndexNotSupported); }
  2477. }
  2478. /// <summary>
  2479. /// A string like "The member '{0}' is not a property or a field."
  2480. /// </summary>
  2481. internal static string ELinq_NotPropertyOrField(object p0)
  2482. {
  2483. return EntityRes.GetString(EntityRes.ELinq_NotPropertyOrField, p0);
  2484. }
  2485. /// <summary>
  2486. /// A string like "The method '{0}' is only supported in LINQ to Entities when the argument '{1}' is a non-negative integer constant."
  2487. /// </summary>
  2488. internal static string ELinq_UnsupportedStringRemoveCase(object p0, object p1)
  2489. {
  2490. return EntityRes.GetString(EntityRes.ELinq_UnsupportedStringRemoveCase, p0, p1);
  2491. }
  2492. /// <summary>
  2493. /// A string like "The method '{0}' is only supported in LINQ to Entities when there are no trim characters specified as arguments."
  2494. /// </summary>
  2495. internal static string ELinq_UnsupportedTrimStartTrimEndCase(object p0)
  2496. {
  2497. return EntityRes.GetString(EntityRes.ELinq_UnsupportedTrimStartTrimEndCase, p0);
  2498. }
  2499. /// <summary>
  2500. /// A string like "The method '{0}' is only supported in LINQ to Entities when the argument '{1}' is a constant."
  2501. /// </summary>
  2502. internal static string ELinq_UnsupportedVBDatePartNonConstantInterval(object p0, object p1)
  2503. {
  2504. return EntityRes.GetString(EntityRes.ELinq_UnsupportedVBDatePartNonConstantInterval, p0, p1);
  2505. }
  2506. /// <summary>
  2507. /// A string like "The method '{0}' is not supported in LINQ to Entities when the argument '{1}' has the value '{2}'."
  2508. /// </summary>
  2509. internal static string ELinq_UnsupportedVBDatePartInvalidInterval(object p0, object p1, object p2)
  2510. {
  2511. return EntityRes.GetString(EntityRes.ELinq_UnsupportedVBDatePartInvalidInterval, p0, p1, p2);
  2512. }
  2513. /// <summary>
  2514. /// A string like "The method '{0}' is only supported in LINQ to Entities when the argument is a string variable or literal."
  2515. /// </summary>
  2516. internal static string ELinq_UnsupportedAsUnicodeAndAsNonUnicode(object p0)
  2517. {
  2518. return EntityRes.GetString(EntityRes.ELinq_UnsupportedAsUnicodeAndAsNonUnicode, p0);
  2519. }
  2520. /// <summary>
  2521. /// A string like "Cannot compare elements of type '{0}'. Only primitive types, enumeration types and entity types are supported."
  2522. /// </summary>
  2523. internal static string ELinq_UnsupportedComparison(object p0)
  2524. {
  2525. return EntityRes.GetString(EntityRes.ELinq_UnsupportedComparison, p0);
  2526. }
  2527. /// <summary>
  2528. /// A string like "Cannot compare EntityKeys referring to types '{0}' and '{1}' because they do not share a common super-type."
  2529. /// </summary>
  2530. internal static string ELinq_UnsupportedRefComparison(object p0, object p1)
  2531. {
  2532. return EntityRes.GetString(EntityRes.ELinq_UnsupportedRefComparison, p0, p1);
  2533. }
  2534. /// <summary>
  2535. /// A string like "Cannot compare '{0}'. Only primitive types, enumeration types and entity types are supported."
  2536. /// </summary>
  2537. internal static string ELinq_UnsupportedRowComparison(object p0)
  2538. {
  2539. return EntityRes.GetString(EntityRes.ELinq_UnsupportedRowComparison, p0);
  2540. }
  2541. /// <summary>
  2542. /// A string like "member '{0}' of "
  2543. /// </summary>
  2544. internal static string ELinq_UnsupportedRowMemberComparison(object p0)
  2545. {
  2546. return EntityRes.GetString(EntityRes.ELinq_UnsupportedRowMemberComparison, p0);
  2547. }
  2548. /// <summary>
  2549. /// A string like "type '{0}'"
  2550. /// </summary>
  2551. internal static string ELinq_UnsupportedRowTypeComparison(object p0)
  2552. {
  2553. return EntityRes.GetString(EntityRes.ELinq_UnsupportedRowTypeComparison, p0);
  2554. }
  2555. /// <summary>
  2556. /// A string like "Anonymous type"
  2557. /// </summary>
  2558. internal static string ELinq_AnonymousType
  2559. {
  2560. get { return EntityRes.GetString(EntityRes.ELinq_AnonymousType); }
  2561. }
  2562. /// <summary>
  2563. /// A string like "Closure type"
  2564. /// </summary>
  2565. internal static string ELinq_ClosureType
  2566. {
  2567. get { return EntityRes.GetString(EntityRes.ELinq_ClosureType); }
  2568. }
  2569. /// <summary>
  2570. /// A string like "Unknown LINQ expression of type '{0}'."
  2571. /// </summary>
  2572. internal static string ELinq_UnhandledExpressionType(object p0)
  2573. {
  2574. return EntityRes.GetString(EntityRes.ELinq_UnhandledExpressionType, p0);
  2575. }
  2576. /// <summary>
  2577. /// A string like "Unknown LINQ binding of type '{0}'."
  2578. /// </summary>
  2579. internal static string ELinq_UnhandledBindingType(object p0)
  2580. {
  2581. return EntityRes.GetString(EntityRes.ELinq_UnhandledBindingType, p0);
  2582. }
  2583. /// <summary>
  2584. /// A string like "The method 'First' can only be used as a final query operation. Consider using the method 'FirstOrDefault' in this instance instead."
  2585. /// </summary>
  2586. internal static string ELinq_UnsupportedNestedFirst
  2587. {
  2588. get { return EntityRes.GetString(EntityRes.ELinq_UnsupportedNestedFirst); }
  2589. }
  2590. /// <summary>
  2591. /// A string like "The methods 'Single' and 'SingleOrDefault' can only be used as a final query operation. Consider using the method 'FirstOrDefault' in this instance instead."
  2592. /// </summary>
  2593. internal static string ELinq_UnsupportedNestedSingle
  2594. {
  2595. get { return EntityRes.GetString(EntityRes.ELinq_UnsupportedNestedSingle); }
  2596. }
  2597. /// <summary>
  2598. /// A string like "The method 'Include' is only supported by LINQ to Entities when the argument is a string constant."
  2599. /// </summary>
  2600. internal static string ELinq_UnsupportedInclude
  2601. {
  2602. get { return EntityRes.GetString(EntityRes.ELinq_UnsupportedInclude); }
  2603. }
  2604. /// <summary>
  2605. /// A string like "The method 'MergeAs' is only supported by LINQ to Entities when the argument is a MergeOption constant."
  2606. /// </summary>
  2607. internal static string ELinq_UnsupportedMergeAs
  2608. {
  2609. get { return EntityRes.GetString(EntityRes.ELinq_UnsupportedMergeAs); }
  2610. }
  2611. /// <summary>
  2612. /// A string like "This method supports the LINQ to Entities infrastructure and is not intended to be used directly from your code."
  2613. /// </summary>
  2614. internal static string ELinq_MethodNotDirectlyCallable
  2615. {
  2616. get { return EntityRes.GetString(EntityRes.ELinq_MethodNotDirectlyCallable); }
  2617. }
  2618. /// <summary>
  2619. /// A string like "A cycle was detected in a LINQ expression."
  2620. /// </summary>
  2621. internal static string ELinq_CycleDetected
  2622. {
  2623. get { return EntityRes.GetString(EntityRes.ELinq_CycleDetected); }
  2624. }
  2625. /// <summary>
  2626. /// A string like "The specified method '{0}' on the type '{1}' cannot be translated into a LINQ to Entities store expression because the parameter {2} on its DbFunction attribute is empty."
  2627. /// </summary>
  2628. internal static string ELinq_DbFunctionAttributeParameterNameNotValid(object p0, object p1, object p2)
  2629. {
  2630. return EntityRes.GetString(EntityRes.ELinq_DbFunctionAttributeParameterNameNotValid, p0, p1, p2);
  2631. }
  2632. /// <summary>
  2633. /// A string like "The specified method '{0}' on the type '{1}' cannot be translated into a LINQ to Entities store expression because its return type does not match the return type of the function specified by its DbFunction attribute."
  2634. /// </summary>
  2635. internal static string ELinq_DbFunctionAttributedFunctionWithWrongReturnType(object p0, object p1)
  2636. {
  2637. return EntityRes.GetString(EntityRes.ELinq_DbFunctionAttributedFunctionWithWrongReturnType, p0, p1);
  2638. }
  2639. /// <summary>
  2640. /// A string like "This function can only be invoked from LINQ to Entities."
  2641. /// </summary>
  2642. internal static string ELinq_DbFunctionDirectCall
  2643. {
  2644. get { return EntityRes.GetString(EntityRes.ELinq_DbFunctionDirectCall); }
  2645. }
  2646. /// <summary>
  2647. /// A string like "The specified parameter type '{0}' is not valid. Only scalar parameters (such as Int32, Decimal, and Guid) are supported."
  2648. /// </summary>
  2649. internal static string CompiledELinq_UnsupportedParameterTypes(object p0)
  2650. {
  2651. return EntityRes.GetString(EntityRes.CompiledELinq_UnsupportedParameterTypes, p0);
  2652. }
  2653. /// <summary>
  2654. /// A string like "The specified parameter '{0}' of type '{1}' is not valid. Only scalar parameters (such as Int32, Decimal, and Guid) are supported."
  2655. /// </summary>
  2656. internal static string CompiledELinq_UnsupportedNamedParameterType(object p0, object p1)
  2657. {
  2658. return EntityRes.GetString(EntityRes.CompiledELinq_UnsupportedNamedParameterType, p0, p1);
  2659. }
  2660. /// <summary>
  2661. /// A string like "The specified use of parameter '{0}' to produce a value of type '{1}' is not supported by LINQ to Entities in a compiled query."
  2662. /// </summary>
  2663. internal static string CompiledELinq_UnsupportedNamedParameterUseAsType(object p0, object p1)
  2664. {
  2665. return EntityRes.GetString(EntityRes.CompiledELinq_UnsupportedNamedParameterUseAsType, p0, p1);
  2666. }
  2667. /// <summary>
  2668. /// A string like "Internal error. An unsupported expression kind ({0}) encountered in update mapping view by the ({1}) visitor."
  2669. /// </summary>
  2670. internal static string Update_UnsupportedExpressionKind(object p0, object p1)
  2671. {
  2672. return EntityRes.GetString(EntityRes.Update_UnsupportedExpressionKind, p0, p1);
  2673. }
  2674. /// <summary>
  2675. /// A string like "Internal error. An unsupported type ({0}) was used as an argument to cast an expression in the update mapping view. The argument must be a scalar."
  2676. /// </summary>
  2677. internal static string Update_UnsupportedCastArgument(object p0)
  2678. {
  2679. return EntityRes.GetString(EntityRes.Update_UnsupportedCastArgument, p0);
  2680. }
  2681. /// <summary>
  2682. /// A string like "Internal error. EntitySet ({0}) has unsupported type ({1}). Only EntitySets and AssociationSets can be processed in the update pipeline."
  2683. /// </summary>
  2684. internal static string Update_UnsupportedExtentType(object p0, object p1)
  2685. {
  2686. return EntityRes.GetString(EntityRes.Update_UnsupportedExtentType, p0, p1);
  2687. }
  2688. /// <summary>
  2689. /// A string like "Unable to determine a valid ordering for dependent operations. Dependencies may exist due to foreign key constraints, model requirements, or store-generated values."
  2690. /// </summary>
  2691. internal static string Update_ConstraintCycle
  2692. {
  2693. get { return EntityRes.GetString(EntityRes.Update_ConstraintCycle); }
  2694. }
  2695. /// <summary>
  2696. /// A string like "Internal error. An unsupported join type is in update mapping view ({0}). Only binary inner or left outer joins are supported."
  2697. /// </summary>
  2698. internal static string Update_UnsupportedJoinType(object p0)
  2699. {
  2700. return EntityRes.GetString(EntityRes.Update_UnsupportedJoinType, p0);
  2701. }
  2702. /// <summary>
  2703. /// A string like "Internal error. Unsupported projection expression type ({0}). Only DBNewInstanceExpression projections are supported in update mapping views."
  2704. /// </summary>
  2705. internal static string Update_UnsupportedProjection(object p0)
  2706. {
  2707. return EntityRes.GetString(EntityRes.Update_UnsupportedProjection, p0);
  2708. }
  2709. /// <summary>
  2710. /// A string like "Store update, insert, or delete statement affected an unexpected number of rows ({0}). Entities may have been modified or deleted since entities were loaded. Refresh ObjectStateManager entries."
  2711. /// </summary>
  2712. internal static string Update_ConcurrencyError(object p0)
  2713. {
  2714. return EntityRes.GetString(EntityRes.Update_ConcurrencyError, p0);
  2715. }
  2716. /// <summary>
  2717. /// A string like "In order to update the AssociationSet '{0}', the corresponding entity from EntitySet '{1}' must be available in the ObjectStateManager."
  2718. /// </summary>
  2719. internal static string Update_MissingEntity(object p0, object p1)
  2720. {
  2721. return EntityRes.GetString(EntityRes.Update_MissingEntity, p0, p1);
  2722. }
  2723. /// <summary>
  2724. /// A string like "Entities in '{0}' participate in the '{1}' relationship. '{2}' related '{3}' were found. Between {4} and {5} '{3}' are expected."
  2725. /// </summary>
  2726. internal static string Update_RelationshipCardinalityConstraintViolation(object p0, object p1, object p2, object p3, object p4, object p5)
  2727. {
  2728. return EntityRes.GetString(EntityRes.Update_RelationshipCardinalityConstraintViolation, p0, p1, p2, p3, p4, p5);
  2729. }
  2730. /// <summary>
  2731. /// A string like "An error occurred while updating the entries. See the inner exception for details."
  2732. /// </summary>
  2733. internal static string Update_GeneralExecutionException
  2734. {
  2735. get { return EntityRes.GetString(EntityRes.Update_GeneralExecutionException); }
  2736. }
  2737. /// <summary>
  2738. /// A string like "A relationship from the '{0}' AssociationSet is in the '{1}' state. Given multiplicity constraints, a corresponding '{2}' must also in the '{1}' state."
  2739. /// </summary>
  2740. internal static string Update_MissingRequiredEntity(object p0, object p1, object p2)
  2741. {
  2742. return EntityRes.GetString(EntityRes.Update_MissingRequiredEntity, p0, p1, p2);
  2743. }
  2744. /// <summary>
  2745. /// A string like "At most, '{0}' relationships may be in the '{1}' state for the '{2}' relationship from End '{3}' to an instance of End '{4}'. '{5}' instances were found."
  2746. /// </summary>
  2747. internal static string Update_RelationshipCardinalityViolation(object p0, object p1, object p2, object p3, object p4, object p5)
  2748. {
  2749. return EntityRes.GetString(EntityRes.Update_RelationshipCardinalityViolation, p0, p1, p2, p3, p4, p5);
  2750. }
  2751. /// <summary>
  2752. /// A string like "Modifications to tables where a primary key column has property '{0}' set to '{1}' are not supported. Use '{2}' pattern instead. Key column: '{3}'. Table: '{4}'."
  2753. /// </summary>
  2754. internal static string Update_NotSupportedComputedKeyColumn(object p0, object p1, object p2, object p3, object p4)
  2755. {
  2756. return EntityRes.GetString(EntityRes.Update_NotSupportedComputedKeyColumn, p0, p1, p2, p3, p4);
  2757. }
  2758. /// <summary>
  2759. /// A string like "A value shared across entities or associations is generated in more than one location. Check that mapping does not split an EntityKey to multiple store-generated columns."
  2760. /// </summary>
  2761. internal static string Update_AmbiguousServerGenIdentifier
  2762. {
  2763. get { return EntityRes.GetString(EntityRes.Update_AmbiguousServerGenIdentifier); }
  2764. }
  2765. /// <summary>
  2766. /// A string like "The entity client's MetadataWorkspace differs from the workspace referenced by the state manager."
  2767. /// </summary>
  2768. internal static string Update_WorkspaceMismatch
  2769. {
  2770. get { return EntityRes.GetString(EntityRes.Update_WorkspaceMismatch); }
  2771. }
  2772. /// <summary>
  2773. /// A string like "A function mapping for EntitySet '{0}' requires that corresponding Associations in AssociationSet '{1}' are loaded. Load the AssociationSet before saving changes to this EntitySet."
  2774. /// </summary>
  2775. internal static string Update_MissingRequiredRelationshipValue(object p0, object p1)
  2776. {
  2777. return EntityRes.GetString(EntityRes.Update_MissingRequiredRelationshipValue, p0, p1);
  2778. }
  2779. /// <summary>
  2780. /// A string like "A function mapping specifies a result column '{0}' that the result set does not contain."
  2781. /// </summary>
  2782. internal static string Update_MissingResultColumn(object p0)
  2783. {
  2784. return EntityRes.GetString(EntityRes.Update_MissingResultColumn, p0);
  2785. }
  2786. /// <summary>
  2787. /// A string like "A null store-generated value was returned for a non-nullable member '{0}' of type '{1}'."
  2788. /// </summary>
  2789. internal static string Update_NullReturnValueForNonNullableMember(object p0, object p1)
  2790. {
  2791. return EntityRes.GetString(EntityRes.Update_NullReturnValueForNonNullableMember, p0, p1);
  2792. }
  2793. /// <summary>
  2794. /// A string like "A store-generated value of type '{0}' could not be converted to a value of type '{1}' required for member '{2}' of type '{3}'."
  2795. /// </summary>
  2796. internal static string Update_ReturnValueHasUnexpectedType(object p0, object p1, object p2, object p3)
  2797. {
  2798. return EntityRes.GetString(EntityRes.Update_ReturnValueHasUnexpectedType, p0, p1, p2, p3);
  2799. }
  2800. /// <summary>
  2801. /// A string like "Unable to determine rows affected. The value of parameter '{0}' is not convertible to '{1}'."
  2802. /// </summary>
  2803. internal static string Update_UnableToConvertRowsAffectedParameter(object p0, object p1)
  2804. {
  2805. return EntityRes.GetString(EntityRes.Update_UnableToConvertRowsAffectedParameter, p0, p1);
  2806. }
  2807. /// <summary>
  2808. /// A string like "Update Mapping not found for EntitySet '{0}'."
  2809. /// </summary>
  2810. internal static string Update_MappingNotFound(object p0)
  2811. {
  2812. return EntityRes.GetString(EntityRes.Update_MappingNotFound, p0);
  2813. }
  2814. /// <summary>
  2815. /// A string like "Modifying a column with the '{0}' pattern is not supported. Column: '{1}'. Table: '{2}'."
  2816. /// </summary>
  2817. internal static string Update_ModifyingIdentityColumn(object p0, object p1, object p2)
  2818. {
  2819. return EntityRes.GetString(EntityRes.Update_ModifyingIdentityColumn, p0, p1, p2);
  2820. }
  2821. /// <summary>
  2822. /// A string like "A dependent property in a ReferentialConstraint is mapped to a store-generated column. Column: '{0}'."
  2823. /// </summary>
  2824. internal static string Update_GeneratedDependent(object p0)
  2825. {
  2826. return EntityRes.GetString(EntityRes.Update_GeneratedDependent, p0);
  2827. }
  2828. /// <summary>
  2829. /// A string like "Referential integrity constraint violation. A Dependent Role has multiple principals with different values."
  2830. /// </summary>
  2831. internal static string Update_ReferentialConstraintIntegrityViolation
  2832. {
  2833. get { return EntityRes.GetString(EntityRes.Update_ReferentialConstraintIntegrityViolation); }
  2834. }
  2835. /// <summary>
  2836. /// A string like "Error retrieving values from ObjectStateEntry. See inner exception for details."
  2837. /// </summary>
  2838. internal static string Update_ErrorLoadingRecord
  2839. {
  2840. get { return EntityRes.GetString(EntityRes.Update_ErrorLoadingRecord); }
  2841. }
  2842. /// <summary>
  2843. /// A string like "Null value for non-nullable member. Member: '{0}'."
  2844. /// </summary>
  2845. internal static string Update_NullValue(object p0)
  2846. {
  2847. return EntityRes.GetString(EntityRes.Update_NullValue, p0);
  2848. }
  2849. /// <summary>
  2850. /// A string like "Circular relationships with referential integrity constraints detected."
  2851. /// </summary>
  2852. internal static string Update_CircularRelationships
  2853. {
  2854. get { return EntityRes.GetString(EntityRes.Update_CircularRelationships); }
  2855. }
  2856. /// <summary>
  2857. /// A string like "Entities in '{0}' participate in the '{1}' relationship. {2} related '{3}' were found. {4} '{3}' is expected."
  2858. /// </summary>
  2859. internal static string Update_RelationshipCardinalityConstraintViolationSingleValue(object p0, object p1, object p2, object p3, object p4)
  2860. {
  2861. return EntityRes.GetString(EntityRes.Update_RelationshipCardinalityConstraintViolationSingleValue, p0, p1, p2, p3, p4);
  2862. }
  2863. /// <summary>
  2864. /// A string like "Cannot find the {0}FunctionMapping for {1} '{2}' in the mapping file."
  2865. /// </summary>
  2866. internal static string Update_MissingFunctionMapping(object p0, object p1, object p2)
  2867. {
  2868. return EntityRes.GetString(EntityRes.Update_MissingFunctionMapping, p0, p1, p2);
  2869. }
  2870. /// <summary>
  2871. /// A string like "Invalid data encountered. A required relationship is missing. Examine StateEntries to determine the source of the constraint violation."
  2872. /// </summary>
  2873. internal static string Update_InvalidChanges
  2874. {
  2875. get { return EntityRes.GetString(EntityRes.Update_InvalidChanges); }
  2876. }
  2877. /// <summary>
  2878. /// A string like "Conflicting changes detected. This may happen when trying to insert multiple entities with the same key."
  2879. /// </summary>
  2880. internal static string Update_DuplicateKeys
  2881. {
  2882. get { return EntityRes.GetString(EntityRes.Update_DuplicateKeys); }
  2883. }
  2884. /// <summary>
  2885. /// A string like "Unable to determine the principal end of the '{0}' relationship. Multiple added entities may have the same primary key."
  2886. /// </summary>
  2887. internal static string Update_AmbiguousForeignKey(object p0)
  2888. {
  2889. return EntityRes.GetString(EntityRes.Update_AmbiguousForeignKey, p0);
  2890. }
  2891. /// <summary>
  2892. /// A string like "Unable to insert or update an entity because the principal end of the '{0}' relationship is deleted."
  2893. /// </summary>
  2894. internal static string Update_InsertingOrUpdatingReferenceToDeletedEntity(object p0)
  2895. {
  2896. return EntityRes.GetString(EntityRes.Update_InsertingOrUpdatingReferenceToDeletedEntity, p0);
  2897. }
  2898. /// <summary>
  2899. /// A string like "Set"
  2900. /// </summary>
  2901. internal static string ViewGen_Extent
  2902. {
  2903. get { return EntityRes.GetString(EntityRes.ViewGen_Extent); }
  2904. }
  2905. /// <summary>
  2906. /// A string like "NULL"
  2907. /// </summary>
  2908. internal static string ViewGen_Null
  2909. {
  2910. get { return EntityRes.GetString(EntityRes.ViewGen_Null); }
  2911. }
  2912. /// <summary>
  2913. /// A string like ", "
  2914. /// </summary>
  2915. internal static string ViewGen_CommaBlank
  2916. {
  2917. get { return EntityRes.GetString(EntityRes.ViewGen_CommaBlank); }
  2918. }
  2919. /// <summary>
  2920. /// A string like "entities"
  2921. /// </summary>
  2922. internal static string ViewGen_Entities
  2923. {
  2924. get { return EntityRes.GetString(EntityRes.ViewGen_Entities); }
  2925. }
  2926. /// <summary>
  2927. /// A string like "rows"
  2928. /// </summary>
  2929. internal static string ViewGen_Tuples
  2930. {
  2931. get { return EntityRes.GetString(EntityRes.ViewGen_Tuples); }
  2932. }
  2933. /// <summary>
  2934. /// A string like "NOT_NULL"
  2935. /// </summary>
  2936. internal static string ViewGen_NotNull
  2937. {
  2938. get { return EntityRes.GetString(EntityRes.ViewGen_NotNull); }
  2939. }
  2940. /// <summary>
  2941. /// A string like "Values other than [{0}]"
  2942. /// </summary>
  2943. internal static string ViewGen_NegatedCellConstant(object p0)
  2944. {
  2945. return EntityRes.GetString(EntityRes.ViewGen_NegatedCellConstant, p0);
  2946. }
  2947. /// <summary>
  2948. /// A string like "ERROR"
  2949. /// </summary>
  2950. internal static string ViewGen_Error
  2951. {
  2952. get { return EntityRes.GetString(EntityRes.ViewGen_Error); }
  2953. }
  2954. /// <summary>
  2955. /// A string like "Insufficient or contradictory mapping. Cannot generate query views for entities in {0} when:"
  2956. /// </summary>
  2957. internal static string Viewgen_CannotGenerateQueryViewUnderNoValidation(object p0)
  2958. {
  2959. return EntityRes.GetString(EntityRes.Viewgen_CannotGenerateQueryViewUnderNoValidation, p0);
  2960. }
  2961. /// <summary>
  2962. /// A string like "No mapping specified for instances of the EntitySet and AssociationSet in the EntityContainer {0}."
  2963. /// </summary>
  2964. internal static string ViewGen_Missing_Sets_Mapping(object p0)
  2965. {
  2966. return EntityRes.GetString(EntityRes.ViewGen_Missing_Sets_Mapping, p0);
  2967. }
  2968. /// <summary>
  2969. /// A string like "No mapping specified for the following types - {0}."
  2970. /// </summary>
  2971. internal static string ViewGen_Missing_Type_Mapping(object p0)
  2972. {
  2973. return EntityRes.GetString(EntityRes.ViewGen_Missing_Type_Mapping, p0);
  2974. }
  2975. /// <summary>
  2976. /// A string like "No mapping specified for the following EntitySet/AssociationSet - {0}."
  2977. /// </summary>
  2978. internal static string ViewGen_Missing_Set_Mapping(object p0)
  2979. {
  2980. return EntityRes.GetString(EntityRes.ViewGen_Missing_Set_Mapping, p0);
  2981. }
  2982. /// <summary>
  2983. /// A string like "Cannot define new concurrency token member {0} in the derived class {1} of EntitySet {2}."
  2984. /// </summary>
  2985. internal static string ViewGen_Concurrency_Derived_Class(object p0, object p1, object p2)
  2986. {
  2987. return EntityRes.GetString(EntityRes.ViewGen_Concurrency_Derived_Class, p0, p1, p2);
  2988. }
  2989. /// <summary>
  2990. /// A string like "Concurrency token(s) [{0}] in EntitySet {1} must not have a condition."
  2991. /// </summary>
  2992. internal static string ViewGen_Concurrency_Invalid_Condition(object p0, object p1)
  2993. {
  2994. return EntityRes.GetString(EntityRes.ViewGen_Concurrency_Invalid_Condition, p0, p1);
  2995. }
  2996. /// <summary>
  2997. /// A string like "Must specify mapping for all key properties ({0}) of table {1}."
  2998. /// </summary>
  2999. internal static string ViewGen_TableKey_Missing(object p0, object p1)
  3000. {
  3001. return EntityRes.GetString(EntityRes.ViewGen_TableKey_Missing, p0, p1);
  3002. }
  3003. /// <summary>
  3004. /// A string like "Must specify mapping for all key properties ({0}) of the EntitySet {1}."
  3005. /// </summary>
  3006. internal static string ViewGen_EntitySetKey_Missing(object p0, object p1)
  3007. {
  3008. return EntityRes.GetString(EntityRes.ViewGen_EntitySetKey_Missing, p0, p1);
  3009. }
  3010. /// <summary>
  3011. /// A string like "Must specify mapping for all key properties ({0}) of End {1} in Relationship {2}."
  3012. /// </summary>
  3013. internal static string ViewGen_AssociationSetKey_Missing(object p0, object p1, object p2)
  3014. {
  3015. return EntityRes.GetString(EntityRes.ViewGen_AssociationSetKey_Missing, p0, p1, p2);
  3016. }
  3017. /// <summary>
  3018. /// A string like "No mapping specified for properties {0} in {1} {2}."
  3019. /// </summary>
  3020. internal static string ViewGen_Cannot_Recover_Attributes(object p0, object p1, object p2)
  3021. {
  3022. return EntityRes.GetString(EntityRes.ViewGen_Cannot_Recover_Attributes, p0, p1, p2);
  3023. }
  3024. /// <summary>
  3025. /// A string like "Must specify mapping for all types in {0} {1}."
  3026. /// </summary>
  3027. internal static string ViewGen_Cannot_Recover_Types(object p0, object p1)
  3028. {
  3029. return EntityRes.GetString(EntityRes.ViewGen_Cannot_Recover_Types, p0, p1);
  3030. }
  3031. /// <summary>
  3032. /// A string like "Insufficient mapping: It is possible to have {0} within {1} that are not mapped."
  3033. /// </summary>
  3034. internal static string ViewGen_Cannot_Disambiguate_MultiConstant(object p0, object p1)
  3035. {
  3036. return EntityRes.GetString(EntityRes.ViewGen_Cannot_Disambiguate_MultiConstant, p0, p1);
  3037. }
  3038. /// <summary>
  3039. /// A string like "Column {1} in table {0} must be mapped: It has no default value and is not nullable."
  3040. /// </summary>
  3041. internal static string ViewGen_No_Default_Value(object p0, object p1)
  3042. {
  3043. return EntityRes.GetString(EntityRes.ViewGen_No_Default_Value, p0, p1);
  3044. }
  3045. /// <summary>
  3046. /// A string like "Column {0} has no default value and is not nullable. A column value is required to store entity data."
  3047. /// </summary>
  3048. internal static string ViewGen_No_Default_Value_For_Configuration(object p0)
  3049. {
  3050. return EntityRes.GetString(EntityRes.ViewGen_No_Default_Value_For_Configuration, p0);
  3051. }
  3052. /// <summary>
  3053. /// A string like "Potential runtime violation of table {0}'s keys ({2}): Columns ({1}) are mapped to EntitySet {3}'s properties ({4}) on the conceptual side but they do not form the EntitySet's key properties ({5})."
  3054. /// </summary>
  3055. internal static string ViewGen_KeyConstraint_Violation(object p0, object p1, object p2, object p3, object p4, object p5)
  3056. {
  3057. return EntityRes.GetString(EntityRes.ViewGen_KeyConstraint_Violation, p0, p1, p2, p3, p4, p5);
  3058. }
  3059. /// <summary>
  3060. /// A string like "All the key properties ({0}) of the EntitySet {1} must be mapped to all the key properties ({2}) of table {3}."
  3061. /// </summary>
  3062. internal static string ViewGen_KeyConstraint_Update_Violation_EntitySet(object p0, object p1, object p2, object p3)
  3063. {
  3064. return EntityRes.GetString(EntityRes.ViewGen_KeyConstraint_Update_Violation_EntitySet, p0, p1, p2, p3);
  3065. }
  3066. /// <summary>
  3067. /// A string like "At least one of the key properties of AssociationSet {0} must be mapped to all the key properties ({1}) of table {2}."
  3068. /// </summary>
  3069. internal static string ViewGen_KeyConstraint_Update_Violation_AssociationSet(object p0, object p1, object p2)
  3070. {
  3071. return EntityRes.GetString(EntityRes.ViewGen_KeyConstraint_Update_Violation_AssociationSet, p0, p1, p2);
  3072. }
  3073. /// <summary>
  3074. /// A string like "Given the cardinality of Association End Member {0}, it should be mapped to key columns of the table {1}. Either fix the mapping or change the multiplicity of this end."
  3075. /// </summary>
  3076. internal static string ViewGen_AssociationEndShouldBeMappedToKey(object p0, object p1)
  3077. {
  3078. return EntityRes.GetString(EntityRes.ViewGen_AssociationEndShouldBeMappedToKey, p0, p1);
  3079. }
  3080. /// <summary>
  3081. /// A string like "Each of the following columns in table {0} is mapped to multiple conceptual side properties:"
  3082. /// </summary>
  3083. internal static string ViewGen_Duplicate_CProperties(object p0)
  3084. {
  3085. return EntityRes.GetString(EntityRes.ViewGen_Duplicate_CProperties, p0);
  3086. }
  3087. /// <summary>
  3088. /// A string like "{0} is mapped to <{1}>"
  3089. /// </summary>
  3090. internal static string ViewGen_Duplicate_CProperties_IsMapped(object p0, object p1)
  3091. {
  3092. return EntityRes.GetString(EntityRes.ViewGen_Duplicate_CProperties_IsMapped, p0, p1);
  3093. }
  3094. /// <summary>
  3095. /// A string like "Property {0} with 'IsNull=false' condition must be mapped."
  3096. /// </summary>
  3097. internal static string ViewGen_NotNull_No_Projected_Slot(object p0)
  3098. {
  3099. return EntityRes.GetString(EntityRes.ViewGen_NotNull_No_Projected_Slot, p0);
  3100. }
  3101. /// <summary>
  3102. /// A string like "Conditions specified on member {0} in this fragment are not allowed."
  3103. /// </summary>
  3104. internal static string ViewGen_InvalidCondition(object p0)
  3105. {
  3106. return EntityRes.GetString(EntityRes.ViewGen_InvalidCondition, p0);
  3107. }
  3108. /// <summary>
  3109. /// A string like "Column(s) [{0}] are being mapped in both fragments to different conceptual side properties."
  3110. /// </summary>
  3111. internal static string ViewGen_NonKeyProjectedWithOverlappingPartitions(object p0)
  3112. {
  3113. return EntityRes.GetString(EntityRes.ViewGen_NonKeyProjectedWithOverlappingPartitions, p0);
  3114. }
  3115. /// <summary>
  3116. /// A string like "Data loss or key constraint violation is possible in table {0}."
  3117. /// </summary>
  3118. internal static string ViewGen_CQ_PartitionConstraint(object p0)
  3119. {
  3120. return EntityRes.GetString(EntityRes.ViewGen_CQ_PartitionConstraint, p0);
  3121. }
  3122. /// <summary>
  3123. /// A string like "Data loss is possible in {0}."
  3124. /// </summary>
  3125. internal static string ViewGen_CQ_DomainConstraint(object p0)
  3126. {
  3127. return EntityRes.GetString(EntityRes.ViewGen_CQ_DomainConstraint, p0);
  3128. }
  3129. /// <summary>
  3130. /// A string like "Problem in mapping fragments starting at line {0}:"
  3131. /// </summary>
  3132. internal static string ViewGen_ErrorLog(object p0)
  3133. {
  3134. return EntityRes.GetString(EntityRes.ViewGen_ErrorLog, p0);
  3135. }
  3136. /// <summary>
  3137. /// A string like "Problem in mapping fragments starting at lines {0}:"
  3138. /// </summary>
  3139. internal static string ViewGen_ErrorLog2(object p0)
  3140. {
  3141. return EntityRes.GetString(EntityRes.ViewGen_ErrorLog2, p0);
  3142. }
  3143. /// <summary>
  3144. /// A string like "Missing table mapping: {0} no mapping specified for the table {1}."
  3145. /// </summary>
  3146. internal static string ViewGen_Foreign_Key_Missing_Table_Mapping(object p0, object p1)
  3147. {
  3148. return EntityRes.GetString(EntityRes.ViewGen_Foreign_Key_Missing_Table_Mapping, p0, p1);
  3149. }
  3150. /// <summary>
  3151. /// A string like "{0} The columns of table {1} are mapped to AssociationSet {2}'s End {3} but the key columns of table {4} are not mapped to the keys of the EntitySet {5} corresponding to this End."
  3152. /// </summary>
  3153. internal static string ViewGen_Foreign_Key_ParentTable_NotMappedToEnd(object p0, object p1, object p2, object p3, object p4, object p5)
  3154. {
  3155. return EntityRes.GetString(EntityRes.ViewGen_Foreign_Key_ParentTable_NotMappedToEnd, p0, p1, p2, p3, p4, p5);
  3156. }
  3157. /// <summary>
  3158. /// A string like "Foreign key constraint '{0}' from table {1} ({2}) to table {3} ({4}):"
  3159. /// </summary>
  3160. internal static string ViewGen_Foreign_Key(object p0, object p1, object p2, object p3, object p4)
  3161. {
  3162. return EntityRes.GetString(EntityRes.ViewGen_Foreign_Key, p0, p1, p2, p3, p4);
  3163. }
  3164. /// <summary>
  3165. /// A string like " {0} is mapped to AssociationSet {1} - for this mapping to be correct, the upper multiplicity bound of end {2} needs to be 1."
  3166. /// </summary>
  3167. internal static string ViewGen_Foreign_Key_UpperBound_MustBeOne(object p0, object p1, object p2)
  3168. {
  3169. return EntityRes.GetString(EntityRes.ViewGen_Foreign_Key_UpperBound_MustBeOne, p0, p1, p2);
  3170. }
  3171. /// <summary>
  3172. /// A string like " {0} is mapped to AssociationSet {1} - for this mapping to be correct, the lower multiplicity bound of end {2} needs to be 1."
  3173. /// </summary>
  3174. internal static string ViewGen_Foreign_Key_LowerBound_MustBeOne(object p0, object p1, object p2)
  3175. {
  3176. return EntityRes.GetString(EntityRes.ViewGen_Foreign_Key_LowerBound_MustBeOne, p0, p1, p2);
  3177. }
  3178. /// <summary>
  3179. /// A string like " {0}: Insufficient mapping: Foreign key must be mapped to some AssociationSet or EntitySets participating in a foreign key association on the conceptual side."
  3180. /// </summary>
  3181. internal static string ViewGen_Foreign_Key_Missing_Relationship_Mapping(object p0)
  3182. {
  3183. return EntityRes.GetString(EntityRes.ViewGen_Foreign_Key_Missing_Relationship_Mapping, p0);
  3184. }
  3185. /// <summary>
  3186. /// A string like "The foreign key '{0}' is not being enforced in the model. An Association or inheritance relationship needs to be created to enforce this constraint."
  3187. /// </summary>
  3188. internal static string ViewGen_Foreign_Key_Not_Guaranteed_InCSpace(object p0)
  3189. {
  3190. return EntityRes.GetString(EntityRes.ViewGen_Foreign_Key_Not_Guaranteed_InCSpace, p0);
  3191. }
  3192. /// <summary>
  3193. /// A string like "Incorrect mapping of composite key columns. {0} Columns ({1}) in table {2} are mapped to properties ({3}) in {4} and columns ({5}) in table {6} are mapped to properties ({7}) in {8}. The order of the columns through the mappings is not preserved."
  3194. /// </summary>
  3195. internal static string ViewGen_Foreign_Key_ColumnOrder_Incorrect(object p0, object p1, object p2, object p3, object p4, object p5, object p6, object p7, object p8)
  3196. {
  3197. return EntityRes.GetString(EntityRes.ViewGen_Foreign_Key_ColumnOrder_Incorrect, p0, p1, p2, p3, p4, p5, p6, p7, p8);
  3198. }
  3199. /// <summary>
  3200. /// A string like " {0} plays Role '{1}' in AssociationSet '{2}'"
  3201. /// </summary>
  3202. internal static string ViewGen_AssociationSet_AsUserString(object p0, object p1, object p2)
  3203. {
  3204. return EntityRes.GetString(EntityRes.ViewGen_AssociationSet_AsUserString, p0, p1, p2);
  3205. }
  3206. /// <summary>
  3207. /// A string like " {0} does NOT play Role '{1}' in AssociationSet '{2}'"
  3208. /// </summary>
  3209. internal static string ViewGen_AssociationSet_AsUserString_Negated(object p0, object p1, object p2)
  3210. {
  3211. return EntityRes.GetString(EntityRes.ViewGen_AssociationSet_AsUserString_Negated, p0, p1, p2);
  3212. }
  3213. /// <summary>
  3214. /// A string like " {0} is in '{1}' EntitySet"
  3215. /// </summary>
  3216. internal static string ViewGen_EntitySet_AsUserString(object p0, object p1)
  3217. {
  3218. return EntityRes.GetString(EntityRes.ViewGen_EntitySet_AsUserString, p0, p1);
  3219. }
  3220. /// <summary>
  3221. /// A string like " {0} is NOT in '{1}' EntitySet"
  3222. /// </summary>
  3223. internal static string ViewGen_EntitySet_AsUserString_Negated(object p0, object p1)
  3224. {
  3225. return EntityRes.GetString(EntityRes.ViewGen_EntitySet_AsUserString_Negated, p0, p1);
  3226. }
  3227. /// <summary>
  3228. /// A string like "Entity"
  3229. /// </summary>
  3230. internal static string ViewGen_EntityInstanceToken
  3231. {
  3232. get { return EntityRes.GetString(EntityRes.ViewGen_EntityInstanceToken); }
  3233. }
  3234. /// <summary>
  3235. /// A string like "An Entity with Key ({0}) will not round-trip when:"
  3236. /// </summary>
  3237. internal static string Viewgen_ConfigurationErrorMsg(object p0)
  3238. {
  3239. return EntityRes.GetString(EntityRes.Viewgen_ConfigurationErrorMsg, p0);
  3240. }
  3241. /// <summary>
  3242. /// A string like "The mapping and metadata information for EntityContainer '{0}' no longer matches the information used to create the pre-generated views."
  3243. /// </summary>
  3244. internal static string ViewGen_HashOnMappingClosure_Not_Matching(object p0)
  3245. {
  3246. return EntityRes.GetString(EntityRes.ViewGen_HashOnMappingClosure_Not_Matching, p0);
  3247. }
  3248. /// <summary>
  3249. /// A string like "Ensure that mapping fragments for EntitySet {0} do not map entities with the same primary key to different rows of the same table."
  3250. /// </summary>
  3251. internal static string Viewgen_RightSideNotDisjoint(object p0)
  3252. {
  3253. return EntityRes.GetString(EntityRes.Viewgen_RightSideNotDisjoint, p0);
  3254. }
  3255. /// <summary>
  3256. /// A string like "Could not validate mapping for EntitySet {0}. Check that the mapping constraints are possible in the presence of store side constraints. Having an 'IsNull=True' condition in the mapping for a non-nullable column is an example of an impossible constraint."
  3257. /// </summary>
  3258. internal static string Viewgen_QV_RewritingNotFound(object p0)
  3259. {
  3260. return EntityRes.GetString(EntityRes.Viewgen_QV_RewritingNotFound, p0);
  3261. }
  3262. /// <summary>
  3263. /// A string like "Non-nullable column {1} in table {0} is mapped to a nullable entity property."
  3264. /// </summary>
  3265. internal static string Viewgen_NullableMappingForNonNullableColumn(object p0, object p1)
  3266. {
  3267. return EntityRes.GetString(EntityRes.Viewgen_NullableMappingForNonNullableColumn, p0, p1);
  3268. }
  3269. /// <summary>
  3270. /// A string like "Condition member '{0}' with a condition other than 'IsNull=False' is mapped. Either remove the condition on {0} or remove it from the mapping."
  3271. /// </summary>
  3272. internal static string Viewgen_ErrorPattern_ConditionMemberIsMapped(object p0)
  3273. {
  3274. return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_ConditionMemberIsMapped, p0);
  3275. }
  3276. /// <summary>
  3277. /// A string like "Condition members {0} have duplicate condition values."
  3278. /// </summary>
  3279. internal static string Viewgen_ErrorPattern_DuplicateConditionValue(object p0)
  3280. {
  3281. return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_DuplicateConditionValue, p0);
  3282. }
  3283. /// <summary>
  3284. /// A string like "EntitySets '{1}' and '{2}' are both mapped to table '{0}'. Their primary keys may collide."
  3285. /// </summary>
  3286. internal static string Viewgen_ErrorPattern_TableMappedToMultipleES(object p0, object p1, object p2)
  3287. {
  3288. return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_TableMappedToMultipleES, p0, p1, p2);
  3289. }
  3290. /// <summary>
  3291. /// A string like "An entity is mapped to different rows within the same table. Ensure these two mapping fragments do not map two groups of entities with identical keys to two distinct groups of rows."
  3292. /// </summary>
  3293. internal static string Viewgen_ErrorPattern_Partition_Disj_Eq
  3294. {
  3295. get { return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_Disj_Eq); }
  3296. }
  3297. /// <summary>
  3298. /// A string like "Column {0} is used in a Not Null condition but it is mapped to a property {1} which is nullable. Consider making this property non-nullable."
  3299. /// </summary>
  3300. internal static string Viewgen_ErrorPattern_NotNullConditionMappedToNullableMember(object p0, object p1)
  3301. {
  3302. return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_NotNullConditionMappedToNullableMember, p0, p1);
  3303. }
  3304. /// <summary>
  3305. /// A string like "EntityTypes {0} are being mapped to the same rows in table {1}. Mapping conditions can be used to distinguish the rows that these types are mapped to."
  3306. /// </summary>
  3307. internal static string Viewgen_ErrorPattern_Partition_MultipleTypesMappedToSameTable_WithoutCondition(object p0, object p1)
  3308. {
  3309. return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_MultipleTypesMappedToSameTable_WithoutCondition, p0, p1);
  3310. }
  3311. /// <summary>
  3312. /// A string like "Two entities with identical keys are mapped to different rows within the same table. Ensure these two mapping fragments do not map two groups of entities with overlapping keys to two distinct groups of rows."
  3313. /// </summary>
  3314. internal static string Viewgen_ErrorPattern_Partition_Disj_Subs_Ref
  3315. {
  3316. get { return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_Disj_Subs_Ref); }
  3317. }
  3318. /// <summary>
  3319. /// A string like "An entity is mapped to different rows within the same table. Ensure these two mapping fragments do not map two groups of entities with overlapping keys to two distinct groups of rows."
  3320. /// </summary>
  3321. internal static string Viewgen_ErrorPattern_Partition_Disj_Subs
  3322. {
  3323. get { return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_Disj_Subs); }
  3324. }
  3325. /// <summary>
  3326. /// A string like "Two entities with possibly identical keys are mapped to different rows within the same table. Ensure these two mapping fragments do not map two unrelated EntitySets to two distinct groups of rows."
  3327. /// </summary>
  3328. internal static string Viewgen_ErrorPattern_Partition_Disj_Unk
  3329. {
  3330. get { return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_Disj_Unk); }
  3331. }
  3332. /// <summary>
  3333. /// A string like "Two entities with different keys are mapped to the same row. Ensure these two mapping fragments do not map two groups of entities with different keys to the same group of rows."
  3334. /// </summary>
  3335. internal static string Viewgen_ErrorPattern_Partition_Eq_Disj
  3336. {
  3337. get { return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_Eq_Disj); }
  3338. }
  3339. /// <summary>
  3340. /// A string like "Two entities with different keys are mapped to the same row. Ensure these two mapping fragments do not map two EntitySets with overlapping keys to the same group of rows."
  3341. /// </summary>
  3342. internal static string Viewgen_ErrorPattern_Partition_Eq_Subs_Ref
  3343. {
  3344. get { return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_Eq_Subs_Ref); }
  3345. }
  3346. /// <summary>
  3347. /// A string like "Two entities with different keys are mapped to the same row. Ensure these two mapping fragments do not map two groups of entities with overlapping keys to the same group of rows."
  3348. /// </summary>
  3349. internal static string Viewgen_ErrorPattern_Partition_Eq_Subs
  3350. {
  3351. get { return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_Eq_Subs); }
  3352. }
  3353. /// <summary>
  3354. /// A string like "Two entities with possibly different keys are mapped to the same row. Ensure these two mapping fragments do not map two unrelated EntitySets to the same group of rows."
  3355. /// </summary>
  3356. internal static string Viewgen_ErrorPattern_Partition_Eq_Unk
  3357. {
  3358. get { return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_Eq_Unk); }
  3359. }
  3360. /// <summary>
  3361. /// A string like "Two entities with possibly different keys are mapped to the same row. Ensure these two mapping fragments map both ends of the AssociationSet to the corresponding columns."
  3362. /// </summary>
  3363. internal static string Viewgen_ErrorPattern_Partition_Eq_Unk_Association
  3364. {
  3365. get { return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_Eq_Unk_Association); }
  3366. }
  3367. /// <summary>
  3368. /// A string like "Two entities with different keys are mapped to the same row. Ensure these two mapping fragments do not map two groups of entities with different keys to two overlapping groups of rows."
  3369. /// </summary>
  3370. internal static string Viewgen_ErrorPattern_Partition_Sub_Disj
  3371. {
  3372. get { return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_Sub_Disj); }
  3373. }
  3374. /// <summary>
  3375. /// A string like "Two rows with different primary keys are mapped to the same entity. Ensure these two mapping fragments do not map two groups of entities with identical keys to two overlapping groups of rows."
  3376. /// </summary>
  3377. internal static string Viewgen_ErrorPattern_Partition_Sub_Eq
  3378. {
  3379. get { return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_Sub_Eq); }
  3380. }
  3381. /// <summary>
  3382. /// A string like "Two rows with different primary keys are mapped to two entities that carry identical keys through a referential integrity constraint. Ensure these two mapping fragments do not map two EntitySets with identical keys to two overlapping groups of rows."
  3383. /// </summary>
  3384. internal static string Viewgen_ErrorPattern_Partition_Sub_Eq_Ref
  3385. {
  3386. get { return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_Sub_Eq_Ref); }
  3387. }
  3388. /// <summary>
  3389. /// A string like "An entity from one EntitySet is mapped to a row that is also mapped to an entity from another EntitySet with possibly different key. Ensure these two mapping fragments do not map two unrelated EntitySets to two overlapping groups of rows."
  3390. /// </summary>
  3391. internal static string Viewgen_ErrorPattern_Partition_Sub_Unk
  3392. {
  3393. get { return EntityRes.GetString(EntityRes.Viewgen_ErrorPattern_Partition_Sub_Unk); }
  3394. }
  3395. /// <summary>
  3396. /// A string like "Mapping fragments cannot be joined. Ensure every mapping fragment maps a key on which it should be joined with one of the other mapping fragments."
  3397. /// </summary>
  3398. internal static string Viewgen_NoJoinKeyOrFK
  3399. {
  3400. get { return EntityRes.GetString(EntityRes.Viewgen_NoJoinKeyOrFK); }
  3401. }
  3402. /// <summary>
  3403. /// A string like "When there is a mapping fragment between EntitySet '{0}' and Table '{1}' with MakeColumnsDistinct attribute marked to 'true', there can be no additional mapping fragments between '{0}' and '{1}'."
  3404. /// </summary>
  3405. internal static string Viewgen_MultipleFragmentsBetweenCandSExtentWithDistinct(object p0, object p1)
  3406. {
  3407. return EntityRes.GetString(EntityRes.Viewgen_MultipleFragmentsBetweenCandSExtentWithDistinct, p0, p1);
  3408. }
  3409. /// <summary>
  3410. /// A string like "Item has an empty identity."
  3411. /// </summary>
  3412. internal static string Validator_EmptyIdentity
  3413. {
  3414. get { return EntityRes.GetString(EntityRes.Validator_EmptyIdentity); }
  3415. }
  3416. /// <summary>
  3417. /// A string like "CollectionType has a null type usage."
  3418. /// </summary>
  3419. internal static string Validator_CollectionHasNoTypeUsage
  3420. {
  3421. get { return EntityRes.GetString(EntityRes.Validator_CollectionHasNoTypeUsage); }
  3422. }
  3423. /// <summary>
  3424. /// A string like "The type '{0}' doesn't have any key members. A RelationshipType or EntityType must either have key members or a BaseType with key members."
  3425. /// </summary>
  3426. internal static string Validator_NoKeyMembers(object p0)
  3427. {
  3428. return EntityRes.GetString(EntityRes.Validator_NoKeyMembers, p0);
  3429. }
  3430. /// <summary>
  3431. /// A string like "The facet object has null for the FacetType. Null is not valid for this property."
  3432. /// </summary>
  3433. internal static string Validator_FacetTypeIsNull
  3434. {
  3435. get { return EntityRes.GetString(EntityRes.Validator_FacetTypeIsNull); }
  3436. }
  3437. /// <summary>
  3438. /// A string like "The member has null for the DeclaringType. Null is not valid for this property."
  3439. /// </summary>
  3440. internal static string Validator_MemberHasNullDeclaringType
  3441. {
  3442. get { return EntityRes.GetString(EntityRes.Validator_MemberHasNullDeclaringType); }
  3443. }
  3444. /// <summary>
  3445. /// A string like "The member has null for the MemberTypeUsage. Null is not valid for this property."
  3446. /// </summary>
  3447. internal static string Validator_MemberHasNullTypeUsage
  3448. {
  3449. get { return EntityRes.GetString(EntityRes.Validator_MemberHasNullTypeUsage); }
  3450. }
  3451. /// <summary>
  3452. /// A string like "The item property has null for TypeUsage. Null is not valid for this property."
  3453. /// </summary>
  3454. internal static string Validator_ItemAttributeHasNullTypeUsage
  3455. {
  3456. get { return EntityRes.GetString(EntityRes.Validator_ItemAttributeHasNullTypeUsage); }
  3457. }
  3458. /// <summary>
  3459. /// A string like "The RefType has null for EntityType. Null is not valid for this property."
  3460. /// </summary>
  3461. internal static string Validator_RefTypeHasNullEntityType
  3462. {
  3463. get { return EntityRes.GetString(EntityRes.Validator_RefTypeHasNullEntityType); }
  3464. }
  3465. /// <summary>
  3466. /// A string like "The type usage object has null for EdmType. Null is not valid for this property."
  3467. /// </summary>
  3468. internal static string Validator_TypeUsageHasNullEdmType
  3469. {
  3470. get { return EntityRes.GetString(EntityRes.Validator_TypeUsageHasNullEdmType); }
  3471. }
  3472. /// <summary>
  3473. /// A string like "A member of the same name is already defined in a BaseType."
  3474. /// </summary>
  3475. internal static string Validator_BaseTypeHasMemberOfSameName
  3476. {
  3477. get { return EntityRes.GetString(EntityRes.Validator_BaseTypeHasMemberOfSameName); }
  3478. }
  3479. /// <summary>
  3480. /// A string like "CollectionType objects cannot have a base type."
  3481. /// </summary>
  3482. internal static string Validator_CollectionTypesCannotHaveBaseType
  3483. {
  3484. get { return EntityRes.GetString(EntityRes.Validator_CollectionTypesCannotHaveBaseType); }
  3485. }
  3486. /// <summary>
  3487. /// A string like "Reference types cannot have a base type."
  3488. /// </summary>
  3489. internal static string Validator_RefTypesCannotHaveBaseType
  3490. {
  3491. get { return EntityRes.GetString(EntityRes.Validator_RefTypesCannotHaveBaseType); }
  3492. }
  3493. /// <summary>
  3494. /// A string like "The type does not have a name."
  3495. /// </summary>
  3496. internal static string Validator_TypeHasNoName
  3497. {
  3498. get { return EntityRes.GetString(EntityRes.Validator_TypeHasNoName); }
  3499. }
  3500. /// <summary>
  3501. /// A string like "The type does not have a namespace."
  3502. /// </summary>
  3503. internal static string Validator_TypeHasNoNamespace
  3504. {
  3505. get { return EntityRes.GetString(EntityRes.Validator_TypeHasNoNamespace); }
  3506. }
  3507. /// <summary>
  3508. /// A string like "The facet does not have a name."
  3509. /// </summary>
  3510. internal static string Validator_FacetHasNoName
  3511. {
  3512. get { return EntityRes.GetString(EntityRes.Validator_FacetHasNoName); }
  3513. }
  3514. /// <summary>
  3515. /// A string like "The member does not have a name."
  3516. /// </summary>
  3517. internal static string Validator_MemberHasNoName
  3518. {
  3519. get { return EntityRes.GetString(EntityRes.Validator_MemberHasNoName); }
  3520. }
  3521. /// <summary>
  3522. /// A string like "The metadata property does not have a name."
  3523. /// </summary>
  3524. internal static string Validator_MetadataPropertyHasNoName
  3525. {
  3526. get { return EntityRes.GetString(EntityRes.Validator_MetadataPropertyHasNoName); }
  3527. }
  3528. /// <summary>
  3529. /// A string like "EntityKeyProperty and IsNullable cannot both be true in the EdmScalarPropertyAttribute for property '{0}' on type '{1}'. Properties that are part of the key cannot be nullable."
  3530. /// </summary>
  3531. internal static string Validator_NullableEntityKeyProperty(object p0, object p1)
  3532. {
  3533. return EntityRes.GetString(EntityRes.Validator_NullableEntityKeyProperty, p0, p1);
  3534. }
  3535. /// <summary>
  3536. /// A string like "The property '{0}' on type '{1}' has the return type '{2}', which is not a recognized EntityType or enumeration of instances of EntityType."
  3537. /// </summary>
  3538. internal static string Validator_OSpace_InvalidNavPropReturnType(object p0, object p1, object p2)
  3539. {
  3540. return EntityRes.GetString(EntityRes.Validator_OSpace_InvalidNavPropReturnType, p0, p1, p2);
  3541. }
  3542. /// <summary>
  3543. /// A string like "The property '{0}' on type '{1}' is attributed with EdmScalarPropertyAttribute but returns the type '{2}', which is not a primitive type or a recognized enumeration type."
  3544. /// </summary>
  3545. internal static string Validator_OSpace_ScalarPropertyNotPrimitive(object p0, object p1, object p2)
  3546. {
  3547. return EntityRes.GetString(EntityRes.Validator_OSpace_ScalarPropertyNotPrimitive, p0, p1, p2);
  3548. }
  3549. /// <summary>
  3550. /// A string like "The property '{0}' on type '{1}' is attributed with EdmComplexPropertyAttribute but returns the type '{2}', which is not a recognized ComplexType."
  3551. /// </summary>
  3552. internal static string Validator_OSpace_ComplexPropertyNotComplex(object p0, object p1, object p2)
  3553. {
  3554. return EntityRes.GetString(EntityRes.Validator_OSpace_ComplexPropertyNotComplex, p0, p1, p2);
  3555. }
  3556. /// <summary>
  3557. /// A string like "Multiple types with the name '{0}' exist in the EdmItemCollection in different namespaces. Convention based mapping requires unique names without regard to namespace in the EdmItemCollection."
  3558. /// </summary>
  3559. internal static string Validator_OSpace_Convention_MultipleTypesWithSameName(object p0)
  3560. {
  3561. return EntityRes.GetString(EntityRes.Validator_OSpace_Convention_MultipleTypesWithSameName, p0);
  3562. }
  3563. /// <summary>
  3564. /// A string like "The property '{0}' on the type '{1}' has a property type of '{2}' which cannot be mapped to a primitive type."
  3565. /// </summary>
  3566. internal static string Validator_OSpace_Convention_NonPrimitiveTypeProperty(object p0, object p1, object p2)
  3567. {
  3568. return EntityRes.GetString(EntityRes.Validator_OSpace_Convention_NonPrimitiveTypeProperty, p0, p1, p2);
  3569. }
  3570. /// <summary>
  3571. /// A string like "The required property '{0}' does not exist on the type '{1}'."
  3572. /// </summary>
  3573. internal static string Validator_OSpace_Convention_MissingRequiredProperty(object p0, object p1)
  3574. {
  3575. return EntityRes.GetString(EntityRes.Validator_OSpace_Convention_MissingRequiredProperty, p0, p1);
  3576. }
  3577. /// <summary>
  3578. /// A string like "The base type '{0}' of type '{1}' does not match the model base type '{2}'."
  3579. /// </summary>
  3580. internal static string Validator_OSpace_Convention_BaseTypeIncompatible(object p0, object p1, object p2)
  3581. {
  3582. return EntityRes.GetString(EntityRes.Validator_OSpace_Convention_BaseTypeIncompatible, p0, p1, p2);
  3583. }
  3584. /// <summary>
  3585. /// A string like "No corresponding object layer type could be found for the conceptual type '{0}'."
  3586. /// </summary>
  3587. internal static string Validator_OSpace_Convention_MissingOSpaceType(object p0)
  3588. {
  3589. return EntityRes.GetString(EntityRes.Validator_OSpace_Convention_MissingOSpaceType, p0);
  3590. }
  3591. /// <summary>
  3592. /// A string like "The relationship '{0}' was not loaded because the type '{1}' is not available."
  3593. /// </summary>
  3594. internal static string Validator_OSpace_Convention_RelationshipNotLoaded(object p0, object p1)
  3595. {
  3596. return EntityRes.GetString(EntityRes.Validator_OSpace_Convention_RelationshipNotLoaded, p0, p1);
  3597. }
  3598. /// <summary>
  3599. /// A string like "The types in the assembly '{0}' cannot be loaded because the assembly contains the EdmSchemaAttribute, and the closure of types is being loaded by name. Loading by both name and attribute is not allowed."
  3600. /// </summary>
  3601. internal static string Validator_OSpace_Convention_AttributeAssemblyReferenced(object p0)
  3602. {
  3603. return EntityRes.GetString(EntityRes.Validator_OSpace_Convention_AttributeAssemblyReferenced, p0);
  3604. }
  3605. /// <summary>
  3606. /// A string like "The property '{0}' of type '{1}' in the assembly '{2}' cannot be used as a scalar property because it does not have both a getter and setter."
  3607. /// </summary>
  3608. internal static string Validator_OSpace_Convention_ScalarPropertyMissginGetterOrSetter(object p0, object p1, object p2)
  3609. {
  3610. return EntityRes.GetString(EntityRes.Validator_OSpace_Convention_ScalarPropertyMissginGetterOrSetter, p0, p1, p2);
  3611. }
  3612. /// <summary>
  3613. /// A string like "The mapping of CLR type to EDM type is ambiguous because multiple CLR types match the EDM type '{0}'. Previously found CLR type '{1}', newly found CLR type '{2}'."
  3614. /// </summary>
  3615. internal static string Validator_OSpace_Convention_AmbiguousClrType(object p0, object p1, object p2)
  3616. {
  3617. return EntityRes.GetString(EntityRes.Validator_OSpace_Convention_AmbiguousClrType, p0, p1, p2);
  3618. }
  3619. /// <summary>
  3620. /// A string like "The EntityType or ComplexType '{0}' cannot be mapped by convention to the value type '{1}'. Value types are not allowed to be mapped to EntityTypes or ComplexTypes."
  3621. /// </summary>
  3622. internal static string Validator_OSpace_Convention_Struct(object p0, object p1)
  3623. {
  3624. return EntityRes.GetString(EntityRes.Validator_OSpace_Convention_Struct, p0, p1);
  3625. }
  3626. /// <summary>
  3627. /// A string like "The type '{0}' was not loaded because the base type '{1}' is not available."
  3628. /// </summary>
  3629. internal static string Validator_OSpace_Convention_BaseTypeNotLoaded(object p0, object p1)
  3630. {
  3631. return EntityRes.GetString(EntityRes.Validator_OSpace_Convention_BaseTypeNotLoaded, p0, p1);
  3632. }
  3633. /// <summary>
  3634. /// A string like "Type '{0}' defined in the object layer is not compatible with type '{1}' defined in the conceptual model. An enumeration type cannot be mapped to a non-enumeration type."
  3635. /// </summary>
  3636. internal static string Validator_OSpace_Convention_SSpaceOSpaceTypeMismatch(object p0, object p1)
  3637. {
  3638. return EntityRes.GetString(EntityRes.Validator_OSpace_Convention_SSpaceOSpaceTypeMismatch, p0, p1);
  3639. }
  3640. /// <summary>
  3641. /// A string like "The underlying type of CLR enumeration type does not match the underlying type of EDM enumeration type."
  3642. /// </summary>
  3643. internal static string Validator_OSpace_Convention_NonMatchingUnderlyingTypes
  3644. {
  3645. get { return EntityRes.GetString(EntityRes.Validator_OSpace_Convention_NonMatchingUnderlyingTypes); }
  3646. }
  3647. /// <summary>
  3648. /// A string like "The type '{0}' is not a supported underlying type for enumeration types."
  3649. /// </summary>
  3650. internal static string Validator_UnsupportedEnumUnderlyingType(object p0)
  3651. {
  3652. return EntityRes.GetString(EntityRes.Validator_UnsupportedEnumUnderlyingType, p0);
  3653. }
  3654. /// <summary>
  3655. /// A string like "The following information may be useful in resolving the previous error:"
  3656. /// </summary>
  3657. internal static string ExtraInfo
  3658. {
  3659. get { return EntityRes.GetString(EntityRes.ExtraInfo); }
  3660. }
  3661. /// <summary>
  3662. /// A string like "Inconsistent metadata error"
  3663. /// </summary>
  3664. internal static string Metadata_General_Error
  3665. {
  3666. get { return EntityRes.GetString(EntityRes.Metadata_General_Error); }
  3667. }
  3668. /// <summary>
  3669. /// A string like "Error in Function '{0}'. Aggregate Functions should take exactly one input parameter."
  3670. /// </summary>
  3671. internal static string InvalidNumberOfParametersForAggregateFunction(object p0)
  3672. {
  3673. return EntityRes.GetString(EntityRes.InvalidNumberOfParametersForAggregateFunction, p0);
  3674. }
  3675. /// <summary>
  3676. /// A string like "Type of parameter '{0}' in function '{1}' is not valid. The aggregate function parameter type must be of CollectionType."
  3677. /// </summary>
  3678. internal static string InvalidParameterTypeForAggregateFunction(object p0, object p1)
  3679. {
  3680. return EntityRes.GetString(EntityRes.InvalidParameterTypeForAggregateFunction, p0, p1);
  3681. }
  3682. /// <summary>
  3683. /// A string like "Schema specified is not valid. Errors: {0}"
  3684. /// </summary>
  3685. internal static string InvalidSchemaEncountered(object p0)
  3686. {
  3687. return EntityRes.GetString(EntityRes.InvalidSchemaEncountered, p0);
  3688. }
  3689. /// <summary>
  3690. /// A string like "The namespace '{0}' is a system namespace and cannot be used by other schemas. Choose another namespace name."
  3691. /// </summary>
  3692. internal static string SystemNamespaceEncountered(object p0)
  3693. {
  3694. return EntityRes.GetString(EntityRes.SystemNamespaceEncountered, p0);
  3695. }
  3696. /// <summary>
  3697. /// A string like "The space '{0}' has no associated collection."
  3698. /// </summary>
  3699. internal static string NoCollectionForSpace(object p0)
  3700. {
  3701. return EntityRes.GetString(EntityRes.NoCollectionForSpace, p0);
  3702. }
  3703. /// <summary>
  3704. /// A string like "The operation cannot be performed because the collection is read only."
  3705. /// </summary>
  3706. internal static string OperationOnReadOnlyCollection
  3707. {
  3708. get { return EntityRes.GetString(EntityRes.OperationOnReadOnlyCollection); }
  3709. }
  3710. /// <summary>
  3711. /// A string like "The operation cannot be performed because the item is read only."
  3712. /// </summary>
  3713. internal static string OperationOnReadOnlyItem
  3714. {
  3715. get { return EntityRes.GetString(EntityRes.OperationOnReadOnlyItem); }
  3716. }
  3717. /// <summary>
  3718. /// A string like "The EntitySet already has an EntityContainer, it cannot be added to this collection."
  3719. /// </summary>
  3720. internal static string EntitySetInAnotherContainer
  3721. {
  3722. get { return EntityRes.GetString(EntityRes.EntitySetInAnotherContainer); }
  3723. }
  3724. /// <summary>
  3725. /// A string like "The specified key Member '{0}' does not exist in the Members collection."
  3726. /// </summary>
  3727. internal static string InvalidKeyMember(object p0)
  3728. {
  3729. return EntityRes.GetString(EntityRes.InvalidKeyMember, p0);
  3730. }
  3731. /// <summary>
  3732. /// A string like "Specified file '{0}' has extension '{1}' that is not valid. The valid extension is {2}."
  3733. /// </summary>
  3734. internal static string InvalidFileExtension(object p0, object p1, object p2)
  3735. {
  3736. return EntityRes.GetString(EntityRes.InvalidFileExtension, p0, p1, p2);
  3737. }
  3738. /// <summary>
  3739. /// A string like "The type '{0}' that is being loaded conflicts with the type '{1}' that is already loaded because they have the same namespace and name."
  3740. /// </summary>
  3741. internal static string NewTypeConflictsWithExistingType(object p0, object p1)
  3742. {
  3743. return EntityRes.GetString(EntityRes.NewTypeConflictsWithExistingType, p0, p1);
  3744. }
  3745. /// <summary>
  3746. /// A string like "At least one of the input paths is not valid because either it is too long or it has incorrect format."
  3747. /// </summary>
  3748. internal static string NotValidInputPath
  3749. {
  3750. get { return EntityRes.GetString(EntityRes.NotValidInputPath); }
  3751. }
  3752. /// <summary>
  3753. /// A string like "Unable to determine application context. The ASP.NET application path could not be resolved."
  3754. /// </summary>
  3755. internal static string UnableToDetermineApplicationContext
  3756. {
  3757. get { return EntityRes.GetString(EntityRes.UnableToDetermineApplicationContext); }
  3758. }
  3759. /// <summary>
  3760. /// A string like "The wildcard assembly enumerator function returned null."
  3761. /// </summary>
  3762. internal static string WildcardEnumeratorReturnedNull
  3763. {
  3764. get { return EntityRes.GetString(EntityRes.WildcardEnumeratorReturnedNull); }
  3765. }
  3766. /// <summary>
  3767. /// A string like "'{0}' is only valid in metadata file paths when running inside ASP.NET."
  3768. /// </summary>
  3769. internal static string InvalidUseOfWebPath(object p0)
  3770. {
  3771. return EntityRes.GetString(EntityRes.InvalidUseOfWebPath, p0);
  3772. }
  3773. /// <summary>
  3774. /// A string like "Unable to find type '{0}' in assembly '{1}'."
  3775. /// </summary>
  3776. internal static string UnableToFindReflectedType(object p0, object p1)
  3777. {
  3778. return EntityRes.GetString(EntityRes.UnableToFindReflectedType, p0, p1);
  3779. }
  3780. /// <summary>
  3781. /// A string like "The assembly '{0}' specified does not exist in the assemblies enumeration."
  3782. /// </summary>
  3783. internal static string AssemblyMissingFromAssembliesToConsider(object p0)
  3784. {
  3785. return EntityRes.GetString(EntityRes.AssemblyMissingFromAssembliesToConsider, p0);
  3786. }
  3787. /// <summary>
  3788. /// A string like "Unable to load the specified metadata resource."
  3789. /// </summary>
  3790. internal static string UnableToLoadResource
  3791. {
  3792. get { return EntityRes.GetString(EntityRes.UnableToLoadResource); }
  3793. }
  3794. /// <summary>
  3795. /// A string like "The EDMVersion of the item collection {0} is not an EDMVersion that the runtime supports. The supported versions are {1}."
  3796. /// </summary>
  3797. internal static string EdmVersionNotSupportedByRuntime(object p0, object p1)
  3798. {
  3799. return EntityRes.GetString(EntityRes.EdmVersionNotSupportedByRuntime, p0, p1);
  3800. }
  3801. /// <summary>
  3802. /// A string like "At least one SSDL artifact is required for creating StoreItemCollection."
  3803. /// </summary>
  3804. internal static string AtleastOneSSDLNeeded
  3805. {
  3806. get { return EntityRes.GetString(EntityRes.AtleastOneSSDLNeeded); }
  3807. }
  3808. /// <summary>
  3809. /// A string like "The specified metadata path is not valid. A valid path must be either an existing directory, an existing file with extension '.csdl', '.ssdl', or '.msl', or a URI that identifies an embedded resource."
  3810. /// </summary>
  3811. internal static string InvalidMetadataPath
  3812. {
  3813. get { return EntityRes.GetString(EntityRes.InvalidMetadataPath); }
  3814. }
  3815. /// <summary>
  3816. /// A string like "Unable to resolve assembly '{0}'."
  3817. /// </summary>
  3818. internal static string UnableToResolveAssembly(object p0)
  3819. {
  3820. return EntityRes.GetString(EntityRes.UnableToResolveAssembly, p0);
  3821. }
  3822. /// <summary>
  3823. /// A string like "The parameters of Function '{0}' are converted to conceptual side type '{1}', and the function with the same conceptual side type parameters already exists. Please make sure that function overloads are not ambiguous."
  3824. /// </summary>
  3825. internal static string DuplicatedFunctionoverloads(object p0, object p1)
  3826. {
  3827. return EntityRes.GetString(EntityRes.DuplicatedFunctionoverloads, p0, p1);
  3828. }
  3829. /// <summary>
  3830. /// A string like "The EntitySet '{0}' that was passed in does not belong to the conceptual model."
  3831. /// </summary>
  3832. internal static string EntitySetNotInCSPace(object p0)
  3833. {
  3834. return EntityRes.GetString(EntityRes.EntitySetNotInCSPace, p0);
  3835. }
  3836. /// <summary>
  3837. /// A string like "The type '{0}' specified is not the declared type '{1}' or a derivation of the type of the EntitySet '{2}'."
  3838. /// </summary>
  3839. internal static string TypeNotInEntitySet(object p0, object p1, object p2)
  3840. {
  3841. return EntityRes.GetString(EntityRes.TypeNotInEntitySet, p0, p1, p2);
  3842. }
  3843. /// <summary>
  3844. /// A string like "The type '{0}' specified is not the declared type '{1}' or a derivation of the type of the AssociationSet '{2}'."
  3845. /// </summary>
  3846. internal static string TypeNotInAssociationSet(object p0, object p1, object p2)
  3847. {
  3848. return EntityRes.GetString(EntityRes.TypeNotInAssociationSet, p0, p1, p2);
  3849. }
  3850. /// <summary>
  3851. /// A string like "The {0} could not be registered with the MetadataWorkspace because its version ('{1}') is different from the version ('{2}') already associated with the MetadataWorkspace."
  3852. /// </summary>
  3853. internal static string DifferentSchemaVersionInCollection(object p0, object p1, object p2)
  3854. {
  3855. return EntityRes.GetString(EntityRes.DifferentSchemaVersionInCollection, p0, p1, p2);
  3856. }
  3857. /// <summary>
  3858. /// A string like "ItemCollection is not valid. For '{0}' space, the CollectionType should be MappingItemCollection."
  3859. /// </summary>
  3860. internal static string InvalidCollectionForMapping(object p0)
  3861. {
  3862. return EntityRes.GetString(EntityRes.InvalidCollectionForMapping, p0);
  3863. }
  3864. /// <summary>
  3865. /// A string like "Entity connections are not supported; only storage connections are supported."
  3866. /// </summary>
  3867. internal static string OnlyStoreConnectionsSupported
  3868. {
  3869. get { return EntityRes.GetString(EntityRes.OnlyStoreConnectionsSupported); }
  3870. }
  3871. /// <summary>
  3872. /// A string like "Argument '{0}' is not valid. A minimum of one .ssdl artifact must be supplied. "
  3873. /// </summary>
  3874. internal static string StoreItemCollectionMustHaveOneArtifact(object p0)
  3875. {
  3876. return EntityRes.GetString(EntityRes.StoreItemCollectionMustHaveOneArtifact, p0);
  3877. }
  3878. /// <summary>
  3879. /// A string like "Argument '{0}' is not valid. The set contains a null value."
  3880. /// </summary>
  3881. internal static string CheckArgumentContainsNullFailed(object p0)
  3882. {
  3883. return EntityRes.GetString(EntityRes.CheckArgumentContainsNullFailed, p0);
  3884. }
  3885. /// <summary>
  3886. /// A string like "The RelationshipSet with the specified name '{0}' does not exist in the EntityContainer."
  3887. /// </summary>
  3888. internal static string InvalidRelationshipSetName(object p0)
  3889. {
  3890. return EntityRes.GetString(EntityRes.InvalidRelationshipSetName, p0);
  3891. }
  3892. /// <summary>
  3893. /// A string like "The EntitySet with the specified name '{0}' does not exist in the EntityContainer."
  3894. /// </summary>
  3895. internal static string InvalidEntitySetName(object p0)
  3896. {
  3897. return EntityRes.GetString(EntityRes.InvalidEntitySetName, p0);
  3898. }
  3899. /// <summary>
  3900. /// A string like "The member with identity '{0}' does not exist in the metadata collection."
  3901. /// </summary>
  3902. internal static string ItemInvalidIdentity(object p0)
  3903. {
  3904. return EntityRes.GetString(EntityRes.ItemInvalidIdentity, p0);
  3905. }
  3906. /// <summary>
  3907. /// A string like "The item with identity '{0}' already exists in the metadata collection."
  3908. /// </summary>
  3909. internal static string ItemDuplicateIdentity(object p0)
  3910. {
  3911. return EntityRes.GetString(EntityRes.ItemDuplicateIdentity, p0);
  3912. }
  3913. /// <summary>
  3914. /// A string like "The PrimitiveType is not a string type."
  3915. /// </summary>
  3916. internal static string NotStringTypeForTypeUsage
  3917. {
  3918. get { return EntityRes.GetString(EntityRes.NotStringTypeForTypeUsage); }
  3919. }
  3920. /// <summary>
  3921. /// A string like "The PrimitiveType is not a binary type."
  3922. /// </summary>
  3923. internal static string NotBinaryTypeForTypeUsage
  3924. {
  3925. get { return EntityRes.GetString(EntityRes.NotBinaryTypeForTypeUsage); }
  3926. }
  3927. /// <summary>
  3928. /// A string like "The PrimitiveType is not a DateTime type."
  3929. /// </summary>
  3930. internal static string NotDateTimeTypeForTypeUsage
  3931. {
  3932. get { return EntityRes.GetString(EntityRes.NotDateTimeTypeForTypeUsage); }
  3933. }
  3934. /// <summary>
  3935. /// A string like "The given primitive type is not a DateTimeOffset type."
  3936. /// </summary>
  3937. internal static string NotDateTimeOffsetTypeForTypeUsage
  3938. {
  3939. get { return EntityRes.GetString(EntityRes.NotDateTimeOffsetTypeForTypeUsage); }
  3940. }
  3941. /// <summary>
  3942. /// A string like "The given primitive type is not a Time type."
  3943. /// </summary>
  3944. internal static string NotTimeTypeForTypeUsage
  3945. {
  3946. get { return EntityRes.GetString(EntityRes.NotTimeTypeForTypeUsage); }
  3947. }
  3948. /// <summary>
  3949. /// A string like "The PrimitiveType is not a Decimal type."
  3950. /// </summary>
  3951. internal static string NotDecimalTypeForTypeUsage
  3952. {
  3953. get { return EntityRes.GetString(EntityRes.NotDecimalTypeForTypeUsage); }
  3954. }
  3955. /// <summary>
  3956. /// A string like "Destination array was not long enough. Check arrayIndex and length, and the array's lower bounds."
  3957. /// </summary>
  3958. internal static string ArrayTooSmall
  3959. {
  3960. get { return EntityRes.GetString(EntityRes.ArrayTooSmall); }
  3961. }
  3962. /// <summary>
  3963. /// A string like "More than one item in the metadata collection match the identity '{0}'."
  3964. /// </summary>
  3965. internal static string MoreThanOneItemMatchesIdentity(object p0)
  3966. {
  3967. return EntityRes.GetString(EntityRes.MoreThanOneItemMatchesIdentity, p0);
  3968. }
  3969. /// <summary>
  3970. /// A string like "Missing default value for '{0}' in type '{1}'. Default value must be specified because the '{0}' is specified as constant."
  3971. /// </summary>
  3972. internal static string MissingDefaultValueForConstantFacet(object p0, object p1)
  3973. {
  3974. return EntityRes.GetString(EntityRes.MissingDefaultValueForConstantFacet, p0, p1);
  3975. }
  3976. /// <summary>
  3977. /// A string like "Minimum and maximum value must not be specified for '{0}' in type '{1}' since '{0}' is specified as constant."
  3978. /// </summary>
  3979. internal static string MinAndMaxValueMustBeSameForConstantFacet(object p0, object p1)
  3980. {
  3981. return EntityRes.GetString(EntityRes.MinAndMaxValueMustBeSameForConstantFacet, p0, p1);
  3982. }
  3983. /// <summary>
  3984. /// A string like "Both minimum and maximum values must be provided for '{0}' in type '{1}' since '{0}' is not specified as a constant."
  3985. /// </summary>
  3986. internal static string BothMinAndMaxValueMustBeSpecifiedForNonConstantFacet(object p0, object p1)
  3987. {
  3988. return EntityRes.GetString(EntityRes.BothMinAndMaxValueMustBeSpecifiedForNonConstantFacet, p0, p1);
  3989. }
  3990. /// <summary>
  3991. /// A string like "Minimum and maximum values cannot be identical for '{0}' in type '{1}' because '{0}' is not specified as constant."
  3992. /// </summary>
  3993. internal static string MinAndMaxValueMustBeDifferentForNonConstantFacet(object p0, object p1)
  3994. {
  3995. return EntityRes.GetString(EntityRes.MinAndMaxValueMustBeDifferentForNonConstantFacet, p0, p1);
  3996. }
  3997. /// <summary>
  3998. /// A string like "Minimum and maximum values must be greater than or equal to zero for '{0}' in type '{1}'."
  3999. /// </summary>
  4000. internal static string MinAndMaxMustBePositive(object p0, object p1)
  4001. {
  4002. return EntityRes.GetString(EntityRes.MinAndMaxMustBePositive, p0, p1);
  4003. }
  4004. /// <summary>
  4005. /// A string like "Minimum value '{0}' specified for '{1}' in type '{2} is not valid. Minimum value must be always less than the maximum value."
  4006. /// </summary>
  4007. internal static string MinMustBeLessThanMax(object p0, object p1, object p2)
  4008. {
  4009. return EntityRes.GetString(EntityRes.MinMustBeLessThanMax, p0, p1, p2);
  4010. }
  4011. /// <summary>
  4012. /// A string like "Both Ends on the EdmRelationshipAttribute for relationship '{0}' have the same Role name '{1}'. The ends of a relationship type must have different Role names."
  4013. /// </summary>
  4014. internal static string SameRoleNameOnRelationshipAttribute(object p0, object p1)
  4015. {
  4016. return EntityRes.GetString(EntityRes.SameRoleNameOnRelationshipAttribute, p0, p1);
  4017. }
  4018. /// <summary>
  4019. /// A string like "The property for the relationship '{0}' contains a Role '{1}' has a type '{2}' that is not valid for a relationship End. Change the End Role to an EntityType."
  4020. /// </summary>
  4021. internal static string RoleTypeInEdmRelationshipAttributeIsInvalidType(object p0, object p1, object p2)
  4022. {
  4023. return EntityRes.GetString(EntityRes.RoleTypeInEdmRelationshipAttributeIsInvalidType, p0, p1, p2);
  4024. }
  4025. /// <summary>
  4026. /// A string like "EdmRelationshipNavigationPropertyAttribute for RelationshipType '{3}' on NavigationProperty '{0}' in EntityType '{1}' has a TargetRole name '{2}' that is not valid. Make sure that TargetRole name is a valid name. "
  4027. /// </summary>
  4028. internal static string TargetRoleNameInNavigationPropertyNotValid(object p0, object p1, object p2, object p3)
  4029. {
  4030. return EntityRes.GetString(EntityRes.TargetRoleNameInNavigationPropertyNotValid, p0, p1, p2, p3);
  4031. }
  4032. /// <summary>
  4033. /// A string like "EdmRelationshipNavigationPropertyAttribute on NavigationProperty '{0}' in EntityType '{1}' has a RelationshipName '{2}' that is not valid. Make sure the RelationshipName is valid."
  4034. /// </summary>
  4035. internal static string RelationshipNameInNavigationPropertyNotValid(object p0, object p1, object p2)
  4036. {
  4037. return EntityRes.GetString(EntityRes.RelationshipNameInNavigationPropertyNotValid, p0, p1, p2);
  4038. }
  4039. /// <summary>
  4040. /// A string like "Type '{0}' in Assembly '{1}' is a nested class. Nested classes are not supported."
  4041. /// </summary>
  4042. internal static string NestedClassNotSupported(object p0, object p1)
  4043. {
  4044. return EntityRes.GetString(EntityRes.NestedClassNotSupported, p0, p1);
  4045. }
  4046. /// <summary>
  4047. /// A string like "The EdmRelationshipAttribute for the relationship '{1}' has a null parameter '{0}'."
  4048. /// </summary>
  4049. internal static string NullParameterForEdmRelationshipAttribute(object p0, object p1)
  4050. {
  4051. return EntityRes.GetString(EntityRes.NullParameterForEdmRelationshipAttribute, p0, p1);
  4052. }
  4053. /// <summary>
  4054. /// A string like "The RelationshipName parameter of an EdmRelationshipAttribute in the assembly '{0}' is null."
  4055. /// </summary>
  4056. internal static string NullRelationshipNameforEdmRelationshipAttribute(object p0)
  4057. {
  4058. return EntityRes.GetString(EntityRes.NullRelationshipNameforEdmRelationshipAttribute, p0);
  4059. }
  4060. /// <summary>
  4061. /// A string like "The EntityType '{0}' that the NavigationProperty '{1}' is declared on is not the same type '{4}' referred by the end '{3}' of the RelationshipType '{2}' that this NavigationProperty represents."
  4062. /// </summary>
  4063. internal static string NavigationPropertyRelationshipEndTypeMismatch(object p0, object p1, object p2, object p3, object p4)
  4064. {
  4065. return EntityRes.GetString(EntityRes.NavigationPropertyRelationshipEndTypeMismatch, p0, p1, p2, p3, p4);
  4066. }
  4067. /// <summary>
  4068. /// A string like "All SSDL artifacts must target the same provider. The Provider '{0}' is different from '{1}' that was encountered earlier."
  4069. /// </summary>
  4070. internal static string AllArtifactsMustTargetSameProvider_InvariantName(object p0, object p1)
  4071. {
  4072. return EntityRes.GetString(EntityRes.AllArtifactsMustTargetSameProvider_InvariantName, p0, p1);
  4073. }
  4074. /// <summary>
  4075. /// A string like "All SSDL artifacts must target the same provider. The ProviderManifestToken '{0}' is different from '{1}' that was encountered earlier."
  4076. /// </summary>
  4077. internal static string AllArtifactsMustTargetSameProvider_ManifestToken(object p0, object p1)
  4078. {
  4079. return EntityRes.GetString(EntityRes.AllArtifactsMustTargetSameProvider_ManifestToken, p0, p1);
  4080. }
  4081. /// <summary>
  4082. /// A string like "The storage provider manifest could not be obtained."
  4083. /// </summary>
  4084. internal static string ProviderManifestTokenNotFound
  4085. {
  4086. get { return EntityRes.GetString(EntityRes.ProviderManifestTokenNotFound); }
  4087. }
  4088. /// <summary>
  4089. /// A string like "Could not retrieve the provider manifest."
  4090. /// </summary>
  4091. internal static string FailedToRetrieveProviderManifest
  4092. {
  4093. get { return EntityRes.GetString(EntityRes.FailedToRetrieveProviderManifest); }
  4094. }
  4095. /// <summary>
  4096. /// A string like "MaxLength must be greater than zero."
  4097. /// </summary>
  4098. internal static string InvalidMaxLengthSize
  4099. {
  4100. get { return EntityRes.GetString(EntityRes.InvalidMaxLengthSize); }
  4101. }
  4102. /// <summary>
  4103. /// A string like "The argument to the function must be a conceptual schema type."
  4104. /// </summary>
  4105. internal static string ArgumentMustBeCSpaceType
  4106. {
  4107. get { return EntityRes.GetString(EntityRes.ArgumentMustBeCSpaceType); }
  4108. }
  4109. /// <summary>
  4110. /// A string like "The argument to the function must be an CLR type."
  4111. /// </summary>
  4112. internal static string ArgumentMustBeOSpaceType
  4113. {
  4114. get { return EntityRes.GetString(EntityRes.ArgumentMustBeOSpaceType); }
  4115. }
  4116. /// <summary>
  4117. /// A string like "Could not find the CLR type for '{0}'."
  4118. /// </summary>
  4119. internal static string FailedToFindOSpaceTypeMapping(object p0)
  4120. {
  4121. return EntityRes.GetString(EntityRes.FailedToFindOSpaceTypeMapping, p0);
  4122. }
  4123. /// <summary>
  4124. /// A string like "Could not find the conceptual model type for '{0}'."
  4125. /// </summary>
  4126. internal static string FailedToFindCSpaceTypeMapping(object p0)
  4127. {
  4128. return EntityRes.GetString(EntityRes.FailedToFindCSpaceTypeMapping, p0);
  4129. }
  4130. /// <summary>
  4131. /// A string like "Could not find the CLR type for '{0}'."
  4132. /// </summary>
  4133. internal static string FailedToFindClrTypeMapping(object p0)
  4134. {
  4135. return EntityRes.GetString(EntityRes.FailedToFindClrTypeMapping, p0);
  4136. }
  4137. /// <summary>
  4138. /// A string like "EdmComplexTypeAttribute and EdmEntityTypeAttribute can not be used on the generic type '{0}'."
  4139. /// </summary>
  4140. internal static string GenericTypeNotSupported(object p0)
  4141. {
  4142. return EntityRes.GetString(EntityRes.GenericTypeNotSupported, p0);
  4143. }
  4144. /// <summary>
  4145. /// A string like "The EDM version {0} is not supported by the runtime."
  4146. /// </summary>
  4147. internal static string InvalidEDMVersion(object p0)
  4148. {
  4149. return EntityRes.GetString(EntityRes.InvalidEDMVersion, p0);
  4150. }
  4151. /// <summary>
  4152. /// A string like ""Mapping not valid error""
  4153. /// </summary>
  4154. internal static string Mapping_General_Error
  4155. {
  4156. get { return EntityRes.GetString(EntityRes.Mapping_General_Error); }
  4157. }
  4158. /// <summary>
  4159. /// A string like "Content in MSL is not valid."
  4160. /// </summary>
  4161. internal static string Mapping_InvalidContent_General
  4162. {
  4163. get { return EntityRes.GetString(EntityRes.Mapping_InvalidContent_General); }
  4164. }
  4165. /// <summary>
  4166. /// A string like "The EntityContainer '{0}' for the conceptual model specified as part of this MSL does not exist in MetadataWorkspace."
  4167. /// </summary>
  4168. internal static string Mapping_InvalidContent_EntityContainer(object p0)
  4169. {
  4170. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_EntityContainer, p0);
  4171. }
  4172. /// <summary>
  4173. /// A string like "The EntityContainer '{0}' for the storage model specified as part of this MSL does not exist in MetadataWorkspace."
  4174. /// </summary>
  4175. internal static string Mapping_InvalidContent_StorageEntityContainer(object p0)
  4176. {
  4177. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_StorageEntityContainer, p0);
  4178. }
  4179. /// <summary>
  4180. /// A string like "The EntityContainer '{0}' for the storage model has already been mapped."
  4181. /// </summary>
  4182. internal static string Mapping_AlreadyMapped_StorageEntityContainer(object p0)
  4183. {
  4184. return EntityRes.GetString(EntityRes.Mapping_AlreadyMapped_StorageEntityContainer, p0);
  4185. }
  4186. /// <summary>
  4187. /// A string like "The EntitySet '{0}' specified as part of this MSL does not exist in MetadataWorkspace."
  4188. /// </summary>
  4189. internal static string Mapping_InvalidContent_Entity_Set(object p0)
  4190. {
  4191. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Entity_Set, p0);
  4192. }
  4193. /// <summary>
  4194. /// A string like "The EntityType '{0}' specified as part of this MSL does not exist in MetadataWorkspace."
  4195. /// </summary>
  4196. internal static string Mapping_InvalidContent_Entity_Type(object p0)
  4197. {
  4198. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Entity_Type, p0);
  4199. }
  4200. /// <summary>
  4201. /// A string like "The EntityType '{0}' is Abstract and cannot be mapped using Function Mapping."
  4202. /// </summary>
  4203. internal static string Mapping_InvalidContent_AbstractEntity_FunctionMapping(object p0)
  4204. {
  4205. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_AbstractEntity_FunctionMapping, p0);
  4206. }
  4207. /// <summary>
  4208. /// A string like "The EntityType '{0}' is Abstract and can be mapped only using IsTypeOf."
  4209. /// </summary>
  4210. internal static string Mapping_InvalidContent_AbstractEntity_Type(object p0)
  4211. {
  4212. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_AbstractEntity_Type, p0);
  4213. }
  4214. /// <summary>
  4215. /// A string like "The EntityType '{0}' used in IsTypeOf does not have any concrete descendants."
  4216. /// </summary>
  4217. internal static string Mapping_InvalidContent_AbstractEntity_IsOfType(object p0)
  4218. {
  4219. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_AbstractEntity_IsOfType, p0);
  4220. }
  4221. /// <summary>
  4222. /// A string like "The EntityType '{0}' specified is not the declared type '{1}' or a derivation of the type of the EntitySet '{2}'."
  4223. /// </summary>
  4224. internal static string Mapping_InvalidContent_Entity_Type_For_Entity_Set(object p0, object p1, object p2)
  4225. {
  4226. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Entity_Type_For_Entity_Set, p0, p1, p2);
  4227. }
  4228. /// <summary>
  4229. /// A string like "The AssociationType '{0}' specified is not the declared type '{1}' of the AssociationSet '{2}'."
  4230. /// </summary>
  4231. internal static string Mapping_Invalid_Association_Type_For_Association_Set(object p0, object p1, object p2)
  4232. {
  4233. return EntityRes.GetString(EntityRes.Mapping_Invalid_Association_Type_For_Association_Set, p0, p1, p2);
  4234. }
  4235. /// <summary>
  4236. /// A string like "The Table '{0}' specified as part of this MSL does not exist in MetadataWorkspace."
  4237. /// </summary>
  4238. internal static string Mapping_InvalidContent_Table(object p0)
  4239. {
  4240. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Table, p0);
  4241. }
  4242. /// <summary>
  4243. /// A string like "The Complex Type '{0}' specified as part of this MSL does not exist in MetadataWorkspace."
  4244. /// </summary>
  4245. internal static string Mapping_InvalidContent_Complex_Type(object p0)
  4246. {
  4247. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Complex_Type, p0);
  4248. }
  4249. /// <summary>
  4250. /// A string like "The AssociationSet '{0}' specified as part of this MSL does not exist in MetadataWorkspace."
  4251. /// </summary>
  4252. internal static string Mapping_InvalidContent_Association_Set(object p0)
  4253. {
  4254. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Association_Set, p0);
  4255. }
  4256. /// <summary>
  4257. /// A string like "The AssociationSet '{0}' cannot have a Condition because it does not provide maps for the End elements."
  4258. /// </summary>
  4259. internal static string Mapping_InvalidContent_AssociationSet_Condition(object p0)
  4260. {
  4261. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_AssociationSet_Condition, p0);
  4262. }
  4263. /// <summary>
  4264. /// A string like "AssociationType '{0}' has a referential integrity constraint and cannot be mapped."
  4265. /// </summary>
  4266. internal static string Mapping_InvalidContent_ForeignKey_Association_Set(object p0)
  4267. {
  4268. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_ForeignKey_Association_Set, p0);
  4269. }
  4270. /// <summary>
  4271. /// A string like "AssociationType '{0}' has a primary key to primary key referential integrity constraint. Any mappings for it will be ignored."
  4272. /// </summary>
  4273. internal static string Mapping_InvalidContent_ForeignKey_Association_Set_PKtoPK(object p0)
  4274. {
  4275. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_ForeignKey_Association_Set_PKtoPK, p0);
  4276. }
  4277. /// <summary>
  4278. /// A string like "The AssociationType '{0}' specified as part of this MSL does not exist in MetadataWorkspace."
  4279. /// </summary>
  4280. internal static string Mapping_InvalidContent_Association_Type(object p0)
  4281. {
  4282. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Association_Type, p0);
  4283. }
  4284. /// <summary>
  4285. /// A string like "The property '{0}' is not a key member of the EntityType. Only key members can be mapped as part of the EndProperty mapping."
  4286. /// </summary>
  4287. internal static string Mapping_InvalidContent_EndProperty(object p0)
  4288. {
  4289. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_EndProperty, p0);
  4290. }
  4291. /// <summary>
  4292. /// A string like "AssociationType Name should be specified when providing a function mapping or End property mapping."
  4293. /// </summary>
  4294. internal static string Mapping_InvalidContent_Association_Type_Empty
  4295. {
  4296. get { return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Association_Type_Empty); }
  4297. }
  4298. /// <summary>
  4299. /// A string like "A table mapping element is expected but not present."
  4300. /// </summary>
  4301. internal static string Mapping_InvalidContent_Table_Expected
  4302. {
  4303. get { return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Table_Expected); }
  4304. }
  4305. /// <summary>
  4306. /// A string like "Content not valid. The conceptual side Member or Property '{0}' specified as part of this MSL does not exist in MetadataWorkspace."
  4307. /// </summary>
  4308. internal static string Mapping_InvalidContent_Cdm_Member(object p0)
  4309. {
  4310. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Cdm_Member, p0);
  4311. }
  4312. /// <summary>
  4313. /// A string like "The Column '{0}' specified as part of this MSL does not exist in MetadataWorkspace."
  4314. /// </summary>
  4315. internal static string Mapping_InvalidContent_Column(object p0)
  4316. {
  4317. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Column, p0);
  4318. }
  4319. /// <summary>
  4320. /// A string like "The End property '{0}' specified as part of this MSL does not exist in MetadataWorkspace."
  4321. /// </summary>
  4322. internal static string Mapping_InvalidContent_End(object p0)
  4323. {
  4324. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_End, p0);
  4325. }
  4326. /// <summary>
  4327. /// A string like "Expecting only EntitySetMapping, AssociationSetMapping, or FunctionImportMapping elements."
  4328. /// </summary>
  4329. internal static string Mapping_InvalidContent_Container_SubElement
  4330. {
  4331. get { return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Container_SubElement); }
  4332. }
  4333. /// <summary>
  4334. /// A string like "The conceptual side Member or Property '{0}' has multiple mappings specified as part of the same mapping fragment."
  4335. /// </summary>
  4336. internal static string Mapping_InvalidContent_Duplicate_Cdm_Member(object p0)
  4337. {
  4338. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Duplicate_Cdm_Member, p0);
  4339. }
  4340. /// <summary>
  4341. /// A string like "The Member or Property '{0}' has multiple conditions specified as part of the same mapping fragment."
  4342. /// </summary>
  4343. internal static string Mapping_InvalidContent_Duplicate_Condition_Member(object p0)
  4344. {
  4345. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Duplicate_Condition_Member, p0);
  4346. }
  4347. /// <summary>
  4348. /// A string like "Both conceptual model and column members cannot be specified for condition mapping."
  4349. /// </summary>
  4350. internal static string Mapping_InvalidContent_ConditionMapping_Both_Members
  4351. {
  4352. get { return EntityRes.GetString(EntityRes.Mapping_InvalidContent_ConditionMapping_Both_Members); }
  4353. }
  4354. /// <summary>
  4355. /// A string like "Either conceptual model or Column Members must be specified for condition mapping."
  4356. /// </summary>
  4357. internal static string Mapping_InvalidContent_ConditionMapping_Either_Members
  4358. {
  4359. get { return EntityRes.GetString(EntityRes.Mapping_InvalidContent_ConditionMapping_Either_Members); }
  4360. }
  4361. /// <summary>
  4362. /// A string like "Both Value and IsNull attributes cannot be specified for condition mapping."
  4363. /// </summary>
  4364. internal static string Mapping_InvalidContent_ConditionMapping_Both_Values
  4365. {
  4366. get { return EntityRes.GetString(EntityRes.Mapping_InvalidContent_ConditionMapping_Both_Values); }
  4367. }
  4368. /// <summary>
  4369. /// A string like "Either Value or IsNullAttribute has to be specified for condition mapping."
  4370. /// </summary>
  4371. internal static string Mapping_InvalidContent_ConditionMapping_Either_Values
  4372. {
  4373. get { return EntityRes.GetString(EntityRes.Mapping_InvalidContent_ConditionMapping_Either_Values); }
  4374. }
  4375. /// <summary>
  4376. /// A string like "Conditions are not supported on complex-valued members."
  4377. /// </summary>
  4378. internal static string Mapping_InvalidContent_ConditionMapping_NonScalar
  4379. {
  4380. get { return EntityRes.GetString(EntityRes.Mapping_InvalidContent_ConditionMapping_NonScalar); }
  4381. }
  4382. /// <summary>
  4383. /// A string like "Condition can not be specified on values of member '{0}'. Value conditions are not supported for type '{1}'."
  4384. /// </summary>
  4385. internal static string Mapping_InvalidContent_ConditionMapping_InvalidPrimitiveTypeKind(object p0, object p1)
  4386. {
  4387. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_ConditionMapping_InvalidPrimitiveTypeKind, p0, p1);
  4388. }
  4389. /// <summary>
  4390. /// A string like "Member '{0}' specified in Condition does not exist."
  4391. /// </summary>
  4392. internal static string Mapping_InvalidContent_ConditionMapping_InvalidMember(object p0)
  4393. {
  4394. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_ConditionMapping_InvalidMember, p0);
  4395. }
  4396. /// <summary>
  4397. /// A string like "Condition cannot be specified for Column member '{0}' because it is marked with a 'Computed' or 'Identity' StoreGeneratedPattern."
  4398. /// </summary>
  4399. internal static string Mapping_InvalidContent_ConditionMapping_Computed(object p0)
  4400. {
  4401. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_ConditionMapping_Computed, p0);
  4402. }
  4403. /// <summary>
  4404. /// A string like "At least one property must be mapped in the set mapping for '{0}'."
  4405. /// </summary>
  4406. internal static string Mapping_InvalidContent_Emtpty_SetMap(object p0)
  4407. {
  4408. return EntityRes.GetString(EntityRes.Mapping_InvalidContent_Emtpty_SetMap, p0);
  4409. }
  4410. /// <summary>
  4411. /// A string like "Only EntityTypeMapping and QueryView elements are allowed when the EntityType name is not specified on the EntitySetMapping."
  4412. /// </summary>
  4413. internal static string Mapping_InvalidContent_TypeMapping_QueryView
  4414. {
  4415. get { return EntityRes.GetString(EntityRes.Mapping_InvalidContent_TypeMapping_QueryView); }
  4416. }
  4417. /// <summary>
  4418. /// A string like "The Member '{0}' in the conceptual model type '{1}' is not present in the CLR type '{2}'."
  4419. /// </summary>
  4420. internal static string Mapping_Default_OCMapping_Clr_Member(object p0, object p1, object p2)
  4421. {
  4422. return EntityRes.GetString(EntityRes.Mapping_Default_OCMapping_Clr_Member, p0, p1, p2);
  4423. }
  4424. /// <summary>
  4425. /// A string like "The Member '{0}' in the CLR type '{1}' is not present in the conceptual model type '{2}'."
  4426. /// </summary>
  4427. internal static string Mapping_Default_OCMapping_Clr_Member2(object p0, object p1, object p2)
  4428. {
  4429. return EntityRes.GetString(EntityRes.Mapping_Default_OCMapping_Clr_Member2, p0, p1, p2);
  4430. }
  4431. /// <summary>
  4432. /// A string like "The type '{0}' of the member '{1}' in the conceptual side type '{2}' does not match with the type '{3}' of the member '{4}' on the object side type '{5}'."
  4433. /// </summary>
  4434. internal static string Mapping_Default_OCMapping_Invalid_MemberType(object p0, object p1, object p2, object p3, object p4, object p5)
  4435. {
  4436. return EntityRes.GetString(EntityRes.Mapping_Default_OCMapping_Invalid_MemberType, p0, p1, p2, p3, p4, p5);
  4437. }
  4438. /// <summary>
  4439. /// A string like "The '{0}' property on the conceptual model type '{1}' is of type '{2}'. The property '{3}' on the CLR type '{4}' is of type '{5}'. The property types must match."
  4440. /// </summary>
  4441. internal static string Mapping_Default_OCMapping_MemberKind_Mismatch(object p0, object p1, object p2, object p3, object p4, object p5)
  4442. {
  4443. return EntityRes.GetString(EntityRes.Mapping_Default_OCMapping_MemberKind_Mismatch, p0, p1, p2, p3, p4, p5);
  4444. }
  4445. /// <summary>
  4446. /// A string like "The multiplicity '{0}' on End '{1}' in the conceptual side Association '{2}' doesn't match with multiplicity '{3}' on end '{4}' on the object side Association '{5}'."
  4447. /// </summary>
  4448. internal static string Mapping_Default_OCMapping_MultiplicityMismatch(object p0, object p1, object p2, object p3, object p4, object p5)
  4449. {
  4450. return EntityRes.GetString(EntityRes.Mapping_Default_OCMapping_MultiplicityMismatch, p0, p1, p2, p3, p4, p5);
  4451. }
  4452. /// <summary>
  4453. /// A string like "The number of members in the conceptual type '{0}' does not match with the number of members on the object side type '{1}'. Make sure the number of members are the same."
  4454. /// </summary>
  4455. internal static string Mapping_Default_OCMapping_Member_Count_Mismatch(object p0, object p1)
  4456. {
  4457. return EntityRes.GetString(EntityRes.Mapping_Default_OCMapping_Member_Count_Mismatch, p0, p1);
  4458. }
  4459. /// <summary>
  4460. /// A string like "The type '{0}'('{1}') of the member '{2}' in the conceptual type '{3}' doesn't match with the type '{4}'('{5}') of the member '{6}' on the object side type '{7}'."
  4461. /// </summary>
  4462. internal static string Mapping_Default_OCMapping_Member_Type_Mismatch(object p0, object p1, object p2, object p3, object p4, object p5, object p6, object p7)
  4463. {
  4464. return EntityRes.GetString(EntityRes.Mapping_Default_OCMapping_Member_Type_Mismatch, p0, p1, p2, p3, p4, p5, p6, p7);
  4465. }
  4466. /// <summary>
  4467. /// A string like "The underlying type '{0}' of the enumeration type '{1}' defined in the conceptual model does not match the underlying type '{2}' of the enumeration type '{3}' defined in the object layer."
  4468. /// </summary>
  4469. internal static string Mapping_Enum_OCMapping_UnderlyingTypesMismatch(object p0, object p1, object p2, object p3)
  4470. {
  4471. return EntityRes.GetString(EntityRes.Mapping_Enum_OCMapping_UnderlyingTypesMismatch, p0, p1, p2, p3);
  4472. }
  4473. /// <summary>
  4474. /// A string like "The enumeration type '{0}' defined in the object layer does not have a member that corresponds to the member '{1}' whose value is '{2}' of the enumeration type '{3}' defined in the conceptual model."
  4475. /// </summary>
  4476. internal static string Mapping_Enum_OCMapping_MemberMismatch(object p0, object p1, object p2, object p3)
  4477. {
  4478. return EntityRes.GetString(EntityRes.Mapping_Enum_OCMapping_MemberMismatch, p0, p1, p2, p3);
  4479. }
  4480. /// <summary>
  4481. /// A string like "The mapping for EntityContainer '{0}' was not found in Workspace."
  4482. /// </summary>
  4483. internal static string Mapping_NotFound_EntityContainer(object p0)
  4484. {
  4485. return EntityRes.GetString(EntityRes.Mapping_NotFound_EntityContainer, p0);
  4486. }
  4487. /// <summary>
  4488. /// A string like "The conceptual AssociationSet '{0}' cannot be mapped multiple times."
  4489. /// </summary>
  4490. internal static string Mapping_Duplicate_CdmAssociationSet_StorageMap(object p0)
  4491. {
  4492. return EntityRes.GetString(EntityRes.Mapping_Duplicate_CdmAssociationSet_StorageMap, p0);
  4493. }
  4494. /// <summary>
  4495. /// A string like "Invalid root element found in the mapping file. Make sure that the root element's local name is 'Mapping' and the namespaceURI is '{0}', '{1}' or '{2}'."
  4496. /// </summary>
  4497. internal static string Mapping_Invalid_CSRootElementMissing(object p0, object p1, object p2)
  4498. {
  4499. return EntityRes.GetString(EntityRes.Mapping_Invalid_CSRootElementMissing, p0, p1, p2);
  4500. }
  4501. /// <summary>
  4502. /// A string like "The value specified for the condition is not compatible with the type of the member."
  4503. /// </summary>
  4504. internal static string Mapping_ConditionValueTypeMismatch
  4505. {
  4506. get { return EntityRes.GetString(EntityRes.Mapping_ConditionValueTypeMismatch); }
  4507. }
  4508. /// <summary>
  4509. /// A string like "The Storage Map can be looked up only from the type in conceptual model. It cannot be looked up from type in the following space: {0}."
  4510. /// </summary>
  4511. internal static string Mapping_Storage_InvalidSpace(object p0)
  4512. {
  4513. return EntityRes.GetString(EntityRes.Mapping_Storage_InvalidSpace, p0);
  4514. }
  4515. /// <summary>
  4516. /// A string like "Member Mapping specified is not valid. The type '{0}' of member '{1}' in type '{2}' is not compatible with '{3}' of member '{4}' in type '{5}'."
  4517. /// </summary>
  4518. internal static string Mapping_Invalid_Member_Mapping(object p0, object p1, object p2, object p3, object p4, object p5)
  4519. {
  4520. return EntityRes.GetString(EntityRes.Mapping_Invalid_Member_Mapping, p0, p1, p2, p3, p4, p5);
  4521. }
  4522. /// <summary>
  4523. /// A string like "The property '{0}' on the conceptual side is not a scalar property."
  4524. /// </summary>
  4525. internal static string Mapping_Invalid_CSide_ScalarProperty(object p0)
  4526. {
  4527. return EntityRes.GetString(EntityRes.Mapping_Invalid_CSide_ScalarProperty, p0);
  4528. }
  4529. /// <summary>
  4530. /// A string like "The type '{0}' has been mapped more than once."
  4531. /// </summary>
  4532. internal static string Mapping_Duplicate_Type(object p0)
  4533. {
  4534. return EntityRes.GetString(EntityRes.Mapping_Duplicate_Type, p0);
  4535. }
  4536. /// <summary>
  4537. /// A string like "More than one property map found for property '{0}' when using case-insensitive search."
  4538. /// </summary>
  4539. internal static string Mapping_Duplicate_PropertyMap_CaseInsensitive(object p0)
  4540. {
  4541. return EntityRes.GetString(EntityRes.Mapping_Duplicate_PropertyMap_CaseInsensitive, p0);
  4542. }
  4543. /// <summary>
  4544. /// A string like "Non-empty enumeration value must be specified for condition mapping for enumeration '{0}'."
  4545. /// </summary>
  4546. internal static string Mapping_Enum_EmptyValue(object p0)
  4547. {
  4548. return EntityRes.GetString(EntityRes.Mapping_Enum_EmptyValue, p0);
  4549. }
  4550. /// <summary>
  4551. /// A string like "Enumeration value '{0}' specified in condition mapping is not valid."
  4552. /// </summary>
  4553. internal static string Mapping_Enum_InvalidValue(object p0)
  4554. {
  4555. return EntityRes.GetString(EntityRes.Mapping_Enum_InvalidValue, p0);
  4556. }
  4557. /// <summary>
  4558. /// A string like "XML parsing failed for mapping schema. Schema Error Information : {0}."
  4559. /// </summary>
  4560. internal static string Mapping_InvalidMappingSchema_Parsing(object p0)
  4561. {
  4562. return EntityRes.GetString(EntityRes.Mapping_InvalidMappingSchema_Parsing, p0);
  4563. }
  4564. /// <summary>
  4565. /// A string like "XML Schema validation failed for mapping schema. Schema Error Information : {0}."
  4566. /// </summary>
  4567. internal static string Mapping_InvalidMappingSchema_validation(object p0)
  4568. {
  4569. return EntityRes.GetString(EntityRes.Mapping_InvalidMappingSchema_validation, p0);
  4570. }
  4571. /// <summary>
  4572. /// A string like "Object mapping could not be found for Type with identity '{0}'."
  4573. /// </summary>
  4574. internal static string Mapping_Object_InvalidType(object p0)
  4575. {
  4576. return EntityRes.GetString(EntityRes.Mapping_Object_InvalidType, p0);
  4577. }
  4578. /// <summary>
  4579. /// A string like "The connection is not of type '{0}'."
  4580. /// </summary>
  4581. internal static string Mapping_Provider_WrongConnectionType(object p0)
  4582. {
  4583. return EntityRes.GetString(EntityRes.Mapping_Provider_WrongConnectionType, p0);
  4584. }
  4585. /// <summary>
  4586. /// A string like "No views were found in assemblies or could be generated for {0} '{1}'."
  4587. /// </summary>
  4588. internal static string Mapping_Views_For_Extent_Not_Generated(object p0, object p1)
  4589. {
  4590. return EntityRes.GetString(EntityRes.Mapping_Views_For_Extent_Not_Generated, p0, p1);
  4591. }
  4592. /// <summary>
  4593. /// A string like "Store EntitySet name should not be specified on set mapping for Set '{0}' because a query view is being specified."
  4594. /// </summary>
  4595. internal static string Mapping_TableName_QueryView(object p0)
  4596. {
  4597. return EntityRes.GetString(EntityRes.Mapping_TableName_QueryView, p0);
  4598. }
  4599. /// <summary>
  4600. /// A string like "The query view specified for EntitySet '{0}' is empty."
  4601. /// </summary>
  4602. internal static string Mapping_Empty_QueryView(object p0)
  4603. {
  4604. return EntityRes.GetString(EntityRes.Mapping_Empty_QueryView, p0);
  4605. }
  4606. /// <summary>
  4607. /// A string like "The IsTypeOf({0}) query view specified for EntitySet '{1}' is empty."
  4608. /// </summary>
  4609. internal static string Mapping_Empty_QueryView_OfType(object p0, object p1)
  4610. {
  4611. return EntityRes.GetString(EntityRes.Mapping_Empty_QueryView_OfType, p0, p1);
  4612. }
  4613. /// <summary>
  4614. /// A string like "The query view specified for EntitySet '{0}' for EntityType '{1}' is empty."
  4615. /// </summary>
  4616. internal static string Mapping_Empty_QueryView_OfTypeOnly(object p0, object p1)
  4617. {
  4618. return EntityRes.GetString(EntityRes.Mapping_Empty_QueryView_OfTypeOnly, p0, p1);
  4619. }
  4620. /// <summary>
  4621. /// A string like "Property maps cannot be specified for EntitySet '{0}' because a query view has been specified."
  4622. /// </summary>
  4623. internal static string Mapping_QueryView_PropertyMaps(object p0)
  4624. {
  4625. return EntityRes.GetString(EntityRes.Mapping_QueryView_PropertyMaps, p0);
  4626. }
  4627. /// <summary>
  4628. /// A string like "The query view generated for the EntitySet '{0}' is not valid. The query parser threw the following error : {1}."
  4629. /// </summary>
  4630. internal static string Mapping_Invalid_QueryView(object p0, object p1)
  4631. {
  4632. return EntityRes.GetString(EntityRes.Mapping_Invalid_QueryView, p0, p1);
  4633. }
  4634. /// <summary>
  4635. /// A string like "The query view specified for the EntitySet '{0}' is not valid. The query parser threw the following error : {1}."
  4636. /// </summary>
  4637. internal static string Mapping_Invalid_QueryView2(object p0, object p1)
  4638. {
  4639. return EntityRes.GetString(EntityRes.Mapping_Invalid_QueryView2, p0, p1);
  4640. }
  4641. /// <summary>
  4642. /// A string like "The ResultType of the query view expression specified for the EntitySet '{0}' is not assignable to the element type of the EntitySet."
  4643. /// </summary>
  4644. internal static string Mapping_Invalid_QueryView_Type(object p0)
  4645. {
  4646. return EntityRes.GetString(EntityRes.Mapping_Invalid_QueryView_Type, p0);
  4647. }
  4648. /// <summary>
  4649. /// A string like "The first QueryView must not be type-specific. Try removing the TypeName property."
  4650. /// </summary>
  4651. internal static string Mapping_TypeName_For_First_QueryView
  4652. {
  4653. get { return EntityRes.GetString(EntityRes.Mapping_TypeName_For_First_QueryView); }
  4654. }
  4655. /// <summary>
  4656. /// A string like "The EntitySetMapping in EntityContainerMapping for EntityContainer '{0}' must contain only mapping fragments and no query view. The EntitySetMapping contains only query views and the view for this EntityContainerMapping will not be generated."
  4657. /// </summary>
  4658. internal static string Mapping_AllQueryViewAtCompileTime(object p0)
  4659. {
  4660. return EntityRes.GetString(EntityRes.Mapping_AllQueryViewAtCompileTime, p0);
  4661. }
  4662. /// <summary>
  4663. /// A string like "A single QueryView is defined for multiple types within EntitySet {0}."
  4664. /// </summary>
  4665. internal static string Mapping_QueryViewMultipleTypeInTypeName(object p0)
  4666. {
  4667. return EntityRes.GetString(EntityRes.Mapping_QueryViewMultipleTypeInTypeName, p0);
  4668. }
  4669. /// <summary>
  4670. /// A string like "IsTypeOf( ) QueryView is already defined for EntitySet {0} and TypeName {1}."
  4671. /// </summary>
  4672. internal static string Mapping_QueryView_Duplicate_OfType(object p0, object p1)
  4673. {
  4674. return EntityRes.GetString(EntityRes.Mapping_QueryView_Duplicate_OfType, p0, p1);
  4675. }
  4676. /// <summary>
  4677. /// A string like "QueryView is already defined for EntitySet {0} and TypeName {1}."
  4678. /// </summary>
  4679. internal static string Mapping_QueryView_Duplicate_OfTypeOnly(object p0, object p1)
  4680. {
  4681. return EntityRes.GetString(EntityRes.Mapping_QueryView_Duplicate_OfTypeOnly, p0, p1);
  4682. }
  4683. /// <summary>
  4684. /// A string like "TypeName property must be defined for all but the first QueryViews within mapping for EntitySet {0}."
  4685. /// </summary>
  4686. internal static string Mapping_QueryView_TypeName_Not_Defined(object p0)
  4687. {
  4688. return EntityRes.GetString(EntityRes.Mapping_QueryView_TypeName_Not_Defined, p0);
  4689. }
  4690. /// <summary>
  4691. /// A string like "IsTypeOf({0}) QueryView should not be specified for {1} EntitySet's element type {0}."
  4692. /// </summary>
  4693. internal static string Mapping_QueryView_For_Base_Type(object p0, object p1)
  4694. {
  4695. return EntityRes.GetString(EntityRes.Mapping_QueryView_For_Base_Type, p0, p1);
  4696. }
  4697. /// <summary>
  4698. /// A string like "The query view specified for '{0}' EntitySet's type(s) '{1}' contains an unsupported expression of kind '{2}'."
  4699. /// </summary>
  4700. internal static string Mapping_UnsupportedExpressionKind_QueryView(object p0, object p1, object p2)
  4701. {
  4702. return EntityRes.GetString(EntityRes.Mapping_UnsupportedExpressionKind_QueryView, p0, p1, p2);
  4703. }
  4704. /// <summary>
  4705. /// A string like "The query view specified for the EntitySet '{0}' includes a call to the Function '{1}'. Only storage Functions may be referenced in a query view."
  4706. /// </summary>
  4707. internal static string Mapping_UnsupportedFunctionCall_QueryView(object p0, object p1)
  4708. {
  4709. return EntityRes.GetString(EntityRes.Mapping_UnsupportedFunctionCall_QueryView, p0, p1);
  4710. }
  4711. /// <summary>
  4712. /// A string like "The query view specified for the EntitySet '{0}' includes a scan of the '{1}' EntitySet. Only storage EntitySets may be referenced in a query view."
  4713. /// </summary>
  4714. internal static string Mapping_UnsupportedScanTarget_QueryView(object p0, object p1)
  4715. {
  4716. return EntityRes.GetString(EntityRes.Mapping_UnsupportedScanTarget_QueryView, p0, p1);
  4717. }
  4718. /// <summary>
  4719. /// A string like "The query view specified for the EntitySet '{0}' contains a reference to member '{1}' of kind '{2}'. Only columns may be referenced."
  4720. /// </summary>
  4721. internal static string Mapping_UnsupportedPropertyKind_QueryView(object p0, object p1, object p2)
  4722. {
  4723. return EntityRes.GetString(EntityRes.Mapping_UnsupportedPropertyKind_QueryView, p0, p1, p2);
  4724. }
  4725. /// <summary>
  4726. /// A string like "The query view specified for the EntitySet '{0}' initializes an instance of type '{1}'. Only types assignable to the element type of the EntitySet are permitted."
  4727. /// </summary>
  4728. internal static string Mapping_UnsupportedInitialization_QueryView(object p0, object p1)
  4729. {
  4730. return EntityRes.GetString(EntityRes.Mapping_UnsupportedInitialization_QueryView, p0, p1);
  4731. }
  4732. /// <summary>
  4733. /// A string like "The EntitySet '{0}' used for creating the Ref expression does not match the EntitySet '{1}' declared on the AssociationSetEnd '{2}' of the AssociationSet '{3}'."
  4734. /// </summary>
  4735. internal static string Mapping_EntitySetMismatchOnAssociationSetEnd_QueryView(object p0, object p1, object p2, object p3)
  4736. {
  4737. return EntityRes.GetString(EntityRes.Mapping_EntitySetMismatchOnAssociationSetEnd_QueryView, p0, p1, p2, p3);
  4738. }
  4739. /// <summary>
  4740. /// A string like "If an EntitySet or AssociationSet includes a query view, all related entity and association sets in the EntityContainer must also define query views. The following sets require query views: {0}."
  4741. /// </summary>
  4742. internal static string Mapping_Invalid_Query_Views_MissingSetClosure(object p0)
  4743. {
  4744. return EntityRes.GetString(EntityRes.Mapping_Invalid_Query_Views_MissingSetClosure, p0);
  4745. }
  4746. /// <summary>
  4747. /// A string like "The type that contains generated views '{0}' should derive from the System.Data.Mapping.EntityViewContainer type."
  4748. /// </summary>
  4749. internal static string Generated_View_Type_Super_Class(object p0)
  4750. {
  4751. return EntityRes.GetString(EntityRes.Generated_View_Type_Super_Class, p0);
  4752. }
  4753. /// <summary>
  4754. /// A string like "The content of the views or the EntitySet base names have changed from the design time."
  4755. /// </summary>
  4756. internal static string Generated_Views_Changed
  4757. {
  4758. get { return EntityRes.GetString(EntityRes.Generated_Views_Changed); }
  4759. }
  4760. /// <summary>
  4761. /// A string like "The EntitySet '{0}' for which the view has been specified could not be found in the workspace."
  4762. /// </summary>
  4763. internal static string Generated_Views_Invalid_Extent(object p0)
  4764. {
  4765. return EntityRes.GetString(EntityRes.Generated_Views_Invalid_Extent, p0);
  4766. }
  4767. /// <summary>
  4768. /// A string like "GlobalItem with name '{0}' exists both in conceptual model and storage model. Make sure that every item has a unique name across conceptual model and storage model."
  4769. /// </summary>
  4770. internal static string Mapping_ItemWithSameNameExistsBothInCSpaceAndSSpace(object p0)
  4771. {
  4772. return EntityRes.GetString(EntityRes.Mapping_ItemWithSameNameExistsBothInCSpaceAndSSpace, p0);
  4773. }
  4774. /// <summary>
  4775. /// A string like "Type '{0}' in conceptual side cannot be mapped to type '{1}' on the object side. Both the types must be abstract or both must be concrete types."
  4776. /// </summary>
  4777. internal static string Mapping_AbstractTypeMappingToNonAbstractType(object p0, object p1)
  4778. {
  4779. return EntityRes.GetString(EntityRes.Mapping_AbstractTypeMappingToNonAbstractType, p0, p1);
  4780. }
  4781. /// <summary>
  4782. /// A string like "Type '{0}' defined in the conceptual model cannot be mapped to type '{1}' from the object layer. An enumeration type cannot be mapped to a non-enumeration type."
  4783. /// </summary>
  4784. internal static string Mapping_EnumTypeMappingToNonEnumType(object p0, object p1)
  4785. {
  4786. return EntityRes.GetString(EntityRes.Mapping_EnumTypeMappingToNonEnumType, p0, p1);
  4787. }
  4788. /// <summary>
  4789. /// A string like "Storage EntityContainer name '{0}' specified in this mapping schema doesn't match with the storage EntityContainer name '{1}' specified in the previous mapping schema(s) for EntityContainer '{2}' in the conceptual model. Make sure that you specify exactly one mapping per EntityContainer, or if you want to specify partial mapping, make sure that they map to the same storage EntityContainer."
  4790. /// </summary>
  4791. internal static string StorageEntityContainerNameMismatchWhileSpecifyingPartialMapping(object p0, object p1, object p2)
  4792. {
  4793. return EntityRes.GetString(EntityRes.StorageEntityContainerNameMismatchWhileSpecifyingPartialMapping, p0, p1, p2);
  4794. }
  4795. /// <summary>
  4796. /// A string like "Unclosed parenthesis in IsOfType declaration."
  4797. /// </summary>
  4798. internal static string Mapping_InvalidContent_IsTypeOfNotTerminated
  4799. {
  4800. get { return EntityRes.GetString(EntityRes.Mapping_InvalidContent_IsTypeOfNotTerminated); }
  4801. }
  4802. /// <summary>
  4803. /// A string like "An EdmType cannot be mapped to CLR classes multiple times. The EdmType '{0}' is mapped more than once."
  4804. /// </summary>
  4805. internal static string Mapping_CannotMapCLRTypeMultipleTimes(object p0)
  4806. {
  4807. return EntityRes.GetString(EntityRes.Mapping_CannotMapCLRTypeMultipleTimes, p0);
  4808. }
  4809. /// <summary>
  4810. /// A string like "An EntityType Mapping containing a function mapping cannot specify the TableName property."
  4811. /// </summary>
  4812. internal static string Mapping_ModificationFunction_In_Table_Context
  4813. {
  4814. get { return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_In_Table_Context); }
  4815. }
  4816. /// <summary>
  4817. /// A string like "An EntityType Mapping function binding cannot map multiple types. Function mappings may be specified only for EntityType mappings for single types -- do not use the 'IsTypeOf' modifier or specify multiple types."
  4818. /// </summary>
  4819. internal static string Mapping_ModificationFunction_Multiple_Types
  4820. {
  4821. get { return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_Multiple_Types); }
  4822. }
  4823. /// <summary>
  4824. /// A string like "A mapping function binding specifies an unknown function {0}."
  4825. /// </summary>
  4826. internal static string Mapping_ModificationFunction_UnknownFunction(object p0)
  4827. {
  4828. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_UnknownFunction, p0);
  4829. }
  4830. /// <summary>
  4831. /// A string like "A mapping function binding specifies an ambiguous function {0} with more than one overload."
  4832. /// </summary>
  4833. internal static string Mapping_ModificationFunction_AmbiguousFunction(object p0)
  4834. {
  4835. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_AmbiguousFunction, p0);
  4836. }
  4837. /// <summary>
  4838. /// A string like "A mapping function binding specifies a function {0} that is not supported. Only functions that cannot be composed are supported."
  4839. /// </summary>
  4840. internal static string Mapping_ModificationFunction_NotValidFunction(object p0)
  4841. {
  4842. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_NotValidFunction, p0);
  4843. }
  4844. /// <summary>
  4845. /// A string like "A mapping function binding specifies a function {0} with an unsupported parameter: {1}. Output parameters may only be mapped through the {2} property. Use result bindings to return values from a function invocation."
  4846. /// </summary>
  4847. internal static string Mapping_ModificationFunction_NotValidFunctionParameter(object p0, object p1, object p2)
  4848. {
  4849. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_NotValidFunctionParameter, p0, p1, p2);
  4850. }
  4851. /// <summary>
  4852. /// A string like "A mapping function bindings specifies a function {0} but does not map the following function parameters: {1}."
  4853. /// </summary>
  4854. internal static string Mapping_ModificationFunction_MissingParameter(object p0, object p1)
  4855. {
  4856. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_MissingParameter, p0, p1);
  4857. }
  4858. /// <summary>
  4859. /// A string like "An association End mapping specifies an AssociationSet {0} that does not exist in the current container."
  4860. /// </summary>
  4861. internal static string Mapping_ModificationFunction_AssociationSetDoesNotExist(object p0)
  4862. {
  4863. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_AssociationSetDoesNotExist, p0);
  4864. }
  4865. /// <summary>
  4866. /// A string like "An association End mapping specifies a Role {0} that does not exist in the current AssociationSet."
  4867. /// </summary>
  4868. internal static string Mapping_ModificationFunction_AssociationSetRoleDoesNotExist(object p0)
  4869. {
  4870. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_AssociationSetRoleDoesNotExist, p0);
  4871. }
  4872. /// <summary>
  4873. /// A string like "An association End mapping defines a from Role {0} that is not bound to the current EntitySet."
  4874. /// </summary>
  4875. internal static string Mapping_ModificationFunction_AssociationSetFromRoleIsNotEntitySet(object p0)
  4876. {
  4877. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_AssociationSetFromRoleIsNotEntitySet, p0);
  4878. }
  4879. /// <summary>
  4880. /// A string like "An association End mapping has a 'to' Role {0} with multiplicity greater than one. A maximum multiplicity of one is supported."
  4881. /// </summary>
  4882. internal static string Mapping_ModificationFunction_AssociationSetCardinality(object p0)
  4883. {
  4884. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_AssociationSetCardinality, p0);
  4885. }
  4886. /// <summary>
  4887. /// A string like "Unable to find ComplexType {0} in the current MetadataWorkspace."
  4888. /// </summary>
  4889. internal static string Mapping_ModificationFunction_ComplexTypeNotFound(object p0)
  4890. {
  4891. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_ComplexTypeNotFound, p0);
  4892. }
  4893. /// <summary>
  4894. /// A string like "The Complex Type {0} does not match the type of the current property {1}."
  4895. /// </summary>
  4896. internal static string Mapping_ModificationFunction_WrongComplexType(object p0, object p1)
  4897. {
  4898. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_WrongComplexType, p0, p1);
  4899. }
  4900. /// <summary>
  4901. /// A string like "Cannot determine the version for the current parameter binding."
  4902. /// </summary>
  4903. internal static string Mapping_ModificationFunction_MissingVersion
  4904. {
  4905. get { return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_MissingVersion); }
  4906. }
  4907. /// <summary>
  4908. /// A string like "This function mapping can only contain bindings to 'original' property versions."
  4909. /// </summary>
  4910. internal static string Mapping_ModificationFunction_VersionMustBeOriginal
  4911. {
  4912. get { return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_VersionMustBeOriginal); }
  4913. }
  4914. /// <summary>
  4915. /// A string like "This function mapping can only contain bindings to 'current' property versions."
  4916. /// </summary>
  4917. internal static string Mapping_ModificationFunction_VersionMustBeCurrent
  4918. {
  4919. get { return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_VersionMustBeCurrent); }
  4920. }
  4921. /// <summary>
  4922. /// A string like "The function parameter {0} is not defined in the function {1}."
  4923. /// </summary>
  4924. internal static string Mapping_ModificationFunction_ParameterNotFound(object p0, object p1)
  4925. {
  4926. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_ParameterNotFound, p0, p1);
  4927. }
  4928. /// <summary>
  4929. /// A string like "The property {0} does not exist in the type {1}."
  4930. /// </summary>
  4931. internal static string Mapping_ModificationFunction_PropertyNotFound(object p0, object p1)
  4932. {
  4933. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_PropertyNotFound, p0, p1);
  4934. }
  4935. /// <summary>
  4936. /// A string like "The property {0} is not a key of {1}. Association End mappings may only include key properties."
  4937. /// </summary>
  4938. internal static string Mapping_ModificationFunction_PropertyNotKey(object p0, object p1)
  4939. {
  4940. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_PropertyNotKey, p0, p1);
  4941. }
  4942. /// <summary>
  4943. /// A string like "The parameter {0} is bound multiple times."
  4944. /// </summary>
  4945. internal static string Mapping_ModificationFunction_ParameterBoundTwice(object p0)
  4946. {
  4947. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_ParameterBoundTwice, p0);
  4948. }
  4949. /// <summary>
  4950. /// A string like "The EntityType {0} is mapped to functions more than once."
  4951. /// </summary>
  4952. internal static string Mapping_ModificationFunction_RedundantEntityTypeMapping(object p0)
  4953. {
  4954. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_RedundantEntityTypeMapping, p0);
  4955. }
  4956. /// <summary>
  4957. /// A string like "If some of the EntitySet or the AssociationSet mapped to the same store EntitySet, and one of the sets includes a function mapping, all related entity and AssociationSets in the EntityContainer must also define function mappings. The following sets require function mappings: {0}."
  4958. /// </summary>
  4959. internal static string Mapping_ModificationFunction_MissingSetClosure(object p0)
  4960. {
  4961. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_MissingSetClosure, p0);
  4962. }
  4963. /// <summary>
  4964. /// A string like "If an EntitySet mapping includes a function binding, function bindings must be included for all types. The following types do not have function bindings: {0}."
  4965. /// </summary>
  4966. internal static string Mapping_ModificationFunction_MissingEntityType(object p0)
  4967. {
  4968. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_MissingEntityType, p0);
  4969. }
  4970. /// <summary>
  4971. /// A string like "Parameter Mapping specified is not valid. The type '{0}' of member '{1}' in type '{2}' is not compatible with '{3}' of parameter '{4}' in function '{5}'."
  4972. /// </summary>
  4973. internal static string Mapping_ModificationFunction_PropertyParameterTypeMismatch(object p0, object p1, object p2, object p3, object p4, object p5)
  4974. {
  4975. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_PropertyParameterTypeMismatch, p0, p1, p2, p3, p4, p5);
  4976. }
  4977. /// <summary>
  4978. /// A string like "AssociationSet instances may only be mapped using functions in one EntitySetMapping or AssociationSetMapping. The following AssociationSet instances are mapped in multiple locations: {0}."
  4979. /// </summary>
  4980. internal static string Mapping_ModificationFunction_AssociationSetAmbiguous(object p0)
  4981. {
  4982. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_AssociationSetAmbiguous, p0);
  4983. }
  4984. /// <summary>
  4985. /// A string like "A function mapping includes parameter bindings for two different Ends of the same AssociationSet. Only one End of a particular AssociationSet may be mapped within a single function mapping. End Roles: {0}, {1}. AssociationSet: {2}."
  4986. /// </summary>
  4987. internal static string Mapping_ModificationFunction_MultipleEndsOfAssociationMapped(object p0, object p1, object p2)
  4988. {
  4989. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_MultipleEndsOfAssociationMapped, p0, p1, p2);
  4990. }
  4991. /// <summary>
  4992. /// A string like "A function mapping includes multiple result bindings for a single property. Property name: {0}. Column names: {1}."
  4993. /// </summary>
  4994. internal static string Mapping_ModificationFunction_AmbiguousResultBinding(object p0, object p1)
  4995. {
  4996. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_AmbiguousResultBinding, p0, p1);
  4997. }
  4998. /// <summary>
  4999. /// A string like "The EntitySet '{0}' includes function mappings for AssociationSet '{1}', but none exists in element '{2}' for type '{3}'. AssociationSets must be consistently mapped for all operations."
  5000. /// </summary>
  5001. internal static string Mapping_ModificationFunction_AssociationSetNotMappedForOperation(object p0, object p1, object p2, object p3)
  5002. {
  5003. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_AssociationSetNotMappedForOperation, p0, p1, p2, p3);
  5004. }
  5005. /// <summary>
  5006. /// A string like "The EntityType '{0}' includes function mappings for AssociationSet '{1}' that requires type '{2}'."
  5007. /// </summary>
  5008. internal static string Mapping_ModificationFunction_AssociationEndMappingInvalidForEntityType(object p0, object p1, object p2)
  5009. {
  5010. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_AssociationEndMappingInvalidForEntityType, p0, p1, p2);
  5011. }
  5012. /// <summary>
  5013. /// A string like "A function mapping for 'to' role {0} is not permitted because it is a foreign key association."
  5014. /// </summary>
  5015. internal static string Mapping_ModificationFunction_AssociationEndMappingForeignKeyAssociation(object p0)
  5016. {
  5017. return EntityRes.GetString(EntityRes.Mapping_ModificationFunction_AssociationEndMappingForeignKeyAssociation, p0);
  5018. }
  5019. /// <summary>
  5020. /// A string like "The conceptual side property '{0}' has already been mapped to a storage property with type '{1}'. If the conceptual side property is mapped to multiple properties in the storage model, make sure that all the properties in the storage model have the same type."
  5021. /// </summary>
  5022. internal static string Mapping_StoreTypeMismatch_ScalarPropertyMapping(object p0, object p1)
  5023. {
  5024. return EntityRes.GetString(EntityRes.Mapping_StoreTypeMismatch_ScalarPropertyMapping, p0, p1);
  5025. }
  5026. /// <summary>
  5027. /// A string like "MakeColumnsDistinct flag can only be placed within a container that does not generate update views. Mark GenerateUpdateViews attribute to 'false' within EntityContainerMapping."
  5028. /// </summary>
  5029. internal static string Mapping_DistinctFlagInReadWriteContainer
  5030. {
  5031. get { return EntityRes.GetString(EntityRes.Mapping_DistinctFlagInReadWriteContainer); }
  5032. }
  5033. /// <summary>
  5034. /// A string like "The store provider did not return a valid EdmType for '{0}'."
  5035. /// </summary>
  5036. internal static string Mapping_ProviderReturnsNullType(object p0)
  5037. {
  5038. return EntityRes.GetString(EntityRes.Mapping_ProviderReturnsNullType, p0);
  5039. }
  5040. /// <summary>
  5041. /// A string like "The version of EdmItemCollection must match the version of StoreItemCollection."
  5042. /// </summary>
  5043. internal static string Mapping_DifferentEdmStoreVersion
  5044. {
  5045. get { return EntityRes.GetString(EntityRes.Mapping_DifferentEdmStoreVersion); }
  5046. }
  5047. /// <summary>
  5048. /// A string like "The version of the loaded mapping files must be the same as the version of loaded EdmItemCollection and StoreItemCollection."
  5049. /// </summary>
  5050. internal static string Mapping_DifferentMappingEdmStoreVersion
  5051. {
  5052. get { return EntityRes.GetString(EntityRes.Mapping_DifferentMappingEdmStoreVersion); }
  5053. }
  5054. /// <summary>
  5055. /// A string like "The storage function '{0}' does not exist."
  5056. /// </summary>
  5057. internal static string Mapping_FunctionImport_StoreFunctionDoesNotExist(object p0)
  5058. {
  5059. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_StoreFunctionDoesNotExist, p0);
  5060. }
  5061. /// <summary>
  5062. /// A string like "The FunctionImport '{0}' does not exist in container '{1}'."
  5063. /// </summary>
  5064. internal static string Mapping_FunctionImport_FunctionImportDoesNotExist(object p0, object p1)
  5065. {
  5066. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_FunctionImportDoesNotExist, p0, p1);
  5067. }
  5068. /// <summary>
  5069. /// A string like "The FunctionImport '{0}' has already been mapped."
  5070. /// </summary>
  5071. internal static string Mapping_FunctionImport_FunctionImportMappedMultipleTimes(object p0)
  5072. {
  5073. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_FunctionImportMappedMultipleTimes, p0);
  5074. }
  5075. /// <summary>
  5076. /// A string like "The non-composable function import '{0}' is mapped to the composable store function '{1}'. Non-composable function imports can be mapped only to stored procedures."
  5077. /// </summary>
  5078. internal static string Mapping_FunctionImport_TargetFunctionMustBeNonComposable(object p0, object p1)
  5079. {
  5080. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_TargetFunctionMustBeNonComposable, p0, p1);
  5081. }
  5082. /// <summary>
  5083. /// A string like "The composable function import '{0}' is mapped to the non-composable store function '{1}'. Composable function imports can be mapped only to composable table-valued store functions."
  5084. /// </summary>
  5085. internal static string Mapping_FunctionImport_TargetFunctionMustBeComposable(object p0, object p1)
  5086. {
  5087. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_TargetFunctionMustBeComposable, p0, p1);
  5088. }
  5089. /// <summary>
  5090. /// A string like "Storage function has a parameter '{0}' but no corresponding parameter was found in the FunctionImport."
  5091. /// </summary>
  5092. internal static string Mapping_FunctionImport_TargetParameterHasNoCorrespondingImportParameter(object p0)
  5093. {
  5094. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_TargetParameterHasNoCorrespondingImportParameter, p0);
  5095. }
  5096. /// <summary>
  5097. /// A string like "Import function has a parameter '{0}' but no corresponding parameter was found in the storage function."
  5098. /// </summary>
  5099. internal static string Mapping_FunctionImport_ImportParameterHasNoCorrespondingTargetParameter(object p0)
  5100. {
  5101. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_ImportParameterHasNoCorrespondingTargetParameter, p0);
  5102. }
  5103. /// <summary>
  5104. /// A string like "Parameter '{0}' has mode '{1}' in the storage function but mode '{2}' in the FunctionImport."
  5105. /// </summary>
  5106. internal static string Mapping_FunctionImport_IncompatibleParameterMode(object p0, object p1, object p2)
  5107. {
  5108. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_IncompatibleParameterMode, p0, p1, p2);
  5109. }
  5110. /// <summary>
  5111. /// A string like "Parameter '{0}' has type '{1}' in the storage that is not compatible with type '{2}' declared for the FunctionImport."
  5112. /// </summary>
  5113. internal static string Mapping_FunctionImport_IncompatibleParameterType(object p0, object p1, object p2)
  5114. {
  5115. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_IncompatibleParameterType, p0, p1, p2);
  5116. }
  5117. /// <summary>
  5118. /// A string like "The storage function parameter '{0}' of type '{1}' does not match the corresponding FunctionImport parameter of enumeration type '{2}' with underlying type '{3}'. The underlying type of the enumeration parameter for a function defined in the conceptual model must match the corresponding storage function parameter type."
  5119. /// </summary>
  5120. internal static string Mapping_FunctionImport_IncompatibleEnumParameterType(object p0, object p1, object p2, object p3)
  5121. {
  5122. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_IncompatibleEnumParameterType, p0, p1, p2, p3);
  5123. }
  5124. /// <summary>
  5125. /// A string like "Rows affected parameter '{0}' does not exist in function '{1}'."
  5126. /// </summary>
  5127. internal static string Mapping_FunctionImport_RowsAffectedParameterDoesNotExist(object p0, object p1)
  5128. {
  5129. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_RowsAffectedParameterDoesNotExist, p0, p1);
  5130. }
  5131. /// <summary>
  5132. /// A string like "Rows affected parameter '{0}' is of type '{1}'. Must be an integer numeric type."
  5133. /// </summary>
  5134. internal static string Mapping_FunctionImport_RowsAffectedParameterHasWrongType(object p0, object p1)
  5135. {
  5136. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_RowsAffectedParameterHasWrongType, p0, p1);
  5137. }
  5138. /// <summary>
  5139. /// A string like "Rows affected parameter '{0}' has mode '{1}'. Must have mode '{2}' or '{3}'."
  5140. /// </summary>
  5141. internal static string Mapping_FunctionImport_RowsAffectedParameterHasWrongMode(object p0, object p1, object p2, object p3)
  5142. {
  5143. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_RowsAffectedParameterHasWrongMode, p0, p1, p2, p3);
  5144. }
  5145. /// <summary>
  5146. /// A string like "An {0} element can only be declared for a FunctionImport declaring an EntitySet. FunctionImport '{1}' does not declare an EntitySet."
  5147. /// </summary>
  5148. internal static string Mapping_FunctionImport_EntityTypeMappingForFunctionNotReturningEntitySet(object p0, object p1)
  5149. {
  5150. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_EntityTypeMappingForFunctionNotReturningEntitySet, p0, p1);
  5151. }
  5152. /// <summary>
  5153. /// A string like "The EntityType '{0}' specified is not the declared type '{1}' nor a derivation of the type of the EntitySet '{2}' for FunctionImport '{3}'."
  5154. /// </summary>
  5155. internal static string Mapping_FunctionImport_InvalidContentEntityTypeForEntitySet(object p0, object p1, object p2, object p3)
  5156. {
  5157. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_InvalidContentEntityTypeForEntitySet, p0, p1, p2, p3);
  5158. }
  5159. /// <summary>
  5160. /// A string like "The condition value specified for {0} is not compatible with the type returned by the storage provider. Column name: '{1}', ResultType: '{2}'. "
  5161. /// </summary>
  5162. internal static string Mapping_FunctionImport_ConditionValueTypeMismatch(object p0, object p1, object p2)
  5163. {
  5164. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_ConditionValueTypeMismatch, p0, p1, p2);
  5165. }
  5166. /// <summary>
  5167. /// A string like "The type returned by the storage provider is not supported for type conditions. Column name: '{0}', ResultType: '{1}'."
  5168. /// </summary>
  5169. internal static string Mapping_FunctionImport_UnsupportedType(object p0, object p1)
  5170. {
  5171. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_UnsupportedType, p0, p1);
  5172. }
  5173. /// <summary>
  5174. /// A string like "The number of ResultMapping elements for the FunctionImport '{0}' does not match the number of specified ReturnType elements."
  5175. /// </summary>
  5176. internal static string Mapping_FunctionImport_ResultMappingCountDoesNotMatchResultCount(object p0)
  5177. {
  5178. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_ResultMappingCountDoesNotMatchResultCount, p0);
  5179. }
  5180. /// <summary>
  5181. /// A string like "Mapping of the function import '{0}' is not valid. Mapped type '{1}' is not compatible with the return type of the function import."
  5182. /// </summary>
  5183. internal static string Mapping_FunctionImport_ResultMapping_MappedTypeDoesNotMatchReturnType(object p0, object p1)
  5184. {
  5185. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_ResultMapping_MappedTypeDoesNotMatchReturnType, p0, p1);
  5186. }
  5187. /// <summary>
  5188. /// A string like "Mapping of the function import '{0}' is not valid. ComplexTypeMapping is supported only for function imports returning a collection of ComplexType."
  5189. /// </summary>
  5190. internal static string Mapping_FunctionImport_ResultMapping_InvalidCTypeCTExpected(object p0)
  5191. {
  5192. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_ResultMapping_InvalidCTypeCTExpected, p0);
  5193. }
  5194. /// <summary>
  5195. /// A string like "Mapping of the function import '{0}' is not valid. EntityTypeMapping is supported only for function imports returning a collection of EntityType."
  5196. /// </summary>
  5197. internal static string Mapping_FunctionImport_ResultMapping_InvalidCTypeETExpected(object p0)
  5198. {
  5199. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_ResultMapping_InvalidCTypeETExpected, p0);
  5200. }
  5201. /// <summary>
  5202. /// A string like "Mapping of the function import '{0}' is not valid. Storage function return type is expected to be a collection of rows."
  5203. /// </summary>
  5204. internal static string Mapping_FunctionImport_ResultMapping_InvalidSType(object p0)
  5205. {
  5206. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_ResultMapping_InvalidSType, p0);
  5207. }
  5208. /// <summary>
  5209. /// A string like "No mapping specified for the conceptual property '{0}' of type '{1}' in the result mapping of the function import '{2}'."
  5210. /// </summary>
  5211. internal static string Mapping_FunctionImport_PropertyNotMapped(object p0, object p1, object p2)
  5212. {
  5213. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_PropertyNotMapped, p0, p1, p2);
  5214. }
  5215. /// <summary>
  5216. /// A string like "The return type '{0}' of the function import '{1}' is abstract and cannot be mapped implicitly."
  5217. /// </summary>
  5218. internal static string Mapping_FunctionImport_ImplicitMappingForAbstractReturnType(object p0, object p1)
  5219. {
  5220. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_ImplicitMappingForAbstractReturnType, p0, p1);
  5221. }
  5222. /// <summary>
  5223. /// A string like "The function import '{0}' can be mapped only to a store function that returns rows with one column. The store function '{1}' returns rows with multiple columns."
  5224. /// </summary>
  5225. internal static string Mapping_FunctionImport_ScalarMappingToMulticolumnTVF(object p0, object p1)
  5226. {
  5227. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_ScalarMappingToMulticolumnTVF, p0, p1);
  5228. }
  5229. /// <summary>
  5230. /// A string like "The return type '{0}' of the function import '{1}' is not compatible with the return type '{2}' of the store function '{3}'."
  5231. /// </summary>
  5232. internal static string Mapping_FunctionImport_ScalarMappingTypeMismatch(object p0, object p1, object p2, object p3)
  5233. {
  5234. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_ScalarMappingTypeMismatch, p0, p1, p2, p3);
  5235. }
  5236. /// <summary>
  5237. /// A string like "The function import mapping cannot produce an entity of type '{0}'. Ensure that conditions unambiguously imply the type. See line(s) '{1}'."
  5238. /// </summary>
  5239. internal static string Mapping_FunctionImport_UnreachableType(object p0, object p1)
  5240. {
  5241. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_UnreachableType, p0, p1);
  5242. }
  5243. /// <summary>
  5244. /// A string like "The function import mapping cannot produce an entity from the '{0}' type hierarchy. Ensure that conditions unambiguously imply some type in the hierarchy. See line(s) '{1}'."
  5245. /// </summary>
  5246. internal static string Mapping_FunctionImport_UnreachableIsTypeOf(object p0, object p1)
  5247. {
  5248. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_UnreachableIsTypeOf, p0, p1);
  5249. }
  5250. /// <summary>
  5251. /// A string like "Unable to resolve to a specific overload of the function '{0}'."
  5252. /// </summary>
  5253. internal static string Mapping_FunctionImport_FunctionAmbiguous(object p0)
  5254. {
  5255. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_FunctionAmbiguous, p0);
  5256. }
  5257. /// <summary>
  5258. /// A string like "The key properties of all entity types returned by the function import '{0}' must be mapped to the same non-nullable columns returned by the storage function."
  5259. /// </summary>
  5260. internal static string Mapping_FunctionImport_CannotInferTargetFunctionKeys(object p0)
  5261. {
  5262. return EntityRes.GetString(EntityRes.Mapping_FunctionImport_CannotInferTargetFunctionKeys, p0);
  5263. }
  5264. /// <summary>
  5265. /// A string like "An entity object cannot be referenced by multiple instances of IEntityChangeTracker."
  5266. /// </summary>
  5267. internal static string Entity_EntityCantHaveMultipleChangeTrackers
  5268. {
  5269. get { return EntityRes.GetString(EntityRes.Entity_EntityCantHaveMultipleChangeTrackers); }
  5270. }
  5271. /// <summary>
  5272. /// A string like "Nullable complex types are not supported. The complex property '{0}' must not allow nulls."
  5273. /// </summary>
  5274. internal static string ComplexObject_NullableComplexTypesNotSupported(object p0)
  5275. {
  5276. return EntityRes.GetString(EntityRes.ComplexObject_NullableComplexTypesNotSupported, p0);
  5277. }
  5278. /// <summary>
  5279. /// A string like "This complex object is already attached to another object."
  5280. /// </summary>
  5281. internal static string ComplexObject_ComplexObjectAlreadyAttachedToParent
  5282. {
  5283. get { return EntityRes.GetString(EntityRes.ComplexObject_ComplexObjectAlreadyAttachedToParent); }
  5284. }
  5285. /// <summary>
  5286. /// A string like "The property '{0}' could not be reported as changing. This occurred because EntityComplexMemberChanging was called with a property name that is not a complex property. For more information, see the Entity Framework documentation."
  5287. /// </summary>
  5288. internal static string ComplexObject_ComplexChangeRequestedOnScalarProperty(object p0)
  5289. {
  5290. return EntityRes.GetString(EntityRes.ComplexObject_ComplexChangeRequestedOnScalarProperty, p0);
  5291. }
  5292. /// <summary>
  5293. /// A string like "Property '{0}' is not a valid property on the object referenced by this ObjectStateEntry."
  5294. /// </summary>
  5295. internal static string ObjectStateEntry_SetModifiedOnInvalidProperty(object p0)
  5296. {
  5297. return EntityRes.GetString(EntityRes.ObjectStateEntry_SetModifiedOnInvalidProperty, p0);
  5298. }
  5299. /// <summary>
  5300. /// A string like "This ObjectStateEntry does not have original values. Objects in an added or detached state cannot have original values. "
  5301. /// </summary>
  5302. internal static string ObjectStateEntry_OriginalValuesDoesNotExist
  5303. {
  5304. get { return EntityRes.GetString(EntityRes.ObjectStateEntry_OriginalValuesDoesNotExist); }
  5305. }
  5306. /// <summary>
  5307. /// A string like "This ObjectStateEntry does not have current values. Objects in a deleted or detached state cannot have current values."
  5308. /// </summary>
  5309. internal static string ObjectStateEntry_CurrentValuesDoesNotExist
  5310. {
  5311. get { return EntityRes.GetString(EntityRes.ObjectStateEntry_CurrentValuesDoesNotExist); }
  5312. }
  5313. /// <summary>
  5314. /// A string like "The object is in a detached state. This operation cannot be performed on an ObjectStateEntry when the object is detached."
  5315. /// </summary>
  5316. internal static string ObjectStateEntry_InvalidState
  5317. {
  5318. get { return EntityRes.GetString(EntityRes.ObjectStateEntry_InvalidState); }
  5319. }
  5320. /// <summary>
  5321. /// A string like "The property '{0}' is part of the object's key information and cannot be modified. "
  5322. /// </summary>
  5323. internal static string ObjectStateEntry_CannotModifyKeyProperty(object p0)
  5324. {
  5325. return EntityRes.GetString(EntityRes.ObjectStateEntry_CannotModifyKeyProperty, p0);
  5326. }
  5327. /// <summary>
  5328. /// A string like "The ObjectStateEntry is a relationship entry. The current and original values of relationship entries cannot be modified."
  5329. /// </summary>
  5330. internal static string ObjectStateEntry_CantModifyRelationValues
  5331. {
  5332. get { return EntityRes.GetString(EntityRes.ObjectStateEntry_CantModifyRelationValues); }
  5333. }
  5334. /// <summary>
  5335. /// A string like "The ObjectStateEntry is a relationship entry. The state of relationship entries cannot be modified."
  5336. /// </summary>
  5337. internal static string ObjectStateEntry_CantModifyRelationState
  5338. {
  5339. get { return EntityRes.GetString(EntityRes.ObjectStateEntry_CantModifyRelationState); }
  5340. }
  5341. /// <summary>
  5342. /// A string like "The object is in a detached or deleted state. An ObjectStateEntry in this state cannot be modified."
  5343. /// </summary>
  5344. internal static string ObjectStateEntry_CantModifyDetachedDeletedEntries
  5345. {
  5346. get { return EntityRes.GetString(EntityRes.ObjectStateEntry_CantModifyDetachedDeletedEntries); }
  5347. }
  5348. /// <summary>
  5349. /// A string like "{0} cannot be called because the object is not in a modified or unchanged state."
  5350. /// </summary>
  5351. internal static string ObjectStateEntry_SetModifiedStates(object p0)
  5352. {
  5353. return EntityRes.GetString(EntityRes.ObjectStateEntry_SetModifiedStates, p0);
  5354. }
  5355. /// <summary>
  5356. /// A string like "The EntityKey property can only be set when the current value of the property is null."
  5357. /// </summary>
  5358. internal static string ObjectStateEntry_CantSetEntityKey
  5359. {
  5360. get { return EntityRes.GetString(EntityRes.ObjectStateEntry_CantSetEntityKey); }
  5361. }
  5362. /// <summary>
  5363. /// A string like "The ObjectStateEntry is a key entry and its current and original values are not accessible."
  5364. /// </summary>
  5365. internal static string ObjectStateEntry_CannotAccessKeyEntryValues
  5366. {
  5367. get { return EntityRes.GetString(EntityRes.ObjectStateEntry_CannotAccessKeyEntryValues); }
  5368. }
  5369. /// <summary>
  5370. /// A string like "The ObjectStateEntry is a key entry and its state cannot be modified."
  5371. /// </summary>
  5372. internal static string ObjectStateEntry_CannotModifyKeyEntryState
  5373. {
  5374. get { return EntityRes.GetString(EntityRes.ObjectStateEntry_CannotModifyKeyEntryState); }
  5375. }
  5376. /// <summary>
  5377. /// A string like "The ObjectStateEntry is a key entry. Delete cannot be called on key entries."
  5378. /// </summary>
  5379. internal static string ObjectStateEntry_CannotDeleteOnKeyEntry
  5380. {
  5381. get { return EntityRes.GetString(EntityRes.ObjectStateEntry_CannotDeleteOnKeyEntry); }
  5382. }
  5383. /// <summary>
  5384. /// A string like "EntityMemberChanged or EntityComplexMemberChanged was called without first calling EntityMemberChanging or EntityComplexMemberChanging on the same change tracker with the same property name. For information about properly reporting changes, see the Entity Framework documentation. "
  5385. /// </summary>
  5386. internal static string ObjectStateEntry_EntityMemberChangedWithoutEntityMemberChanging
  5387. {
  5388. get { return EntityRes.GetString(EntityRes.ObjectStateEntry_EntityMemberChangedWithoutEntityMemberChanging); }
  5389. }
  5390. /// <summary>
  5391. /// A string like "The property '{0}' does not have a valid entity mapping on the entity object. For more information, see the Entity Framework documentation."
  5392. /// </summary>
  5393. internal static string ObjectStateEntry_ChangeOnUnmappedProperty(object p0)
  5394. {
  5395. return EntityRes.GetString(EntityRes.ObjectStateEntry_ChangeOnUnmappedProperty, p0);
  5396. }
  5397. /// <summary>
  5398. /// A string like "The property '{0}' does not have a valid entity mapping on the complex type. For more information, see the Entity Framework documentation."
  5399. /// </summary>
  5400. internal static string ObjectStateEntry_ChangeOnUnmappedComplexProperty(object p0)
  5401. {
  5402. return EntityRes.GetString(EntityRes.ObjectStateEntry_ChangeOnUnmappedComplexProperty, p0);
  5403. }
  5404. /// <summary>
  5405. /// A string like "The change cannot be tracked because the state of the object changed from '{0}' to '{1}' since the previous call to EntityMemberChanging or EntityComplexMemberChanging on the same change tracker with the same property name. For information about properly reporting changes, see the Entity Framework documentation. "
  5406. /// </summary>
  5407. internal static string ObjectStateEntry_ChangedInDifferentStateFromChanging(object p0, object p1)
  5408. {
  5409. return EntityRes.GetString(EntityRes.ObjectStateEntry_ChangedInDifferentStateFromChanging, p0, p1);
  5410. }
  5411. /// <summary>
  5412. /// A string like "The navigation property '{0}' on entity of type '{1}' must implement IEnumerable in order for Entity Framework to be able to track changes in collections."
  5413. /// </summary>
  5414. internal static string ObjectStateEntry_UnableToEnumerateCollection(object p0, object p1)
  5415. {
  5416. return EntityRes.GetString(EntityRes.ObjectStateEntry_UnableToEnumerateCollection, p0, p1);
  5417. }
  5418. /// <summary>
  5419. /// A string like "A RelationshipManager object cannot be returned for this ObjectStateEntry instance. Only an ObjectStateEntry that represents an entity has an associated RelationshipManager."
  5420. /// </summary>
  5421. internal static string ObjectStateEntry_RelationshipAndKeyEntriesDoNotHaveRelationshipManagers
  5422. {
  5423. get { return EntityRes.GetString(EntityRes.ObjectStateEntry_RelationshipAndKeyEntriesDoNotHaveRelationshipManagers); }
  5424. }
  5425. /// <summary>
  5426. /// A string like "The value for the complex property could not be set. Complex properties must be set to an object that implements IExtendedDataRecord."
  5427. /// </summary>
  5428. internal static string ObjectStateEntry_InvalidTypeForComplexTypeProperty
  5429. {
  5430. get { return EntityRes.GetString(EntityRes.ObjectStateEntry_InvalidTypeForComplexTypeProperty); }
  5431. }
  5432. /// <summary>
  5433. /// A string like "The entity of type '{0}' references the same complex object of type '{1}' more than once. Complex objects cannot be referenced multiple times by the same entity."
  5434. /// </summary>
  5435. internal static string ObjectStateEntry_ComplexObjectUsedMultipleTimes(object p0, object p1)
  5436. {
  5437. return EntityRes.GetString(EntityRes.ObjectStateEntry_ComplexObjectUsedMultipleTimes, p0, p1);
  5438. }
  5439. /// <summary>
  5440. /// A string like "The original value for the property '{0}' cannot be set because it is a complex property. Individual scalar properties can be set on a complex type if the type is first obtained as a OriginalValueRecord from the entity's original values."
  5441. /// </summary>
  5442. internal static string ObjectStateEntry_SetOriginalComplexProperties(object p0)
  5443. {
  5444. return EntityRes.GetString(EntityRes.ObjectStateEntry_SetOriginalComplexProperties, p0);
  5445. }
  5446. /// <summary>
  5447. /// A string like "The original value for the property '{0}' cannot be set to null because the '{1}' member on the entity type '{2}' is not nullable."
  5448. /// </summary>
  5449. internal static string ObjectStateEntry_NullOriginalValueForNonNullableProperty(object p0, object p1, object p2)
  5450. {
  5451. return EntityRes.GetString(EntityRes.ObjectStateEntry_NullOriginalValueForNonNullableProperty, p0, p1, p2);
  5452. }
  5453. /// <summary>
  5454. /// A string like "The original value for the property '{0}' cannot be set because the property is part of the entity's key."
  5455. /// </summary>
  5456. internal static string ObjectStateEntry_SetOriginalPrimaryKey(object p0)
  5457. {
  5458. return EntityRes.GetString(EntityRes.ObjectStateEntry_SetOriginalPrimaryKey, p0);
  5459. }
  5460. /// <summary>
  5461. /// A string like "The supplied EntityKey does not have a corresponding entry in the ObjectStateManager."
  5462. /// </summary>
  5463. internal static string ObjectStateManager_NoEntryExistForEntityKey
  5464. {
  5465. get { return EntityRes.GetString(EntityRes.ObjectStateManager_NoEntryExistForEntityKey); }
  5466. }
  5467. /// <summary>
  5468. /// A string like "The ObjectStateManager does not contain an ObjectStateEntry with a reference to an object of type '{0}'."
  5469. /// </summary>
  5470. internal static string ObjectStateManager_NoEntryExistsForObject(object p0)
  5471. {
  5472. return EntityRes.GetString(EntityRes.ObjectStateManager_NoEntryExistsForObject, p0);
  5473. }
  5474. /// <summary>
  5475. /// A string like "An object with a key that matches the key of the supplied object could not be found in the ObjectStateManager. Verify that the key values of the supplied object match the key values of the object to which changes must be applied."
  5476. /// </summary>
  5477. internal static string ObjectStateManager_EntityNotTracked
  5478. {
  5479. get { return EntityRes.GetString(EntityRes.ObjectStateManager_EntityNotTracked); }
  5480. }
  5481. /// <summary>
  5482. /// A string like "Objects in a detached state do not exist in the ObjectStateManager."
  5483. /// </summary>
  5484. internal static string ObjectStateManager_DetachedObjectStateEntriesDoesNotExistInObjectStateManager
  5485. {
  5486. get { return EntityRes.GetString(EntityRes.ObjectStateManager_DetachedObjectStateEntriesDoesNotExistInObjectStateManager); }
  5487. }
  5488. /// <summary>
  5489. /// A string like "An object with the same key already exists in the ObjectStateManager. The ObjectStateManager cannot track multiple objects with the same key."
  5490. /// </summary>
  5491. internal static string ObjectStateManager_ObjectStateManagerContainsThisEntityKey
  5492. {
  5493. get { return EntityRes.GetString(EntityRes.ObjectStateManager_ObjectStateManagerContainsThisEntityKey); }
  5494. }
  5495. /// <summary>
  5496. /// A string like "An object with the same key already exists in the ObjectStateManager. The existing object is in the {0} state. An object can only be added to the ObjectStateManager again if it is in the added state."
  5497. /// </summary>
  5498. internal static string ObjectStateManager_DoesnotAllowToReAddUnchangedOrModifiedOrDeletedEntity(object p0)
  5499. {
  5500. return EntityRes.GetString(EntityRes.ObjectStateManager_DoesnotAllowToReAddUnchangedOrModifiedOrDeletedEntity, p0);
  5501. }
  5502. /// <summary>
  5503. /// A string like "AcceptChanges cannot continue because the object's key values conflict with another object in the ObjectStateManager. Make sure that the key values are unique before calling AcceptChanges."
  5504. /// </summary>
  5505. internal static string ObjectStateManager_CannotFixUpKeyToExistingValues
  5506. {
  5507. get { return EntityRes.GetString(EntityRes.ObjectStateManager_CannotFixUpKeyToExistingValues); }
  5508. }
  5509. /// <summary>
  5510. /// A string like "The value of a property that is part of an object's key does not match the corresponding property value stored in the ObjectContext. This can occur if properties that are part of the key return inconsistent or incorrect values or if DetectChanges is not called after changes are made to a property that is part of the key."
  5511. /// </summary>
  5512. internal static string ObjectStateManager_KeyPropertyDoesntMatchValueInKey
  5513. {
  5514. get { return EntityRes.GetString(EntityRes.ObjectStateManager_KeyPropertyDoesntMatchValueInKey); }
  5515. }
  5516. /// <summary>
  5517. /// A string like "The object cannot be attached because the value of a property that is a part of the EntityKey does not match the corresponding value in the EntityKey."
  5518. /// </summary>
  5519. internal static string ObjectStateManager_KeyPropertyDoesntMatchValueInKeyForAttach
  5520. {
  5521. get { return EntityRes.GetString(EntityRes.ObjectStateManager_KeyPropertyDoesntMatchValueInKeyForAttach); }
  5522. }
  5523. /// <summary>
  5524. /// A string like "The object's EntityKey value is not valid."
  5525. /// </summary>
  5526. internal static string ObjectStateManager_InvalidKey
  5527. {
  5528. get { return EntityRes.GetString(EntityRes.ObjectStateManager_InvalidKey); }
  5529. }
  5530. /// <summary>
  5531. /// A string like "EntityType '{0}' does not exist in the EntitySet '{1}'."
  5532. /// </summary>
  5533. internal static string ObjectStateManager_EntityTypeDoesnotMatchtoEntitySetType(object p0, object p1)
  5534. {
  5535. return EntityRes.GetString(EntityRes.ObjectStateManager_EntityTypeDoesnotMatchtoEntitySetType, p0, p1);
  5536. }
  5537. /// <summary>
  5538. /// A string like "AcceptChanges cannot continue because the object's EntityKey value is null or is not a temporary key. This can happen when the EntityKey property is modified while the object is in an added state."
  5539. /// </summary>
  5540. internal static string ObjectStateManager_AcceptChangesEntityKeyIsNotValid
  5541. {
  5542. get { return EntityRes.GetString(EntityRes.ObjectStateManager_AcceptChangesEntityKeyIsNotValid); }
  5543. }
  5544. /// <summary>
  5545. /// A string like "The object cannot be added to the object context. The object's EntityKey has an ObjectStateEntry that indicates that the object is already participating in a different relationship."
  5546. /// </summary>
  5547. internal static string ObjectStateManager_EntityConflictsWithKeyEntry
  5548. {
  5549. get { return EntityRes.GetString(EntityRes.ObjectStateManager_EntityConflictsWithKeyEntry); }
  5550. }
  5551. /// <summary>
  5552. /// A string like "A RelationshipManager cannot be returned for this object. A RelationshipManager can only be returned for objects that are either tracked by the ObjectStateManager or that implement IEntityWithRelationships."
  5553. /// </summary>
  5554. internal static string ObjectStateManager_CannotGetRelationshipManagerForDetachedPocoEntity
  5555. {
  5556. get { return EntityRes.GetString(EntityRes.ObjectStateManager_CannotGetRelationshipManagerForDetachedPocoEntity); }
  5557. }
  5558. /// <summary>
  5559. /// A string like "Cannot change relationship's state to the state other than deleted or detached if the source or target entity is in the deleted state."
  5560. /// </summary>
  5561. internal static string ObjectStateManager_CannotChangeRelationshipStateEntityDeleted
  5562. {
  5563. get { return EntityRes.GetString(EntityRes.ObjectStateManager_CannotChangeRelationshipStateEntityDeleted); }
  5564. }
  5565. /// <summary>
  5566. /// A string like "Cannot change relationship's state to the state other than added or detached if the source or target entity is in the added state."
  5567. /// </summary>
  5568. internal static string ObjectStateManager_CannotChangeRelationshipStateEntityAdded
  5569. {
  5570. get { return EntityRes.GetString(EntityRes.ObjectStateManager_CannotChangeRelationshipStateEntityAdded); }
  5571. }
  5572. /// <summary>
  5573. /// A string like "Cannot change state of a relationship if one of the ends of the relationship is a KeyEntry."
  5574. /// </summary>
  5575. internal static string ObjectStateManager_CannotChangeRelationshipStateKeyEntry
  5576. {
  5577. get { return EntityRes.GetString(EntityRes.ObjectStateManager_CannotChangeRelationshipStateKeyEntry); }
  5578. }
  5579. /// <summary>
  5580. /// A string like "Conflicting changes to the role '{0}' of the relationship '{1}' have been detected."
  5581. /// </summary>
  5582. internal static string ObjectStateManager_ConflictingChangesOfRelationshipDetected(object p0, object p1)
  5583. {
  5584. return EntityRes.GetString(EntityRes.ObjectStateManager_ConflictingChangesOfRelationshipDetected, p0, p1);
  5585. }
  5586. /// <summary>
  5587. /// A string like "The ChangeRelationshipState method is not supported for relationships that are defined by using foreign-key values."
  5588. /// </summary>
  5589. internal static string ObjectStateManager_ChangeRelationshipStateNotSupportedForForeignKeyAssociations
  5590. {
  5591. get { return EntityRes.GetString(EntityRes.ObjectStateManager_ChangeRelationshipStateNotSupportedForForeignKeyAssociations); }
  5592. }
  5593. /// <summary>
  5594. /// A string like "The object state cannot be changed. This exception may result from one or more of the primary key properties being set to null. Non-Added objects cannot have null primary key values. See inner exception for details."
  5595. /// </summary>
  5596. internal static string ObjectStateManager_ChangeStateFromAddedWithNullKeyIsInvalid
  5597. {
  5598. get { return EntityRes.GetString(EntityRes.ObjectStateManager_ChangeStateFromAddedWithNullKeyIsInvalid); }
  5599. }
  5600. /// <summary>
  5601. /// A string like "The following objects have not been refreshed because they were not found in the store: {0}."
  5602. /// </summary>
  5603. internal static string ObjectContext_ClientEntityRemovedFromStore(object p0)
  5604. {
  5605. return EntityRes.GetString(EntityRes.ObjectContext_ClientEntityRemovedFromStore, p0);
  5606. }
  5607. /// <summary>
  5608. /// A string like "The refresh attempt has failed because an unexpected entity was returned by the data source."
  5609. /// </summary>
  5610. internal static string ObjectContext_StoreEntityNotPresentInClient
  5611. {
  5612. get { return EntityRes.GetString(EntityRes.ObjectContext_StoreEntityNotPresentInClient); }
  5613. }
  5614. /// <summary>
  5615. /// A string like "The supplied connection string is not valid, because it contains insufficient mapping or metadata information."
  5616. /// </summary>
  5617. internal static string ObjectContext_InvalidConnectionString
  5618. {
  5619. get { return EntityRes.GetString(EntityRes.ObjectContext_InvalidConnectionString); }
  5620. }
  5621. /// <summary>
  5622. /// A string like "The supplied connection is not valid because it contains insufficient mapping or metadata information."
  5623. /// </summary>
  5624. internal static string ObjectContext_InvalidConnection
  5625. {
  5626. get { return EntityRes.GetString(EntityRes.ObjectContext_InvalidConnection); }
  5627. }
  5628. /// <summary>
  5629. /// A string like "The specified default EntityContainer name '{0}' could not be found in the mapping and metadata information."
  5630. /// </summary>
  5631. internal static string ObjectContext_InvalidDefaultContainerName(object p0)
  5632. {
  5633. return EntityRes.GetString(EntityRes.ObjectContext_InvalidDefaultContainerName, p0);
  5634. }
  5635. /// <summary>
  5636. /// A string like "The element at index {0} in the collection of objects to refresh is in the added state. Objects in this state cannot be refreshed."
  5637. /// </summary>
  5638. internal static string ObjectContext_NthElementInAddedState(object p0)
  5639. {
  5640. return EntityRes.GetString(EntityRes.ObjectContext_NthElementInAddedState, p0);
  5641. }
  5642. /// <summary>
  5643. /// A string like "The element at index {0} in the collection of objects to refresh is a duplicate of an object that is already in the collection."
  5644. /// </summary>
  5645. internal static string ObjectContext_NthElementIsDuplicate(object p0)
  5646. {
  5647. return EntityRes.GetString(EntityRes.ObjectContext_NthElementIsDuplicate, p0);
  5648. }
  5649. /// <summary>
  5650. /// A string like "The element at index {0} in the collection of objects to refresh is null."
  5651. /// </summary>
  5652. internal static string ObjectContext_NthElementIsNull(object p0)
  5653. {
  5654. return EntityRes.GetString(EntityRes.ObjectContext_NthElementIsNull, p0);
  5655. }
  5656. /// <summary>
  5657. /// A string like "The element at index {0} in the collection of objects to refresh has a null EntityKey property value or is not attached to this ObjectStateManager."
  5658. /// </summary>
  5659. internal static string ObjectContext_NthElementNotInObjectStateManager(object p0)
  5660. {
  5661. return EntityRes.GetString(EntityRes.ObjectContext_NthElementNotInObjectStateManager, p0);
  5662. }
  5663. /// <summary>
  5664. /// A string like "An object with the specified EntityKey value could not be found."
  5665. /// </summary>
  5666. internal static string ObjectContext_ObjectNotFound
  5667. {
  5668. get { return EntityRes.GetString(EntityRes.ObjectContext_ObjectNotFound); }
  5669. }
  5670. /// <summary>
  5671. /// A string like "The object cannot be deleted because it was not found in the ObjectStateManager."
  5672. /// </summary>
  5673. internal static string ObjectContext_CannotDeleteEntityNotInObjectStateManager
  5674. {
  5675. get { return EntityRes.GetString(EntityRes.ObjectContext_CannotDeleteEntityNotInObjectStateManager); }
  5676. }
  5677. /// <summary>
  5678. /// A string like "The object cannot be detached because it is not attached to the ObjectStateManager."
  5679. /// </summary>
  5680. internal static string ObjectContext_CannotDetachEntityNotInObjectStateManager
  5681. {
  5682. get { return EntityRes.GetString(EntityRes.ObjectContext_CannotDetachEntityNotInObjectStateManager); }
  5683. }
  5684. /// <summary>
  5685. /// A string like "The EntitySet name '{0}' could not be found."
  5686. /// </summary>
  5687. internal static string ObjectContext_EntitySetNotFoundForName(object p0)
  5688. {
  5689. return EntityRes.GetString(EntityRes.ObjectContext_EntitySetNotFoundForName, p0);
  5690. }
  5691. /// <summary>
  5692. /// A string like "The EntityContainer name '{0}' could not be found."
  5693. /// </summary>
  5694. internal static string ObjectContext_EntityContainerNotFoundForName(object p0)
  5695. {
  5696. return EntityRes.GetString(EntityRes.ObjectContext_EntityContainerNotFoundForName, p0);
  5697. }
  5698. /// <summary>
  5699. /// A string like "The specified CommandTimeout value is not valid. It must be a positive number."
  5700. /// </summary>
  5701. internal static string ObjectContext_InvalidCommandTimeout
  5702. {
  5703. get { return EntityRes.GetString(EntityRes.ObjectContext_InvalidCommandTimeout); }
  5704. }
  5705. /// <summary>
  5706. /// A string like "Mapping and metadata information could not be found for EntityType '{0}'."
  5707. /// </summary>
  5708. internal static string ObjectContext_NoMappingForEntityType(object p0)
  5709. {
  5710. return EntityRes.GetString(EntityRes.ObjectContext_NoMappingForEntityType, p0);
  5711. }
  5712. /// <summary>
  5713. /// A string like "The object cannot be attached because it is already in the object context. An object can only be reattached when it is in an unchanged state. "
  5714. /// </summary>
  5715. internal static string ObjectContext_EntityAlreadyExistsInObjectStateManager
  5716. {
  5717. get { return EntityRes.GetString(EntityRes.ObjectContext_EntityAlreadyExistsInObjectStateManager); }
  5718. }
  5719. /// <summary>
  5720. /// A string like "The EntitySet name '{0}.{1}' from the object's EntityKey does not match the expected EntitySet name, '{2}.{3}'."
  5721. /// </summary>
  5722. internal static string ObjectContext_InvalidEntitySetInKey(object p0, object p1, object p2, object p3)
  5723. {
  5724. return EntityRes.GetString(EntityRes.ObjectContext_InvalidEntitySetInKey, p0, p1, p2, p3);
  5725. }
  5726. /// <summary>
  5727. /// A string like "An object with a null EntityKey value cannot be attached to an object context."
  5728. /// </summary>
  5729. internal static string ObjectContext_CannotAttachEntityWithoutKey
  5730. {
  5731. get { return EntityRes.GetString(EntityRes.ObjectContext_CannotAttachEntityWithoutKey); }
  5732. }
  5733. /// <summary>
  5734. /// A string like "An object with a temporary EntityKey value cannot be attached to an object context."
  5735. /// </summary>
  5736. internal static string ObjectContext_CannotAttachEntityWithTemporaryKey
  5737. {
  5738. get { return EntityRes.GetString(EntityRes.ObjectContext_CannotAttachEntityWithTemporaryKey); }
  5739. }
  5740. /// <summary>
  5741. /// A string like "The EntitySet name could not be determined. To attach an object, supply a valid EntitySet name and make sure that the object has a valid EntityKey."
  5742. /// </summary>
  5743. internal static string ObjectContext_EntitySetNameOrEntityKeyRequired
  5744. {
  5745. get { return EntityRes.GetString(EntityRes.ObjectContext_EntitySetNameOrEntityKeyRequired); }
  5746. }
  5747. /// <summary>
  5748. /// A string like "The type parameter '{0}' in ExecuteFunction is incompatible with the type '{1}' returned by the function. "
  5749. /// </summary>
  5750. internal static string ObjectContext_ExecuteFunctionTypeMismatch(object p0, object p1)
  5751. {
  5752. return EntityRes.GetString(EntityRes.ObjectContext_ExecuteFunctionTypeMismatch, p0, p1);
  5753. }
  5754. /// <summary>
  5755. /// A string like "The stored procedure or function '{1}' returned the type '{0}'. ExecuteFunction only supports stored procedures and functions that return collections of entity objects or collections of complex objects. "
  5756. /// </summary>
  5757. internal static string ObjectContext_ExecuteFunctionCalledWithScalarFunction(object p0, object p1)
  5758. {
  5759. return EntityRes.GetString(EntityRes.ObjectContext_ExecuteFunctionCalledWithScalarFunction, p0, p1);
  5760. }
  5761. /// <summary>
  5762. /// A string like "The stored procedure or function '{0}' does not have a return type. ExecuteFunction only supports stored procedures and functions that have a return type. "
  5763. /// </summary>
  5764. internal static string ObjectContext_ExecuteFunctionCalledWithNonQueryFunction(object p0)
  5765. {
  5766. return EntityRes.GetString(EntityRes.ObjectContext_ExecuteFunctionCalledWithNonQueryFunction, p0);
  5767. }
  5768. /// <summary>
  5769. /// A string like "The parameter at index {0} in the parameters array is null."
  5770. /// </summary>
  5771. internal static string ObjectContext_ExecuteFunctionCalledWithNullParameter(object p0)
  5772. {
  5773. return EntityRes.GetString(EntityRes.ObjectContext_ExecuteFunctionCalledWithNullParameter, p0);
  5774. }
  5775. /// <summary>
  5776. /// A string like "The EntityContainer name could not be determined. The provided EntitySet name must be qualified by the EntityContainer name, such as 'EntityContainerName.EntitySetName', or the DefaultContainerName property must be set for the ObjectContext."
  5777. /// </summary>
  5778. internal static string ObjectContext_ContainerQualifiedEntitySetNameRequired
  5779. {
  5780. get { return EntityRes.GetString(EntityRes.ObjectContext_ContainerQualifiedEntitySetNameRequired); }
  5781. }
  5782. /// <summary>
  5783. /// A string like "The DefaultContainerName property has already been set for this ObjectContext. This property cannot be changed after it has been set. "
  5784. /// </summary>
  5785. internal static string ObjectContext_CannotSetDefaultContainerName
  5786. {
  5787. get { return EntityRes.GetString(EntityRes.ObjectContext_CannotSetDefaultContainerName); }
  5788. }
  5789. /// <summary>
  5790. /// A string like "The provided EntitySet name must be qualified by the EntityContainer name, such as 'EntityContainerName.EntitySetName', or the DefaultContainerName property must be set for the ObjectContext."
  5791. /// </summary>
  5792. internal static string ObjectContext_QualfiedEntitySetName
  5793. {
  5794. get { return EntityRes.GetString(EntityRes.ObjectContext_QualfiedEntitySetName); }
  5795. }
  5796. /// <summary>
  5797. /// A string like "The object in the ObjectContext is of type '{0}', but the modified object provided is of type '{1}'. The two objects must be of the same EntityType for changes to be applied. "
  5798. /// </summary>
  5799. internal static string ObjectContext_EntitiesHaveDifferentType(object p0, object p1)
  5800. {
  5801. return EntityRes.GetString(EntityRes.ObjectContext_EntitiesHaveDifferentType, p0, p1);
  5802. }
  5803. /// <summary>
  5804. /// A string like "The existing object in the ObjectContext is in the {0} state. Changes can only be applied when the existing object is in an unchanged or modified state."
  5805. /// </summary>
  5806. internal static string ObjectContext_EntityMustBeUnchangedOrModified(object p0)
  5807. {
  5808. return EntityRes.GetString(EntityRes.ObjectContext_EntityMustBeUnchangedOrModified, p0);
  5809. }
  5810. /// <summary>
  5811. /// A string like "The existing object in the ObjectContext is in the {0} state. Original values can be changed when the existing object is in an unchanged, modified or deleted state."
  5812. /// </summary>
  5813. internal static string ObjectContext_EntityMustBeUnchangedOrModifiedOrDeleted(object p0)
  5814. {
  5815. return EntityRes.GetString(EntityRes.ObjectContext_EntityMustBeUnchangedOrModifiedOrDeleted, p0);
  5816. }
  5817. /// <summary>
  5818. /// A string like "The changes to the database were committed successfully, but an error occurred while updating the object context. The ObjectContext might be in an inconsistent state. Inner exception message: {0}"
  5819. /// </summary>
  5820. internal static string ObjectContext_AcceptAllChangesFailure(object p0)
  5821. {
  5822. return EntityRes.GetString(EntityRes.ObjectContext_AcceptAllChangesFailure, p0);
  5823. }
  5824. /// <summary>
  5825. /// A string like "The operation failed: The relationship could not be changed because one or more of the foreign-key properties is non-nullable. When a change is made to a relationship, the related foreign-key property is set to a null value. If the foreign-key does not support null values, a new relationship must be defined, the foreign-key property must be assigned another non-null value, or the unrelated object must be deleted."
  5826. /// </summary>
  5827. internal static string ObjectContext_CommitWithConceptualNull
  5828. {
  5829. get { return EntityRes.GetString(EntityRes.ObjectContext_CommitWithConceptualNull); }
  5830. }
  5831. /// <summary>
  5832. /// A string like "The EntitySet, '{0}', from the entity's EntityKey does not match the entity's type, '{1}'."
  5833. /// </summary>
  5834. internal static string ObjectContext_InvalidEntitySetOnEntity(object p0, object p1)
  5835. {
  5836. return EntityRes.GetString(EntityRes.ObjectContext_InvalidEntitySetOnEntity, p0, p1);
  5837. }
  5838. /// <summary>
  5839. /// A string like "The specified entity type, '{0}', does not match the type '{1}' from the EntitySet '{2}'."
  5840. /// </summary>
  5841. internal static string ObjectContext_InvalidObjectSetTypeForEntitySet(object p0, object p1, object p2)
  5842. {
  5843. return EntityRes.GetString(EntityRes.ObjectContext_InvalidObjectSetTypeForEntitySet, p0, p1, p2);
  5844. }
  5845. /// <summary>
  5846. /// A string like "The EntitySet name '{0}.{1}' from the entity's EntityKey does not match the expected EntitySet name '{2}.{3}' from the '{4}' parameter."
  5847. /// </summary>
  5848. internal static string ObjectContext_InvalidEntitySetInKeyFromName(object p0, object p1, object p2, object p3, object p4)
  5849. {
  5850. return EntityRes.GetString(EntityRes.ObjectContext_InvalidEntitySetInKeyFromName, p0, p1, p2, p3, p4);
  5851. }
  5852. /// <summary>
  5853. /// A string like "The ObjectContext instance has been disposed and can no longer be used for operations that require a connection."
  5854. /// </summary>
  5855. internal static string ObjectContext_ObjectDisposed
  5856. {
  5857. get { return EntityRes.GetString(EntityRes.ObjectContext_ObjectDisposed); }
  5858. }
  5859. /// <summary>
  5860. /// A string like "Cannot explicitly load {0} for entities that are detached. Objects loaded using the NoTracking merge option are always detached."
  5861. /// </summary>
  5862. internal static string ObjectContext_CannotExplicitlyLoadDetachedRelationships(object p0)
  5863. {
  5864. return EntityRes.GetString(EntityRes.ObjectContext_CannotExplicitlyLoadDetachedRelationships, p0);
  5865. }
  5866. /// <summary>
  5867. /// A string like "Cannot load {0} using a context different than that with which the object was loaded."
  5868. /// </summary>
  5869. internal static string ObjectContext_CannotLoadReferencesUsingDifferentContext(object p0)
  5870. {
  5871. return EntityRes.GetString(EntityRes.ObjectContext_CannotLoadReferencesUsingDifferentContext, p0);
  5872. }
  5873. /// <summary>
  5874. /// A string like "The selector expression for LoadProperty must be a MemberAccess for the property."
  5875. /// </summary>
  5876. internal static string ObjectContext_SelectorExpressionMustBeMemberAccess
  5877. {
  5878. get { return EntityRes.GetString(EntityRes.ObjectContext_SelectorExpressionMustBeMemberAccess); }
  5879. }
  5880. /// <summary>
  5881. /// A string like "The EntitySet could not be determined for the specified entity type '{0}' because there is more than one EntitySet defined for this type in the EntityContainer '{1}'. Use the overload of the CreateObjectSet<TEntity>() method that takes a string parameter if you want to use the TEntity type and a specific EntitySet."
  5882. /// </summary>
  5883. internal static string ObjectContext_MultipleEntitySetsFoundInSingleContainer(object p0, object p1)
  5884. {
  5885. return EntityRes.GetString(EntityRes.ObjectContext_MultipleEntitySetsFoundInSingleContainer, p0, p1);
  5886. }
  5887. /// <summary>
  5888. /// A string like "The EntitySet could not be determined for the specified entity type '{0}' because there is more than one EntitySet defined for this type in multiple EntityContainers in the metadata. Use the overload of the CreateObjectSet<TEntity>() method that takes a string parameter if you want to use the TEntity type and a specific EntitySet."
  5889. /// </summary>
  5890. internal static string ObjectContext_MultipleEntitySetsFoundInAllContainers(object p0)
  5891. {
  5892. return EntityRes.GetString(EntityRes.ObjectContext_MultipleEntitySetsFoundInAllContainers, p0);
  5893. }
  5894. /// <summary>
  5895. /// A string like "There are no EntitySets defined for the specified entity type '{0}'. If '{0}' is a derived type, use the base type instead."
  5896. /// </summary>
  5897. internal static string ObjectContext_NoEntitySetFoundForType(object p0)
  5898. {
  5899. return EntityRes.GetString(EntityRes.ObjectContext_NoEntitySetFoundForType, p0);
  5900. }
  5901. /// <summary>
  5902. /// A string like "The specified entity cannot be deleted from the ObjectSet because the entity is a member of the EntitySet '{0}.{1}' instead of the EntitySet '{2}.{3}' that is referenced by the ObjectSet. Use the DeleteObject method on the ObjectSet that contains the entity, or use the ObjectContext.DeleteObject method if you want to delete the entity without validating its EntitySet."
  5903. /// </summary>
  5904. internal static string ObjectContext_EntityNotInObjectSet_Delete(object p0, object p1, object p2, object p3)
  5905. {
  5906. return EntityRes.GetString(EntityRes.ObjectContext_EntityNotInObjectSet_Delete, p0, p1, p2, p3);
  5907. }
  5908. /// <summary>
  5909. /// A string like "The specified entity cannot be detached from the ObjectSet because the entity is a member of the EntitySet '{0}.{1}' instead of the EntitySet '{2}.{3}' that is referenced by the ObjectSet. Use the Detach method on the ObjectSet that contains the entity, or use the ObjectContext.Detach method if you want to delete the entity without validating its EntitySet."
  5910. /// </summary>
  5911. internal static string ObjectContext_EntityNotInObjectSet_Detach(object p0, object p1, object p2, object p3)
  5912. {
  5913. return EntityRes.GetString(EntityRes.ObjectContext_EntityNotInObjectSet_Detach, p0, p1, p2, p3);
  5914. }
  5915. /// <summary>
  5916. /// A string like "The EntityState value passed for the entity is not valid. The EntityState value must be one of the following: Added, Deleted, Detached, Modified, or Unchanged."
  5917. /// </summary>
  5918. internal static string ObjectContext_InvalidEntityState
  5919. {
  5920. get { return EntityRes.GetString(EntityRes.ObjectContext_InvalidEntityState); }
  5921. }
  5922. /// <summary>
  5923. /// A string like "The EntityState value passed for the relationship is not valid. The EntityState value must be one of the following: Added, Deleted, Detached, or Unchanged. Relationships cannot be set to the Modified state."
  5924. /// </summary>
  5925. internal static string ObjectContext_InvalidRelationshipState
  5926. {
  5927. get { return EntityRes.GetString(EntityRes.ObjectContext_InvalidRelationshipState); }
  5928. }
  5929. /// <summary>
  5930. /// A string like "An object that has a key that matches the key of the supplied object could not be found in the ObjectStateManager. Verify that the object to which changes must be applied is not in the Added state and that its key values match the key values of the supplied object."
  5931. /// </summary>
  5932. internal static string ObjectContext_EntityNotTrackedOrHasTempKey
  5933. {
  5934. get { return EntityRes.GetString(EntityRes.ObjectContext_EntityNotTrackedOrHasTempKey); }
  5935. }
  5936. /// <summary>
  5937. /// A string like "When executing a command, parameters must be exclusively database parameters or values."
  5938. /// </summary>
  5939. internal static string ObjectContext_ExecuteCommandWithMixOfDbParameterAndValues
  5940. {
  5941. get { return EntityRes.GetString(EntityRes.ObjectContext_ExecuteCommandWithMixOfDbParameterAndValues); }
  5942. }
  5943. /// <summary>
  5944. /// A string like "The specified EntitySet '{0}.{1}' does not contain results of type '{2}'."
  5945. /// </summary>
  5946. internal static string ObjectContext_InvalidEntitySetForStoreQuery(object p0, object p1, object p2)
  5947. {
  5948. return EntityRes.GetString(EntityRes.ObjectContext_InvalidEntitySetForStoreQuery, p0, p1, p2);
  5949. }
  5950. /// <summary>
  5951. /// A string like "The result type '{0}' may not be abstract and must include a default constructor."
  5952. /// </summary>
  5953. internal static string ObjectContext_InvalidTypeForStoreQuery(object p0)
  5954. {
  5955. return EntityRes.GetString(EntityRes.ObjectContext_InvalidTypeForStoreQuery, p0);
  5956. }
  5957. /// <summary>
  5958. /// A string like "The '{0}' column is mapped to multiple properties '{1}'. Ensure a separate column exists for each property."
  5959. /// </summary>
  5960. internal static string ObjectContext_TwoPropertiesMappedToSameColumn(object p0, object p1)
  5961. {
  5962. return EntityRes.GetString(EntityRes.ObjectContext_TwoPropertiesMappedToSameColumn, p0, p1);
  5963. }
  5964. /// <summary>
  5965. /// A string like "Attach is not a valid operation when the source object associated with this related end is in an added, deleted, or detached state. Objects loaded using the NoTracking merge option are always detached."
  5966. /// </summary>
  5967. internal static string RelatedEnd_InvalidOwnerStateForAttach
  5968. {
  5969. get { return EntityRes.GetString(EntityRes.RelatedEnd_InvalidOwnerStateForAttach); }
  5970. }
  5971. /// <summary>
  5972. /// A string like "The object at index {0} in the specified collection of objects is null."
  5973. /// </summary>
  5974. internal static string RelatedEnd_InvalidNthElementNullForAttach(object p0)
  5975. {
  5976. return EntityRes.GetString(EntityRes.RelatedEnd_InvalidNthElementNullForAttach, p0);
  5977. }
  5978. /// <summary>
  5979. /// A string like "The object at index {0} in the specified collection of objects is not attached to the same ObjectContext as source object of this EntityCollection."
  5980. /// </summary>
  5981. internal static string RelatedEnd_InvalidNthElementContextForAttach(object p0)
  5982. {
  5983. return EntityRes.GetString(EntityRes.RelatedEnd_InvalidNthElementContextForAttach, p0);
  5984. }
  5985. /// <summary>
  5986. /// A string like "The object at index {0} in the specified collection of objects is in an added or deleted state. Relationships cannot be created for objects in this state."
  5987. /// </summary>
  5988. internal static string RelatedEnd_InvalidNthElementStateForAttach(object p0)
  5989. {
  5990. return EntityRes.GetString(EntityRes.RelatedEnd_InvalidNthElementStateForAttach, p0);
  5991. }
  5992. /// <summary>
  5993. /// A string like "The object being attached to the source object is not attached to the same ObjectContext as the source object."
  5994. /// </summary>
  5995. internal static string RelatedEnd_InvalidEntityContextForAttach
  5996. {
  5997. get { return EntityRes.GetString(EntityRes.RelatedEnd_InvalidEntityContextForAttach); }
  5998. }
  5999. /// <summary>
  6000. /// A string like "The object being attached is in an added or deleted state. Relationships cannot be created for objects in this state."
  6001. /// </summary>
  6002. internal static string RelatedEnd_InvalidEntityStateForAttach
  6003. {
  6004. get { return EntityRes.GetString(EntityRes.RelatedEnd_InvalidEntityStateForAttach); }
  6005. }
  6006. /// <summary>
  6007. /// A string like "The object could not be added to the EntityCollection or EntityReference. An object that is attached to an ObjectContext cannot be added to an EntityCollection or EntityReference that is not associated with a source object. "
  6008. /// </summary>
  6009. internal static string RelatedEnd_UnableToAddEntity
  6010. {
  6011. get { return EntityRes.GetString(EntityRes.RelatedEnd_UnableToAddEntity); }
  6012. }
  6013. /// <summary>
  6014. /// A string like " The object could not be removed from the EntityCollection or EntityReference. An object that is attached to an ObjectContext cannot be removed from an EntityCollection or EntityReference that is not associated with a source object."
  6015. /// </summary>
  6016. internal static string RelatedEnd_UnableToRemoveEntity
  6017. {
  6018. get { return EntityRes.GetString(EntityRes.RelatedEnd_UnableToRemoveEntity); }
  6019. }
  6020. /// <summary>
  6021. /// A string like "Adding a relationship with an entity which is in the Deleted state is not allowed."
  6022. /// </summary>
  6023. internal static string RelatedEnd_UnableToAddRelationshipWithDeletedEntity
  6024. {
  6025. get { return EntityRes.GetString(EntityRes.RelatedEnd_UnableToAddRelationshipWithDeletedEntity); }
  6026. }
  6027. /// <summary>
  6028. /// A string like "The {0} object could not be serialized. This type of object cannot be serialized when the RelationshipManager belongs to an entity object that does not implement IEntityWithRelationships."
  6029. /// </summary>
  6030. internal static string RelatedEnd_CannotSerialize(object p0)
  6031. {
  6032. return EntityRes.GetString(EntityRes.RelatedEnd_CannotSerialize, p0);
  6033. }
  6034. /// <summary>
  6035. /// A string like "An item cannot be added to a fixed size Array of type '{0}'."
  6036. /// </summary>
  6037. internal static string RelatedEnd_CannotAddToFixedSizeArray(object p0)
  6038. {
  6039. return EntityRes.GetString(EntityRes.RelatedEnd_CannotAddToFixedSizeArray, p0);
  6040. }
  6041. /// <summary>
  6042. /// A string like "An item cannot be removed from a fixed size Array of type '{0}'."
  6043. /// </summary>
  6044. internal static string RelatedEnd_CannotRemoveFromFixedSizeArray(object p0)
  6045. {
  6046. return EntityRes.GetString(EntityRes.RelatedEnd_CannotRemoveFromFixedSizeArray, p0);
  6047. }
  6048. /// <summary>
  6049. /// A string like "This property cannot be set to a null value."
  6050. /// </summary>
  6051. internal static string Materializer_PropertyIsNotNullable
  6052. {
  6053. get { return EntityRes.GetString(EntityRes.Materializer_PropertyIsNotNullable); }
  6054. }
  6055. /// <summary>
  6056. /// A string like "The property '{0}' cannot be set to a null value."
  6057. /// </summary>
  6058. internal static string Materializer_PropertyIsNotNullableWithName(object p0)
  6059. {
  6060. return EntityRes.GetString(EntityRes.Materializer_PropertyIsNotNullableWithName, p0);
  6061. }
  6062. /// <summary>
  6063. /// A string like "The '{2}' property on '{1}' could not be set to a '{3}' value. You must set this property to a non-null value of type '{0}'. "
  6064. /// </summary>
  6065. internal static string Materializer_SetInvalidValue(object p0, object p1, object p2, object p3)
  6066. {
  6067. return EntityRes.GetString(EntityRes.Materializer_SetInvalidValue, p0, p1, p2, p3);
  6068. }
  6069. /// <summary>
  6070. /// A string like "The specified cast from a materialized '{0}' type to the '{1}' type is not valid."
  6071. /// </summary>
  6072. internal static string Materializer_InvalidCastReference(object p0, object p1)
  6073. {
  6074. return EntityRes.GetString(EntityRes.Materializer_InvalidCastReference, p0, p1);
  6075. }
  6076. /// <summary>
  6077. /// A string like "The specified cast from a materialized '{0}' type to a nullable '{1}' type is not valid."
  6078. /// </summary>
  6079. internal static string Materializer_InvalidCastNullable(object p0, object p1)
  6080. {
  6081. return EntityRes.GetString(EntityRes.Materializer_InvalidCastNullable, p0, p1);
  6082. }
  6083. /// <summary>
  6084. /// A string like "The cast to value type '{0}' failed because the materialized value is null. Either the result type's generic parameter or the query must use a nullable type."
  6085. /// </summary>
  6086. internal static string Materializer_NullReferenceCast(object p0)
  6087. {
  6088. return EntityRes.GetString(EntityRes.Materializer_NullReferenceCast, p0);
  6089. }
  6090. /// <summary>
  6091. /// A string like "All objects in the EntitySet '{0}' must have unique primary keys. However, an instance of type '{1}' and an instance of type '{2}' both have the same primary key value, '{3}'. "
  6092. /// </summary>
  6093. internal static string Materializer_RecyclingEntity(object p0, object p1, object p2, object p3)
  6094. {
  6095. return EntityRes.GetString(EntityRes.Materializer_RecyclingEntity, p0, p1, p2, p3);
  6096. }
  6097. /// <summary>
  6098. /// A string like "An object with a key value '{0}' already exists in an added state. An object in this state cannot be merged."
  6099. /// </summary>
  6100. internal static string Materializer_AddedEntityAlreadyExists(object p0)
  6101. {
  6102. return EntityRes.GetString(EntityRes.Materializer_AddedEntityAlreadyExists, p0);
  6103. }
  6104. /// <summary>
  6105. /// A string like "The result of a query cannot be enumerated more than once."
  6106. /// </summary>
  6107. internal static string Materializer_CannotReEnumerateQueryResults
  6108. {
  6109. get { return EntityRes.GetString(EntityRes.Materializer_CannotReEnumerateQueryResults); }
  6110. }
  6111. /// <summary>
  6112. /// A string like "Only primitive types, entity types, and complex types can be materialized."
  6113. /// </summary>
  6114. internal static string Materializer_UnsupportedType
  6115. {
  6116. get { return EntityRes.GetString(EntityRes.Materializer_UnsupportedType); }
  6117. }
  6118. /// <summary>
  6119. /// A string like "The relationship '{0}' does not match any relationship defined in the conceptual model."
  6120. /// </summary>
  6121. internal static string Collections_NoRelationshipSetMatched(object p0)
  6122. {
  6123. return EntityRes.GetString(EntityRes.Collections_NoRelationshipSetMatched, p0);
  6124. }
  6125. /// <summary>
  6126. /// A string like "An EntityCollection of {0} objects could not be returned for role name '{1}' in relationship '{2}'. Make sure that the EdmRelationshipAttribute that defines this relationship has the correct RelationshipMultiplicity for this role name. For more information, see the Entity Framework documentation."
  6127. /// </summary>
  6128. internal static string Collections_ExpectedCollectionGotReference(object p0, object p1, object p2)
  6129. {
  6130. return EntityRes.GetString(EntityRes.Collections_ExpectedCollectionGotReference, p0, p1, p2);
  6131. }
  6132. /// <summary>
  6133. /// A string like "The source query for this EntityCollection or EntityReference cannot be returned when the related object is in either an added state or a detached state and was not originally retrieved using the NoTracking merge option."
  6134. /// </summary>
  6135. internal static string Collections_InvalidEntityStateSource
  6136. {
  6137. get { return EntityRes.GetString(EntityRes.Collections_InvalidEntityStateSource); }
  6138. }
  6139. /// <summary>
  6140. /// A string like "The Load method cannot return the {0} when the related object is in a deleted state."
  6141. /// </summary>
  6142. internal static string Collections_InvalidEntityStateLoad(object p0)
  6143. {
  6144. return EntityRes.GetString(EntityRes.Collections_InvalidEntityStateLoad, p0);
  6145. }
  6146. /// <summary>
  6147. /// A string like "The RelatedEnd with role name '{0}' from relationship '{1}' has already been loaded. This can occur when using a NoTracking merge option. Try using a different merge option when querying for the related object."
  6148. /// </summary>
  6149. internal static string Collections_CannotFillTryDifferentMergeOption(object p0, object p1)
  6150. {
  6151. return EntityRes.GetString(EntityRes.Collections_CannotFillTryDifferentMergeOption, p0, p1);
  6152. }
  6153. /// <summary>
  6154. /// A string like "A navigation property that returns an EntityCollection cannot be changed if the existing EntityCollection contains items that are not in the new EntityCollection."
  6155. /// </summary>
  6156. internal static string Collections_UnableToMergeCollections
  6157. {
  6158. get { return EntityRes.GetString(EntityRes.Collections_UnableToMergeCollections); }
  6159. }
  6160. /// <summary>
  6161. /// A string like "An EntityReference of type '{0}' could not be returned for role name '{1}' in relationship '{2}'. Make sure that the EdmRelationshipAttribute that defines this relationship has the correct RelationshipMultiplicity for this role name. For more information, see the Entity Framework documentation."
  6162. /// </summary>
  6163. internal static string EntityReference_ExpectedReferenceGotCollection(object p0, object p1, object p2)
  6164. {
  6165. return EntityRes.GetString(EntityRes.EntityReference_ExpectedReferenceGotCollection, p0, p1, p2);
  6166. }
  6167. /// <summary>
  6168. /// A string like "Multiplicity constraint violated. The role '{0}' of the relationship '{1}' has multiplicity 1 or 0..1."
  6169. /// </summary>
  6170. internal static string EntityReference_CannotAddMoreThanOneEntityToEntityReference(object p0, object p1)
  6171. {
  6172. return EntityRes.GetString(EntityRes.EntityReference_CannotAddMoreThanOneEntityToEntityReference, p0, p1);
  6173. }
  6174. /// <summary>
  6175. /// A string like "A relationship multiplicity constraint violation occurred: An EntityReference expected at least one related object, but the query returned no related objects from the data store."
  6176. /// </summary>
  6177. internal static string EntityReference_LessThanExpectedRelatedEntitiesFound
  6178. {
  6179. get { return EntityRes.GetString(EntityRes.EntityReference_LessThanExpectedRelatedEntitiesFound); }
  6180. }
  6181. /// <summary>
  6182. /// A string like "A relationship multiplicity constraint violation occurred: An EntityReference can have no more than one related object, but the query returned more than one related object. This is a non-recoverable error."
  6183. /// </summary>
  6184. internal static string EntityReference_MoreThanExpectedRelatedEntitiesFound
  6185. {
  6186. get { return EntityRes.GetString(EntityRes.EntityReference_MoreThanExpectedRelatedEntitiesFound); }
  6187. }
  6188. /// <summary>
  6189. /// A string like "A referential integrity constraint violation occurred: A primary key property that is a part of referential integrity constraint cannot be changed when the dependent object is Unchanged unless it is being set to the association's principal object. The principal object must be tracked and not marked for deletion."
  6190. /// </summary>
  6191. internal static string EntityReference_CannotChangeReferentialConstraintProperty
  6192. {
  6193. get { return EntityRes.GetString(EntityRes.EntityReference_CannotChangeReferentialConstraintProperty); }
  6194. }
  6195. /// <summary>
  6196. /// A string like "The EntityKey property cannot be set to EntityNotValidKey, NoEntitySetKey, or a temporary key."
  6197. /// </summary>
  6198. internal static string EntityReference_CannotSetSpecialKeys
  6199. {
  6200. get { return EntityRes.GetString(EntityRes.EntityReference_CannotSetSpecialKeys); }
  6201. }
  6202. /// <summary>
  6203. /// A string like "The object could not be added or attached because its EntityReference has an EntityKey property value that does not match the EntityKey for this object."
  6204. /// </summary>
  6205. internal static string EntityReference_EntityKeyValueMismatch
  6206. {
  6207. get { return EntityRes.GetString(EntityRes.EntityReference_EntityKeyValueMismatch); }
  6208. }
  6209. /// <summary>
  6210. /// A string like "At least one related end in the relationship could not be found."
  6211. /// </summary>
  6212. internal static string RelatedEnd_RelatedEndNotFound
  6213. {
  6214. get { return EntityRes.GetString(EntityRes.RelatedEnd_RelatedEndNotFound); }
  6215. }
  6216. /// <summary>
  6217. /// A string like "The {0} could not be loaded because it is not attached to an ObjectContext."
  6218. /// </summary>
  6219. internal static string RelatedEnd_RelatedEndNotAttachedToContext(object p0)
  6220. {
  6221. return EntityRes.GetString(EntityRes.RelatedEnd_RelatedEndNotAttachedToContext, p0);
  6222. }
  6223. /// <summary>
  6224. /// A string like "When an object is returned with a NoTracking merge option, Load can only be called when the EntityCollection or EntityReference does not contain objects."
  6225. /// </summary>
  6226. internal static string RelatedEnd_LoadCalledOnNonEmptyNoTrackedRelatedEnd
  6227. {
  6228. get { return EntityRes.GetString(EntityRes.RelatedEnd_LoadCalledOnNonEmptyNoTrackedRelatedEnd); }
  6229. }
  6230. /// <summary>
  6231. /// A string like "When an object is returned with a NoTracking merge option, Load cannot be called when the IsLoaded property is true."
  6232. /// </summary>
  6233. internal static string RelatedEnd_LoadCalledOnAlreadyLoadedNoTrackedRelatedEnd
  6234. {
  6235. get { return EntityRes.GetString(EntityRes.RelatedEnd_LoadCalledOnAlreadyLoadedNoTrackedRelatedEnd); }
  6236. }
  6237. /// <summary>
  6238. /// A string like "An object of type '{0}' cannot be added, attached, or removed from an EntityCollection that contains objects of type '{1}'."
  6239. /// </summary>
  6240. internal static string RelatedEnd_InvalidContainedType_Collection(object p0, object p1)
  6241. {
  6242. return EntityRes.GetString(EntityRes.RelatedEnd_InvalidContainedType_Collection, p0, p1);
  6243. }
  6244. /// <summary>
  6245. /// A string like "An object of type '{0}' cannot be set or removed from the Value property of an EntityReference of type '{1}'."
  6246. /// </summary>
  6247. internal static string RelatedEnd_InvalidContainedType_Reference(object p0, object p1)
  6248. {
  6249. return EntityRes.GetString(EntityRes.RelatedEnd_InvalidContainedType_Reference, p0, p1);
  6250. }
  6251. /// <summary>
  6252. /// A string like "The object in the '{0}' role cannot be automatically added to the context because it was retrieved using the NoTracking merge option. Explicitly attach the entity to the ObjectContext before defining the relationship."
  6253. /// </summary>
  6254. internal static string RelatedEnd_CannotCreateRelationshipBetweenTrackedAndNoTrackedEntities(object p0)
  6255. {
  6256. return EntityRes.GetString(EntityRes.RelatedEnd_CannotCreateRelationshipBetweenTrackedAndNoTrackedEntities, p0);
  6257. }
  6258. /// <summary>
  6259. /// A string like "The relationship between the two objects cannot be defined because they are attached to different ObjectContext objects."
  6260. /// </summary>
  6261. internal static string RelatedEnd_CannotCreateRelationshipEntitiesInDifferentContexts
  6262. {
  6263. get { return EntityRes.GetString(EntityRes.RelatedEnd_CannotCreateRelationshipEntitiesInDifferentContexts); }
  6264. }
  6265. /// <summary>
  6266. /// A string like "Related objects cannot be loaded using the {0} merge option. Relationships cannot be created when one object was retrieved using a NoTracking merge option and the other object was retrieved using a different merge option."
  6267. /// </summary>
  6268. internal static string RelatedEnd_MismatchedMergeOptionOnLoad(object p0)
  6269. {
  6270. return EntityRes.GetString(EntityRes.RelatedEnd_MismatchedMergeOptionOnLoad, p0);
  6271. }
  6272. /// <summary>
  6273. /// A string like "The relationship cannot be defined because the EntitySet name '{0}.{1}' is not valid for the role '{2}' in association set name '{3}.{4}'."
  6274. /// </summary>
  6275. internal static string RelatedEnd_EntitySetIsNotValidForRelationship(object p0, object p1, object p2, object p3, object p4)
  6276. {
  6277. return EntityRes.GetString(EntityRes.RelatedEnd_EntitySetIsNotValidForRelationship, p0, p1, p2, p3, p4);
  6278. }
  6279. /// <summary>
  6280. /// A string like "Requested operation is not allowed when the owner of this RelatedEnd is null. RelatedEnd objects that were created with the default constructor should only be used as a container during serialization."
  6281. /// </summary>
  6282. internal static string RelatedEnd_OwnerIsNull
  6283. {
  6284. get { return EntityRes.GetString(EntityRes.RelatedEnd_OwnerIsNull); }
  6285. }
  6286. /// <summary>
  6287. /// A string like "A referential integrity constraints violation occurred: Not all of the property values that define referential integrity constraints could be retrieved from related entities."
  6288. /// </summary>
  6289. internal static string RelationshipManager_UnableToRetrieveReferentialConstraintProperties
  6290. {
  6291. get { return EntityRes.GetString(EntityRes.RelationshipManager_UnableToRetrieveReferentialConstraintProperties); }
  6292. }
  6293. /// <summary>
  6294. /// A string like "A referential integrity constraint violation occurred: The property values that define the referential constraints are not consistent between principal and dependent objects in the relationship."
  6295. /// </summary>
  6296. internal static string RelationshipManager_InconsistentReferentialConstraintProperties
  6297. {
  6298. get { return EntityRes.GetString(EntityRes.RelationshipManager_InconsistentReferentialConstraintProperties); }
  6299. }
  6300. /// <summary>
  6301. /// A string like "A circular relationship path has been detected while enforcing a referential integrity constraints. Referential integrity cannot be enforced on circular relationships."
  6302. /// </summary>
  6303. internal static string RelationshipManager_CircularRelationshipsWithReferentialConstraints
  6304. {
  6305. get { return EntityRes.GetString(EntityRes.RelationshipManager_CircularRelationshipsWithReferentialConstraints); }
  6306. }
  6307. /// <summary>
  6308. /// A string like "Metadata information for the relationship '{0}' could not be retrieved. If mapping attributes are used, make sure that the EdmRelationshipAttribute for the relationship has been defined in the assembly. When using convention-based mapping, metadata information for relationships between detached entities cannot be determined."
  6309. /// </summary>
  6310. internal static string RelationshipManager_UnableToFindRelationshipTypeInMetadata(object p0)
  6311. {
  6312. return EntityRes.GetString(EntityRes.RelationshipManager_UnableToFindRelationshipTypeInMetadata, p0);
  6313. }
  6314. /// <summary>
  6315. /// A string like "The relationship '{0}' does not contain the role '{1}'. Make sure that EdmRelationshipAttribute that defines this relationship has the correct role names. For more information, see the Entity Framework documentation."
  6316. /// </summary>
  6317. internal static string RelationshipManager_InvalidTargetRole(object p0, object p1)
  6318. {
  6319. return EntityRes.GetString(EntityRes.RelationshipManager_InvalidTargetRole, p0, p1);
  6320. }
  6321. /// <summary>
  6322. /// A string like "The requested operation could not be completed because the object implementing IEntityWithRelationships returned a null value from the RelationshipManager property."
  6323. /// </summary>
  6324. internal static string RelationshipManager_UnexpectedNull
  6325. {
  6326. get { return EntityRes.GetString(EntityRes.RelationshipManager_UnexpectedNull); }
  6327. }
  6328. /// <summary>
  6329. /// A string like "The relationship manager supplied by the object implementing IEntityWithRelationships is not the expected relationship manager."
  6330. /// </summary>
  6331. internal static string RelationshipManager_InvalidRelationshipManagerOwner
  6332. {
  6333. get { return EntityRes.GetString(EntityRes.RelationshipManager_InvalidRelationshipManagerOwner); }
  6334. }
  6335. /// <summary>
  6336. /// A string like "The relationship manager was defined with an owner of type '{0}', which is not compatible with the type '{1}' for the source role '{2}' in the specified relationship, '{3}'."
  6337. /// </summary>
  6338. internal static string RelationshipManager_OwnerIsNotSourceType(object p0, object p1, object p2, object p3)
  6339. {
  6340. return EntityRes.GetString(EntityRes.RelationshipManager_OwnerIsNotSourceType, p0, p1, p2, p3);
  6341. }
  6342. /// <summary>
  6343. /// A string like "The operation could not be completed because the object to which the relationship manager belongs was attached to the ObjectContext before the relationship manager was instantiated."
  6344. /// </summary>
  6345. internal static string RelationshipManager_UnexpectedNullContext
  6346. {
  6347. get { return EntityRes.GetString(EntityRes.RelationshipManager_UnexpectedNullContext); }
  6348. }
  6349. /// <summary>
  6350. /// A string like "The EntityReference has already been initialized. {0}"
  6351. /// </summary>
  6352. internal static string RelationshipManager_ReferenceAlreadyInitialized(object p0)
  6353. {
  6354. return EntityRes.GetString(EntityRes.RelationshipManager_ReferenceAlreadyInitialized, p0);
  6355. }
  6356. /// <summary>
  6357. /// A string like "The EntityReference could not be initialized, because the relationship manager for object to which the entity reference belongs is already attached to an ObjectContext. {0}"
  6358. /// </summary>
  6359. internal static string RelationshipManager_RelationshipManagerAttached(object p0)
  6360. {
  6361. return EntityRes.GetString(EntityRes.RelationshipManager_RelationshipManagerAttached, p0);
  6362. }
  6363. /// <summary>
  6364. /// A string like "InitializeRelatedReference should only be used to initialize a new EntityReference during deserialization of an entity object."
  6365. /// </summary>
  6366. internal static string RelationshipManager_InitializeIsForDeserialization
  6367. {
  6368. get { return EntityRes.GetString(EntityRes.RelationshipManager_InitializeIsForDeserialization); }
  6369. }
  6370. /// <summary>
  6371. /// A string like "The EntityCollection has already been initialized. {0}"
  6372. /// </summary>
  6373. internal static string RelationshipManager_CollectionAlreadyInitialized(object p0)
  6374. {
  6375. return EntityRes.GetString(EntityRes.RelationshipManager_CollectionAlreadyInitialized, p0);
  6376. }
  6377. /// <summary>
  6378. /// A string like "The EntityCollection could not be initialized because the relationship manager for the object to which the EntityCollection belongs is already attached to an ObjectContext. {0}"
  6379. /// </summary>
  6380. internal static string RelationshipManager_CollectionRelationshipManagerAttached(object p0)
  6381. {
  6382. return EntityRes.GetString(EntityRes.RelationshipManager_CollectionRelationshipManagerAttached, p0);
  6383. }
  6384. /// <summary>
  6385. /// A string like "The InitializeRelatedCollection method should only be called to initialize a new EntityCollection during deserialization of an object graph."
  6386. /// </summary>
  6387. internal static string RelationshipManager_CollectionInitializeIsForDeserialization
  6388. {
  6389. get { return EntityRes.GetString(EntityRes.RelationshipManager_CollectionInitializeIsForDeserialization); }
  6390. }
  6391. /// <summary>
  6392. /// A string like "The specified navigation property {0} could not be found."
  6393. /// </summary>
  6394. internal static string RelationshipManager_NavigationPropertyNotFound(object p0)
  6395. {
  6396. return EntityRes.GetString(EntityRes.RelationshipManager_NavigationPropertyNotFound, p0);
  6397. }
  6398. /// <summary>
  6399. /// A string like "The RelatedEnd cannot be returned by this RelationshipManager. A RelatedEnd can only be returned by a RelationshipManager for objects that are either tracked by the ObjectStateManager or that implement IEntityWithRelationships."
  6400. /// </summary>
  6401. internal static string RelationshipManager_CannotGetRelatEndForDetachedPocoEntity
  6402. {
  6403. get { return EntityRes.GetString(EntityRes.RelationshipManager_CannotGetRelatEndForDetachedPocoEntity); }
  6404. }
  6405. /// <summary>
  6406. /// A string like "The object or data row on the data binding interface cannot be replaced."
  6407. /// </summary>
  6408. internal static string ObjectView_CannotReplacetheEntityorRow
  6409. {
  6410. get { return EntityRes.GetString(EntityRes.ObjectView_CannotReplacetheEntityorRow); }
  6411. }
  6412. /// <summary>
  6413. /// A string like "The index-based insert operation is not supported on this data binding interface."
  6414. /// </summary>
  6415. internal static string ObjectView_IndexBasedInsertIsNotSupported
  6416. {
  6417. get { return EntityRes.GetString(EntityRes.ObjectView_IndexBasedInsertIsNotSupported); }
  6418. }
  6419. /// <summary>
  6420. /// A string like "Updates cannot be performed on a read-only data binding interface."
  6421. /// </summary>
  6422. internal static string ObjectView_WriteOperationNotAllowedOnReadOnlyBindingList
  6423. {
  6424. get { return EntityRes.GetString(EntityRes.ObjectView_WriteOperationNotAllowedOnReadOnlyBindingList); }
  6425. }
  6426. /// <summary>
  6427. /// A string like "The IBindingList.AddNew method is not supported when binding to a collection of abstract types. You must instead use the IList.Add method."
  6428. /// </summary>
  6429. internal static string ObjectView_AddNewOperationNotAllowedOnAbstractBindingList
  6430. {
  6431. get { return EntityRes.GetString(EntityRes.ObjectView_AddNewOperationNotAllowedOnAbstractBindingList); }
  6432. }
  6433. /// <summary>
  6434. /// A string like "The object being added is of a type that is not compatible with the type of the bound collection."
  6435. /// </summary>
  6436. internal static string ObjectView_IncompatibleArgument
  6437. {
  6438. get { return EntityRes.GetString(EntityRes.ObjectView_IncompatibleArgument); }
  6439. }
  6440. /// <summary>
  6441. /// A string like "The object could not be added to the bound collection. The specific EntitySet for the object of type '{0}' could not be determined."
  6442. /// </summary>
  6443. internal static string ObjectView_CannotResolveTheEntitySet(object p0)
  6444. {
  6445. return EntityRes.GetString(EntityRes.ObjectView_CannotResolveTheEntitySet, p0);
  6446. }
  6447. /// <summary>
  6448. /// A string like "The class '{0}' has no parameterless constructor."
  6449. /// </summary>
  6450. internal static string CodeGen_ConstructorNoParameterless(object p0)
  6451. {
  6452. return EntityRes.GetString(EntityRes.CodeGen_ConstructorNoParameterless, p0);
  6453. }
  6454. /// <summary>
  6455. /// A string like "Properties are not supported on value types."
  6456. /// </summary>
  6457. internal static string CodeGen_PropertyDeclaringTypeIsValueType
  6458. {
  6459. get { return EntityRes.GetString(EntityRes.CodeGen_PropertyDeclaringTypeIsValueType); }
  6460. }
  6461. /// <summary>
  6462. /// A string like "The property uses an unsupported type."
  6463. /// </summary>
  6464. internal static string CodeGen_PropertyUnsupportedType
  6465. {
  6466. get { return EntityRes.GetString(EntityRes.CodeGen_PropertyUnsupportedType); }
  6467. }
  6468. /// <summary>
  6469. /// A string like "Indexed properties are not supported."
  6470. /// </summary>
  6471. internal static string CodeGen_PropertyIsIndexed
  6472. {
  6473. get { return EntityRes.GetString(EntityRes.CodeGen_PropertyIsIndexed); }
  6474. }
  6475. /// <summary>
  6476. /// A string like "Static properties are not supported."
  6477. /// </summary>
  6478. internal static string CodeGen_PropertyIsStatic
  6479. {
  6480. get { return EntityRes.GetString(EntityRes.CodeGen_PropertyIsStatic); }
  6481. }
  6482. /// <summary>
  6483. /// A string like "The property getter does not exist."
  6484. /// </summary>
  6485. internal static string CodeGen_PropertyNoGetter
  6486. {
  6487. get { return EntityRes.GetString(EntityRes.CodeGen_PropertyNoGetter); }
  6488. }
  6489. /// <summary>
  6490. /// A string like "The property setter does not exist."
  6491. /// </summary>
  6492. internal static string CodeGen_PropertyNoSetter
  6493. {
  6494. get { return EntityRes.GetString(EntityRes.CodeGen_PropertyNoSetter); }
  6495. }
  6496. /// <summary>
  6497. /// A string like "Unable to set field/property {0} on entity type {1}. See InnerException for details."
  6498. /// </summary>
  6499. internal static string PocoEntityWrapper_UnableToSetFieldOrProperty(object p0, object p1)
  6500. {
  6501. return EntityRes.GetString(EntityRes.PocoEntityWrapper_UnableToSetFieldOrProperty, p0, p1);
  6502. }
  6503. /// <summary>
  6504. /// A string like "The navigation property of type '{0}' is not a single implementation of '{1}'."
  6505. /// </summary>
  6506. internal static string PocoEntityWrapper_UnexpectedTypeForNavigationProperty(object p0, object p1)
  6507. {
  6508. return EntityRes.GetString(EntityRes.PocoEntityWrapper_UnexpectedTypeForNavigationProperty, p0, p1);
  6509. }
  6510. /// <summary>
  6511. /// A string like "The collection navigation property '{0}' of type '{1}' returned null. For a collection to be initialized automatically, it must be of type ICollection<T>, IList<T>, ISet<T> or of a concrete type that implements ICollection<T> and has a parameterless constructor."
  6512. /// </summary>
  6513. internal static string PocoEntityWrapper_UnableToMaterializeArbitaryNavPropType(object p0, object p1)
  6514. {
  6515. return EntityRes.GetString(EntityRes.PocoEntityWrapper_UnableToMaterializeArbitaryNavPropType, p0, p1);
  6516. }
  6517. /// <summary>
  6518. /// A string like "General query error"
  6519. /// </summary>
  6520. internal static string GeneralQueryError
  6521. {
  6522. get { return EntityRes.GetString(EntityRes.GeneralQueryError); }
  6523. }
  6524. /// <summary>
  6525. /// A string like "aliased expression"
  6526. /// </summary>
  6527. internal static string CtxAlias
  6528. {
  6529. get { return EntityRes.GetString(EntityRes.CtxAlias); }
  6530. }
  6531. /// <summary>
  6532. /// A string like "aliased namespace import"
  6533. /// </summary>
  6534. internal static string CtxAliasedNamespaceImport
  6535. {
  6536. get { return EntityRes.GetString(EntityRes.CtxAliasedNamespaceImport); }
  6537. }
  6538. /// <summary>
  6539. /// A string like "logical AND expression"
  6540. /// </summary>
  6541. internal static string CtxAnd
  6542. {
  6543. get { return EntityRes.GetString(EntityRes.CtxAnd); }
  6544. }
  6545. /// <summary>
  6546. /// A string like "ANYELEMENT expression"
  6547. /// </summary>
  6548. internal static string CtxAnyElement
  6549. {
  6550. get { return EntityRes.GetString(EntityRes.CtxAnyElement); }
  6551. }
  6552. /// <summary>
  6553. /// A string like "APPLY clause"
  6554. /// </summary>
  6555. internal static string CtxApplyClause
  6556. {
  6557. get { return EntityRes.GetString(EntityRes.CtxApplyClause); }
  6558. }
  6559. /// <summary>
  6560. /// A string like "BETWEEN expression"
  6561. /// </summary>
  6562. internal static string CtxBetween
  6563. {
  6564. get { return EntityRes.GetString(EntityRes.CtxBetween); }
  6565. }
  6566. /// <summary>
  6567. /// A string like "CASE expression"
  6568. /// </summary>
  6569. internal static string CtxCase
  6570. {
  6571. get { return EntityRes.GetString(EntityRes.CtxCase); }
  6572. }
  6573. /// <summary>
  6574. /// A string like "CASE/ELSE expression"
  6575. /// </summary>
  6576. internal static string CtxCaseElse
  6577. {
  6578. get { return EntityRes.GetString(EntityRes.CtxCaseElse); }
  6579. }
  6580. /// <summary>
  6581. /// A string like "CASE/WHEN/THEN expression"
  6582. /// </summary>
  6583. internal static string CtxCaseWhenThen
  6584. {
  6585. get { return EntityRes.GetString(EntityRes.CtxCaseWhenThen); }
  6586. }
  6587. /// <summary>
  6588. /// A string like "CAST expression"
  6589. /// </summary>
  6590. internal static string CtxCast
  6591. {
  6592. get { return EntityRes.GetString(EntityRes.CtxCast); }
  6593. }
  6594. /// <summary>
  6595. /// A string like "collated ORDER BY clause item"
  6596. /// </summary>
  6597. internal static string CtxCollatedOrderByClauseItem
  6598. {
  6599. get { return EntityRes.GetString(EntityRes.CtxCollatedOrderByClauseItem); }
  6600. }
  6601. /// <summary>
  6602. /// A string like "collection type definition"
  6603. /// </summary>
  6604. internal static string CtxCollectionTypeDefinition
  6605. {
  6606. get { return EntityRes.GetString(EntityRes.CtxCollectionTypeDefinition); }
  6607. }
  6608. /// <summary>
  6609. /// A string like "command expression"
  6610. /// </summary>
  6611. internal static string CtxCommandExpression
  6612. {
  6613. get { return EntityRes.GetString(EntityRes.CtxCommandExpression); }
  6614. }
  6615. /// <summary>
  6616. /// A string like "CREATEREF expression"
  6617. /// </summary>
  6618. internal static string CtxCreateRef
  6619. {
  6620. get { return EntityRes.GetString(EntityRes.CtxCreateRef); }
  6621. }
  6622. /// <summary>
  6623. /// A string like "DEREF expression"
  6624. /// </summary>
  6625. internal static string CtxDeref
  6626. {
  6627. get { return EntityRes.GetString(EntityRes.CtxDeref); }
  6628. }
  6629. /// <summary>
  6630. /// A string like "division operation"
  6631. /// </summary>
  6632. internal static string CtxDivide
  6633. {
  6634. get { return EntityRes.GetString(EntityRes.CtxDivide); }
  6635. }
  6636. /// <summary>
  6637. /// A string like "ELEMENT expression"
  6638. /// </summary>
  6639. internal static string CtxElement
  6640. {
  6641. get { return EntityRes.GetString(EntityRes.CtxElement); }
  6642. }
  6643. /// <summary>
  6644. /// A string like "equals expression"
  6645. /// </summary>
  6646. internal static string CtxEquals
  6647. {
  6648. get { return EntityRes.GetString(EntityRes.CtxEquals); }
  6649. }
  6650. /// <summary>
  6651. /// A string like "escaped identifier"
  6652. /// </summary>
  6653. internal static string CtxEscapedIdentifier
  6654. {
  6655. get { return EntityRes.GetString(EntityRes.CtxEscapedIdentifier); }
  6656. }
  6657. /// <summary>
  6658. /// A string like "EXCEPT expression"
  6659. /// </summary>
  6660. internal static string CtxExcept
  6661. {
  6662. get { return EntityRes.GetString(EntityRes.CtxExcept); }
  6663. }
  6664. /// <summary>
  6665. /// A string like "EXISTS expression"
  6666. /// </summary>
  6667. internal static string CtxExists
  6668. {
  6669. get { return EntityRes.GetString(EntityRes.CtxExists); }
  6670. }
  6671. /// <summary>
  6672. /// A string like "expression list"
  6673. /// </summary>
  6674. internal static string CtxExpressionList
  6675. {
  6676. get { return EntityRes.GetString(EntityRes.CtxExpressionList); }
  6677. }
  6678. /// <summary>
  6679. /// A string like "FLATTEN expression"
  6680. /// </summary>
  6681. internal static string CtxFlatten
  6682. {
  6683. get { return EntityRes.GetString(EntityRes.CtxFlatten); }
  6684. }
  6685. /// <summary>
  6686. /// A string like "FROM/APPLY clause"
  6687. /// </summary>
  6688. internal static string CtxFromApplyClause
  6689. {
  6690. get { return EntityRes.GetString(EntityRes.CtxFromApplyClause); }
  6691. }
  6692. /// <summary>
  6693. /// A string like "FROM clause"
  6694. /// </summary>
  6695. internal static string CtxFromClause
  6696. {
  6697. get { return EntityRes.GetString(EntityRes.CtxFromClause); }
  6698. }
  6699. /// <summary>
  6700. /// A string like "FROM clause item"
  6701. /// </summary>
  6702. internal static string CtxFromClauseItem
  6703. {
  6704. get { return EntityRes.GetString(EntityRes.CtxFromClauseItem); }
  6705. }
  6706. /// <summary>
  6707. /// A string like "FROM clause list"
  6708. /// </summary>
  6709. internal static string CtxFromClauseList
  6710. {
  6711. get { return EntityRes.GetString(EntityRes.CtxFromClauseList); }
  6712. }
  6713. /// <summary>
  6714. /// A string like "FROM/JOIN clause"
  6715. /// </summary>
  6716. internal static string CtxFromJoinClause
  6717. {
  6718. get { return EntityRes.GetString(EntityRes.CtxFromJoinClause); }
  6719. }
  6720. /// <summary>
  6721. /// A string like "function '{0}()'"
  6722. /// </summary>
  6723. internal static string CtxFunction(object p0)
  6724. {
  6725. return EntityRes.GetString(EntityRes.CtxFunction, p0);
  6726. }
  6727. /// <summary>
  6728. /// A string like "function definition"
  6729. /// </summary>
  6730. internal static string CtxFunctionDefinition
  6731. {
  6732. get { return EntityRes.GetString(EntityRes.CtxFunctionDefinition); }
  6733. }
  6734. /// <summary>
  6735. /// A string like "greater than expression"
  6736. /// </summary>
  6737. internal static string CtxGreaterThan
  6738. {
  6739. get { return EntityRes.GetString(EntityRes.CtxGreaterThan); }
  6740. }
  6741. /// <summary>
  6742. /// A string like "greater than or equals expression"
  6743. /// </summary>
  6744. internal static string CtxGreaterThanEqual
  6745. {
  6746. get { return EntityRes.GetString(EntityRes.CtxGreaterThanEqual); }
  6747. }
  6748. /// <summary>
  6749. /// A string like "GROUP BY clause"
  6750. /// </summary>
  6751. internal static string CtxGroupByClause
  6752. {
  6753. get { return EntityRes.GetString(EntityRes.CtxGroupByClause); }
  6754. }
  6755. /// <summary>
  6756. /// A string like "GROUPPARTITION expression"
  6757. /// </summary>
  6758. internal static string CtxGroupPartition
  6759. {
  6760. get { return EntityRes.GetString(EntityRes.CtxGroupPartition); }
  6761. }
  6762. /// <summary>
  6763. /// A string like "HAVING predicate"
  6764. /// </summary>
  6765. internal static string CtxHavingClause
  6766. {
  6767. get { return EntityRes.GetString(EntityRes.CtxHavingClause); }
  6768. }
  6769. /// <summary>
  6770. /// A string like "identifier"
  6771. /// </summary>
  6772. internal static string CtxIdentifier
  6773. {
  6774. get { return EntityRes.GetString(EntityRes.CtxIdentifier); }
  6775. }
  6776. /// <summary>
  6777. /// A string like "IN set expression"
  6778. /// </summary>
  6779. internal static string CtxIn
  6780. {
  6781. get { return EntityRes.GetString(EntityRes.CtxIn); }
  6782. }
  6783. /// <summary>
  6784. /// A string like "INTERSECT expression"
  6785. /// </summary>
  6786. internal static string CtxIntersect
  6787. {
  6788. get { return EntityRes.GetString(EntityRes.CtxIntersect); }
  6789. }
  6790. /// <summary>
  6791. /// A string like "IS NOT NULL expression"
  6792. /// </summary>
  6793. internal static string CtxIsNotNull
  6794. {
  6795. get { return EntityRes.GetString(EntityRes.CtxIsNotNull); }
  6796. }
  6797. /// <summary>
  6798. /// A string like "IS NOT OF expression"
  6799. /// </summary>
  6800. internal static string CtxIsNotOf
  6801. {
  6802. get { return EntityRes.GetString(EntityRes.CtxIsNotOf); }
  6803. }
  6804. /// <summary>
  6805. /// A string like "IS NULL expression"
  6806. /// </summary>
  6807. internal static string CtxIsNull
  6808. {
  6809. get { return EntityRes.GetString(EntityRes.CtxIsNull); }
  6810. }
  6811. /// <summary>
  6812. /// A string like "IS OF expression"
  6813. /// </summary>
  6814. internal static string CtxIsOf
  6815. {
  6816. get { return EntityRes.GetString(EntityRes.CtxIsOf); }
  6817. }
  6818. /// <summary>
  6819. /// A string like "JOIN clause"
  6820. /// </summary>
  6821. internal static string CtxJoinClause
  6822. {
  6823. get { return EntityRes.GetString(EntityRes.CtxJoinClause); }
  6824. }
  6825. /// <summary>
  6826. /// A string like "JOIN/ON clause"
  6827. /// </summary>
  6828. internal static string CtxJoinOnClause
  6829. {
  6830. get { return EntityRes.GetString(EntityRes.CtxJoinOnClause); }
  6831. }
  6832. /// <summary>
  6833. /// A string like "KEY expression"
  6834. /// </summary>
  6835. internal static string CtxKey
  6836. {
  6837. get { return EntityRes.GetString(EntityRes.CtxKey); }
  6838. }
  6839. /// <summary>
  6840. /// A string like "less than expression"
  6841. /// </summary>
  6842. internal static string CtxLessThan
  6843. {
  6844. get { return EntityRes.GetString(EntityRes.CtxLessThan); }
  6845. }
  6846. /// <summary>
  6847. /// A string like "less than or equals expression"
  6848. /// </summary>
  6849. internal static string CtxLessThanEqual
  6850. {
  6851. get { return EntityRes.GetString(EntityRes.CtxLessThanEqual); }
  6852. }
  6853. /// <summary>
  6854. /// A string like "LIKE expression"
  6855. /// </summary>
  6856. internal static string CtxLike
  6857. {
  6858. get { return EntityRes.GetString(EntityRes.CtxLike); }
  6859. }
  6860. /// <summary>
  6861. /// A string like "ORDER BY/LIMIT sub-clause"
  6862. /// </summary>
  6863. internal static string CtxLimitSubClause
  6864. {
  6865. get { return EntityRes.GetString(EntityRes.CtxLimitSubClause); }
  6866. }
  6867. /// <summary>
  6868. /// A string like "constant literal"
  6869. /// </summary>
  6870. internal static string CtxLiteral
  6871. {
  6872. get { return EntityRes.GetString(EntityRes.CtxLiteral); }
  6873. }
  6874. /// <summary>
  6875. /// A string like "member access expression"
  6876. /// </summary>
  6877. internal static string CtxMemberAccess
  6878. {
  6879. get { return EntityRes.GetString(EntityRes.CtxMemberAccess); }
  6880. }
  6881. /// <summary>
  6882. /// A string like "function, method or type constructor"
  6883. /// </summary>
  6884. internal static string CtxMethod
  6885. {
  6886. get { return EntityRes.GetString(EntityRes.CtxMethod); }
  6887. }
  6888. /// <summary>
  6889. /// A string like "subtraction operation"
  6890. /// </summary>
  6891. internal static string CtxMinus
  6892. {
  6893. get { return EntityRes.GetString(EntityRes.CtxMinus); }
  6894. }
  6895. /// <summary>
  6896. /// A string like "modulus operation"
  6897. /// </summary>
  6898. internal static string CtxModulus
  6899. {
  6900. get { return EntityRes.GetString(EntityRes.CtxModulus); }
  6901. }
  6902. /// <summary>
  6903. /// A string like "multiplication operation"
  6904. /// </summary>
  6905. internal static string CtxMultiply
  6906. {
  6907. get { return EntityRes.GetString(EntityRes.CtxMultiply); }
  6908. }
  6909. /// <summary>
  6910. /// A string like "MULTISET constructor"
  6911. /// </summary>
  6912. internal static string CtxMultisetCtor
  6913. {
  6914. get { return EntityRes.GetString(EntityRes.CtxMultisetCtor); }
  6915. }
  6916. /// <summary>
  6917. /// A string like "namespace import"
  6918. /// </summary>
  6919. internal static string CtxNamespaceImport
  6920. {
  6921. get { return EntityRes.GetString(EntityRes.CtxNamespaceImport); }
  6922. }
  6923. /// <summary>
  6924. /// A string like "namespace import list"
  6925. /// </summary>
  6926. internal static string CtxNamespaceImportList
  6927. {
  6928. get { return EntityRes.GetString(EntityRes.CtxNamespaceImportList); }
  6929. }
  6930. /// <summary>
  6931. /// A string like "NAVIGATE expression"
  6932. /// </summary>
  6933. internal static string CtxNavigate
  6934. {
  6935. get { return EntityRes.GetString(EntityRes.CtxNavigate); }
  6936. }
  6937. /// <summary>
  6938. /// A string like "logical NOT expression"
  6939. /// </summary>
  6940. internal static string CtxNot
  6941. {
  6942. get { return EntityRes.GetString(EntityRes.CtxNot); }
  6943. }
  6944. /// <summary>
  6945. /// A string like "NOT BETWEEN expression"
  6946. /// </summary>
  6947. internal static string CtxNotBetween
  6948. {
  6949. get { return EntityRes.GetString(EntityRes.CtxNotBetween); }
  6950. }
  6951. /// <summary>
  6952. /// A string like "not equals expression"
  6953. /// </summary>
  6954. internal static string CtxNotEqual
  6955. {
  6956. get { return EntityRes.GetString(EntityRes.CtxNotEqual); }
  6957. }
  6958. /// <summary>
  6959. /// A string like "NOT IN set expression"
  6960. /// </summary>
  6961. internal static string CtxNotIn
  6962. {
  6963. get { return EntityRes.GetString(EntityRes.CtxNotIn); }
  6964. }
  6965. /// <summary>
  6966. /// A string like "NOT LIKE expression"
  6967. /// </summary>
  6968. internal static string CtxNotLike
  6969. {
  6970. get { return EntityRes.GetString(EntityRes.CtxNotLike); }
  6971. }
  6972. /// <summary>
  6973. /// A string like "NULL literal"
  6974. /// </summary>
  6975. internal static string CtxNullLiteral
  6976. {
  6977. get { return EntityRes.GetString(EntityRes.CtxNullLiteral); }
  6978. }
  6979. /// <summary>
  6980. /// A string like "OFTYPE expression"
  6981. /// </summary>
  6982. internal static string CtxOfType
  6983. {
  6984. get { return EntityRes.GetString(EntityRes.CtxOfType); }
  6985. }
  6986. /// <summary>
  6987. /// A string like "OFTYPE ONLY expression"
  6988. /// </summary>
  6989. internal static string CtxOfTypeOnly
  6990. {
  6991. get { return EntityRes.GetString(EntityRes.CtxOfTypeOnly); }
  6992. }
  6993. /// <summary>
  6994. /// A string like "logical OR expression"
  6995. /// </summary>
  6996. internal static string CtxOr
  6997. {
  6998. get { return EntityRes.GetString(EntityRes.CtxOr); }
  6999. }
  7000. /// <summary>
  7001. /// A string like "ORDER BY clause"
  7002. /// </summary>
  7003. internal static string CtxOrderByClause
  7004. {
  7005. get { return EntityRes.GetString(EntityRes.CtxOrderByClause); }
  7006. }
  7007. /// <summary>
  7008. /// A string like "ORDER BY clause item"
  7009. /// </summary>
  7010. internal static string CtxOrderByClauseItem
  7011. {
  7012. get { return EntityRes.GetString(EntityRes.CtxOrderByClauseItem); }
  7013. }
  7014. /// <summary>
  7015. /// A string like "OVERLAPS expression"
  7016. /// </summary>
  7017. internal static string CtxOverlaps
  7018. {
  7019. get { return EntityRes.GetString(EntityRes.CtxOverlaps); }
  7020. }
  7021. /// <summary>
  7022. /// A string like "parenthesized expression"
  7023. /// </summary>
  7024. internal static string CtxParen
  7025. {
  7026. get { return EntityRes.GetString(EntityRes.CtxParen); }
  7027. }
  7028. /// <summary>
  7029. /// A string like "addition operation"
  7030. /// </summary>
  7031. internal static string CtxPlus
  7032. {
  7033. get { return EntityRes.GetString(EntityRes.CtxPlus); }
  7034. }
  7035. /// <summary>
  7036. /// A string like "type name with type specification arguments"
  7037. /// </summary>
  7038. internal static string CtxTypeNameWithTypeSpec
  7039. {
  7040. get { return EntityRes.GetString(EntityRes.CtxTypeNameWithTypeSpec); }
  7041. }
  7042. /// <summary>
  7043. /// A string like "query expression"
  7044. /// </summary>
  7045. internal static string CtxQueryExpression
  7046. {
  7047. get { return EntityRes.GetString(EntityRes.CtxQueryExpression); }
  7048. }
  7049. /// <summary>
  7050. /// A string like "query statement"
  7051. /// </summary>
  7052. internal static string CtxQueryStatement
  7053. {
  7054. get { return EntityRes.GetString(EntityRes.CtxQueryStatement); }
  7055. }
  7056. /// <summary>
  7057. /// A string like "REF expression"
  7058. /// </summary>
  7059. internal static string CtxRef
  7060. {
  7061. get { return EntityRes.GetString(EntityRes.CtxRef); }
  7062. }
  7063. /// <summary>
  7064. /// A string like "reference type definition"
  7065. /// </summary>
  7066. internal static string CtxRefTypeDefinition
  7067. {
  7068. get { return EntityRes.GetString(EntityRes.CtxRefTypeDefinition); }
  7069. }
  7070. /// <summary>
  7071. /// A string like "RELATIONSHIP expression"
  7072. /// </summary>
  7073. internal static string CtxRelationship
  7074. {
  7075. get { return EntityRes.GetString(EntityRes.CtxRelationship); }
  7076. }
  7077. /// <summary>
  7078. /// A string like "RELATIONSHIP expression list"
  7079. /// </summary>
  7080. internal static string CtxRelationshipList
  7081. {
  7082. get { return EntityRes.GetString(EntityRes.CtxRelationshipList); }
  7083. }
  7084. /// <summary>
  7085. /// A string like "ROW constructor"
  7086. /// </summary>
  7087. internal static string CtxRowCtor
  7088. {
  7089. get { return EntityRes.GetString(EntityRes.CtxRowCtor); }
  7090. }
  7091. /// <summary>
  7092. /// A string like "row type definition"
  7093. /// </summary>
  7094. internal static string CtxRowTypeDefinition
  7095. {
  7096. get { return EntityRes.GetString(EntityRes.CtxRowTypeDefinition); }
  7097. }
  7098. /// <summary>
  7099. /// A string like "SELECT clause"
  7100. /// </summary>
  7101. internal static string CtxSelectRowClause
  7102. {
  7103. get { return EntityRes.GetString(EntityRes.CtxSelectRowClause); }
  7104. }
  7105. /// <summary>
  7106. /// A string like "SELECT VALUE clause"
  7107. /// </summary>
  7108. internal static string CtxSelectValueClause
  7109. {
  7110. get { return EntityRes.GetString(EntityRes.CtxSelectValueClause); }
  7111. }
  7112. /// <summary>
  7113. /// A string like "SET expression"
  7114. /// </summary>
  7115. internal static string CtxSet
  7116. {
  7117. get { return EntityRes.GetString(EntityRes.CtxSet); }
  7118. }
  7119. /// <summary>
  7120. /// A string like "simple identifier"
  7121. /// </summary>
  7122. internal static string CtxSimpleIdentifier
  7123. {
  7124. get { return EntityRes.GetString(EntityRes.CtxSimpleIdentifier); }
  7125. }
  7126. /// <summary>
  7127. /// A string like "ORDER BY/SKIP sub-clause"
  7128. /// </summary>
  7129. internal static string CtxSkipSubClause
  7130. {
  7131. get { return EntityRes.GetString(EntityRes.CtxSkipSubClause); }
  7132. }
  7133. /// <summary>
  7134. /// A string like "TOP sub-clause"
  7135. /// </summary>
  7136. internal static string CtxTopSubClause
  7137. {
  7138. get { return EntityRes.GetString(EntityRes.CtxTopSubClause); }
  7139. }
  7140. /// <summary>
  7141. /// A string like "TREAT expression"
  7142. /// </summary>
  7143. internal static string CtxTreat
  7144. {
  7145. get { return EntityRes.GetString(EntityRes.CtxTreat); }
  7146. }
  7147. /// <summary>
  7148. /// A string like "type '{0}' constructor"
  7149. /// </summary>
  7150. internal static string CtxTypeCtor(object p0)
  7151. {
  7152. return EntityRes.GetString(EntityRes.CtxTypeCtor, p0);
  7153. }
  7154. /// <summary>
  7155. /// A string like "type name"
  7156. /// </summary>
  7157. internal static string CtxTypeName
  7158. {
  7159. get { return EntityRes.GetString(EntityRes.CtxTypeName); }
  7160. }
  7161. /// <summary>
  7162. /// A string like "unary minus operation"
  7163. /// </summary>
  7164. internal static string CtxUnaryMinus
  7165. {
  7166. get { return EntityRes.GetString(EntityRes.CtxUnaryMinus); }
  7167. }
  7168. /// <summary>
  7169. /// A string like "unary plus operation"
  7170. /// </summary>
  7171. internal static string CtxUnaryPlus
  7172. {
  7173. get { return EntityRes.GetString(EntityRes.CtxUnaryPlus); }
  7174. }
  7175. /// <summary>
  7176. /// A string like "UNION expression"
  7177. /// </summary>
  7178. internal static string CtxUnion
  7179. {
  7180. get { return EntityRes.GetString(EntityRes.CtxUnion); }
  7181. }
  7182. /// <summary>
  7183. /// A string like "UNION ALL expression"
  7184. /// </summary>
  7185. internal static string CtxUnionAll
  7186. {
  7187. get { return EntityRes.GetString(EntityRes.CtxUnionAll); }
  7188. }
  7189. /// <summary>
  7190. /// A string like "WHERE predicate"
  7191. /// </summary>
  7192. internal static string CtxWhereClause
  7193. {
  7194. get { return EntityRes.GetString(EntityRes.CtxWhereClause); }
  7195. }
  7196. /// <summary>
  7197. /// A string like "Cannot convert literal '{0}' to '{1}'. Numeric literal specification is not valid."
  7198. /// </summary>
  7199. internal static string CannotConvertNumericLiteral(object p0, object p1)
  7200. {
  7201. return EntityRes.GetString(EntityRes.CannotConvertNumericLiteral, p0, p1);
  7202. }
  7203. /// <summary>
  7204. /// A string like "The query syntax is not valid."
  7205. /// </summary>
  7206. internal static string GenericSyntaxError
  7207. {
  7208. get { return EntityRes.GetString(EntityRes.GenericSyntaxError); }
  7209. }
  7210. /// <summary>
  7211. /// A string like "in the current FROM clause"
  7212. /// </summary>
  7213. internal static string InFromClause
  7214. {
  7215. get { return EntityRes.GetString(EntityRes.InFromClause); }
  7216. }
  7217. /// <summary>
  7218. /// A string like "in GROUP BY clause"
  7219. /// </summary>
  7220. internal static string InGroupClause
  7221. {
  7222. get { return EntityRes.GetString(EntityRes.InGroupClause); }
  7223. }
  7224. /// <summary>
  7225. /// A string like "as a column name in ROW constructor"
  7226. /// </summary>
  7227. internal static string InRowCtor
  7228. {
  7229. get { return EntityRes.GetString(EntityRes.InRowCtor); }
  7230. }
  7231. /// <summary>
  7232. /// A string like "in the SELECT projection list"
  7233. /// </summary>
  7234. internal static string InSelectProjectionList
  7235. {
  7236. get { return EntityRes.GetString(EntityRes.InSelectProjectionList); }
  7237. }
  7238. /// <summary>
  7239. /// A string like "'{0}' is a reserved keyword and cannot be used as an alias, unless it is escaped."
  7240. /// </summary>
  7241. internal static string InvalidAliasName(object p0)
  7242. {
  7243. return EntityRes.GetString(EntityRes.InvalidAliasName, p0);
  7244. }
  7245. /// <summary>
  7246. /// A string like "Escaped identifiers cannot be empty."
  7247. /// </summary>
  7248. internal static string InvalidEmptyIdentifier
  7249. {
  7250. get { return EntityRes.GetString(EntityRes.InvalidEmptyIdentifier); }
  7251. }
  7252. /// <summary>
  7253. /// A string like "The query text consists only of comments and/or white space."
  7254. /// </summary>
  7255. internal static string InvalidEmptyQuery
  7256. {
  7257. get { return EntityRes.GetString(EntityRes.InvalidEmptyQuery); }
  7258. }
  7259. /// <summary>
  7260. /// A string like "The escaped identifier '{0}' is not valid."
  7261. /// </summary>
  7262. internal static string InvalidEscapedIdentifier(object p0)
  7263. {
  7264. return EntityRes.GetString(EntityRes.InvalidEscapedIdentifier, p0);
  7265. }
  7266. /// <summary>
  7267. /// A string like "The escaped identifier '{0}' has a mismatch of opening ('[') and closing (']') delimiters."
  7268. /// </summary>
  7269. internal static string InvalidEscapedIdentifierUnbalanced(object p0)
  7270. {
  7271. return EntityRes.GetString(EntityRes.InvalidEscapedIdentifierUnbalanced, p0);
  7272. }
  7273. /// <summary>
  7274. /// A string like "The operator symbol is not valid."
  7275. /// </summary>
  7276. internal static string InvalidOperatorSymbol
  7277. {
  7278. get { return EntityRes.GetString(EntityRes.InvalidOperatorSymbol); }
  7279. }
  7280. /// <summary>
  7281. /// A string like "The punctuation symbol is not valid."
  7282. /// </summary>
  7283. internal static string InvalidPunctuatorSymbol
  7284. {
  7285. get { return EntityRes.GetString(EntityRes.InvalidPunctuatorSymbol); }
  7286. }
  7287. /// <summary>
  7288. /// A string like "The simple identifier '{0}' is not valid."
  7289. /// </summary>
  7290. internal static string InvalidSimpleIdentifier(object p0)
  7291. {
  7292. return EntityRes.GetString(EntityRes.InvalidSimpleIdentifier, p0);
  7293. }
  7294. /// <summary>
  7295. /// A string like "The simple identifier '{0}' must contain basic Latin characters only. To use UNICODE characters, use an escaped identifier."
  7296. /// </summary>
  7297. internal static string InvalidSimpleIdentifierNonASCII(object p0)
  7298. {
  7299. return EntityRes.GetString(EntityRes.InvalidSimpleIdentifierNonASCII, p0);
  7300. }
  7301. /// <summary>
  7302. /// A string like "collection"
  7303. /// </summary>
  7304. internal static string LocalizedCollection
  7305. {
  7306. get { return EntityRes.GetString(EntityRes.LocalizedCollection); }
  7307. }
  7308. /// <summary>
  7309. /// A string like "column"
  7310. /// </summary>
  7311. internal static string LocalizedColumn
  7312. {
  7313. get { return EntityRes.GetString(EntityRes.LocalizedColumn); }
  7314. }
  7315. /// <summary>
  7316. /// A string like "complex"
  7317. /// </summary>
  7318. internal static string LocalizedComplex
  7319. {
  7320. get { return EntityRes.GetString(EntityRes.LocalizedComplex); }
  7321. }
  7322. /// <summary>
  7323. /// A string like "entity"
  7324. /// </summary>
  7325. internal static string LocalizedEntity
  7326. {
  7327. get { return EntityRes.GetString(EntityRes.LocalizedEntity); }
  7328. }
  7329. /// <summary>
  7330. /// A string like "entity container"
  7331. /// </summary>
  7332. internal static string LocalizedEntityContainerExpression
  7333. {
  7334. get { return EntityRes.GetString(EntityRes.LocalizedEntityContainerExpression); }
  7335. }
  7336. /// <summary>
  7337. /// A string like "function"
  7338. /// </summary>
  7339. internal static string LocalizedFunction
  7340. {
  7341. get { return EntityRes.GetString(EntityRes.LocalizedFunction); }
  7342. }
  7343. /// <summary>
  7344. /// A string like "query inline function"
  7345. /// </summary>
  7346. internal static string LocalizedInlineFunction
  7347. {
  7348. get { return EntityRes.GetString(EntityRes.LocalizedInlineFunction); }
  7349. }
  7350. /// <summary>
  7351. /// A string like "keyword"
  7352. /// </summary>
  7353. internal static string LocalizedKeyword
  7354. {
  7355. get { return EntityRes.GetString(EntityRes.LocalizedKeyword); }
  7356. }
  7357. /// <summary>
  7358. /// A string like "left"
  7359. /// </summary>
  7360. internal static string LocalizedLeft
  7361. {
  7362. get { return EntityRes.GetString(EntityRes.LocalizedLeft); }
  7363. }
  7364. /// <summary>
  7365. /// A string like "line"
  7366. /// </summary>
  7367. internal static string LocalizedLine
  7368. {
  7369. get { return EntityRes.GetString(EntityRes.LocalizedLine); }
  7370. }
  7371. /// <summary>
  7372. /// A string like "namespace, type or function"
  7373. /// </summary>
  7374. internal static string LocalizedMetadataMemberExpression
  7375. {
  7376. get { return EntityRes.GetString(EntityRes.LocalizedMetadataMemberExpression); }
  7377. }
  7378. /// <summary>
  7379. /// A string like "namespace"
  7380. /// </summary>
  7381. internal static string LocalizedNamespace
  7382. {
  7383. get { return EntityRes.GetString(EntityRes.LocalizedNamespace); }
  7384. }
  7385. /// <summary>
  7386. /// A string like "Near"
  7387. /// </summary>
  7388. internal static string LocalizedNear
  7389. {
  7390. get { return EntityRes.GetString(EntityRes.LocalizedNear); }
  7391. }
  7392. /// <summary>
  7393. /// A string like "primitive"
  7394. /// </summary>
  7395. internal static string LocalizedPrimitive
  7396. {
  7397. get { return EntityRes.GetString(EntityRes.LocalizedPrimitive); }
  7398. }
  7399. /// <summary>
  7400. /// A string like "reference"
  7401. /// </summary>
  7402. internal static string LocalizedReference
  7403. {
  7404. get { return EntityRes.GetString(EntityRes.LocalizedReference); }
  7405. }
  7406. /// <summary>
  7407. /// A string like "right"
  7408. /// </summary>
  7409. internal static string LocalizedRight
  7410. {
  7411. get { return EntityRes.GetString(EntityRes.LocalizedRight); }
  7412. }
  7413. /// <summary>
  7414. /// A string like "row"
  7415. /// </summary>
  7416. internal static string LocalizedRow
  7417. {
  7418. get { return EntityRes.GetString(EntityRes.LocalizedRow); }
  7419. }
  7420. /// <summary>
  7421. /// A string like "term"
  7422. /// </summary>
  7423. internal static string LocalizedTerm
  7424. {
  7425. get { return EntityRes.GetString(EntityRes.LocalizedTerm); }
  7426. }
  7427. /// <summary>
  7428. /// A string like "type"
  7429. /// </summary>
  7430. internal static string LocalizedType
  7431. {
  7432. get { return EntityRes.GetString(EntityRes.LocalizedType); }
  7433. }
  7434. /// <summary>
  7435. /// A string like "enum member"
  7436. /// </summary>
  7437. internal static string LocalizedEnumMember
  7438. {
  7439. get { return EntityRes.GetString(EntityRes.LocalizedEnumMember); }
  7440. }
  7441. /// <summary>
  7442. /// A string like "value expression"
  7443. /// </summary>
  7444. internal static string LocalizedValueExpression
  7445. {
  7446. get { return EntityRes.GetString(EntityRes.LocalizedValueExpression); }
  7447. }
  7448. /// <summary>
  7449. /// A string like "The alias '{0}' was already used."
  7450. /// </summary>
  7451. internal static string AliasNameAlreadyUsed(object p0)
  7452. {
  7453. return EntityRes.GetString(EntityRes.AliasNameAlreadyUsed, p0);
  7454. }
  7455. /// <summary>
  7456. /// A string like "The function call cannot be resolved, because one or more passed arguments match more than one function overload."
  7457. /// </summary>
  7458. internal static string AmbiguousFunctionArguments
  7459. {
  7460. get { return EntityRes.GetString(EntityRes.AmbiguousFunctionArguments); }
  7461. }
  7462. /// <summary>
  7463. /// A string like "The name '{0}' is ambiguous. '{0}' is defined in both the '{1}' namespace and the '{2}' namespace. To disambiguate, either use a fully qualified name or define a namespace alias."
  7464. /// </summary>
  7465. internal static string AmbiguousMetadataMemberName(object p0, object p1, object p2)
  7466. {
  7467. return EntityRes.GetString(EntityRes.AmbiguousMetadataMemberName, p0, p1, p2);
  7468. }
  7469. /// <summary>
  7470. /// A string like "The argument types '{0}' and '{1}' are incompatible for this operation."
  7471. /// </summary>
  7472. internal static string ArgumentTypesAreIncompatible(object p0, object p1)
  7473. {
  7474. return EntityRes.GetString(EntityRes.ArgumentTypesAreIncompatible, p0, p1);
  7475. }
  7476. /// <summary>
  7477. /// A string like "The upper and lower limits of the BETWEEN expression cannot be un-typed nulls."
  7478. /// </summary>
  7479. internal static string BetweenLimitsCannotBeUntypedNulls
  7480. {
  7481. get { return EntityRes.GetString(EntityRes.BetweenLimitsCannotBeUntypedNulls); }
  7482. }
  7483. /// <summary>
  7484. /// A string like "The BETWEEN lower limit type '{0}' is not compatible with the upper limit type '{1}'."
  7485. /// </summary>
  7486. internal static string BetweenLimitsTypesAreNotCompatible(object p0, object p1)
  7487. {
  7488. return EntityRes.GetString(EntityRes.BetweenLimitsTypesAreNotCompatible, p0, p1);
  7489. }
  7490. /// <summary>
  7491. /// A string like "The BETWEEN lower limit type '{0}' is not order-comparable with the upper limit type '{1}'."
  7492. /// </summary>
  7493. internal static string BetweenLimitsTypesAreNotOrderComparable(object p0, object p1)
  7494. {
  7495. return EntityRes.GetString(EntityRes.BetweenLimitsTypesAreNotOrderComparable, p0, p1);
  7496. }
  7497. /// <summary>
  7498. /// A string like "The BETWEEN value type '{0}' is not order-comparable with the limits common type '{1}'."
  7499. /// </summary>
  7500. internal static string BetweenValueIsNotOrderComparable(object p0, object p1)
  7501. {
  7502. return EntityRes.GetString(EntityRes.BetweenValueIsNotOrderComparable, p0, p1);
  7503. }
  7504. /// <summary>
  7505. /// A string like "Cannot create an empty multiset."
  7506. /// </summary>
  7507. internal static string CannotCreateEmptyMultiset
  7508. {
  7509. get { return EntityRes.GetString(EntityRes.CannotCreateEmptyMultiset); }
  7510. }
  7511. /// <summary>
  7512. /// A string like "A multiset of un-typed NULLs is not valid."
  7513. /// </summary>
  7514. internal static string CannotCreateMultisetofNulls
  7515. {
  7516. get { return EntityRes.GetString(EntityRes.CannotCreateMultisetofNulls); }
  7517. }
  7518. /// <summary>
  7519. /// A string like "'{0}' cannot be instantiated because it is defined as an abstract type."
  7520. /// </summary>
  7521. internal static string CannotInstantiateAbstractType(object p0)
  7522. {
  7523. return EntityRes.GetString(EntityRes.CannotInstantiateAbstractType, p0);
  7524. }
  7525. /// <summary>
  7526. /// A string like "'{0}' cannot be resolved into a valid type or function."
  7527. /// </summary>
  7528. internal static string CannotResolveNameToTypeOrFunction(object p0)
  7529. {
  7530. return EntityRes.GetString(EntityRes.CannotResolveNameToTypeOrFunction, p0);
  7531. }
  7532. /// <summary>
  7533. /// A string like "There is no underlying support for the '+' operation on strings in the current provider."
  7534. /// </summary>
  7535. internal static string ConcatBuiltinNotSupported
  7536. {
  7537. get { return EntityRes.GetString(EntityRes.ConcatBuiltinNotSupported); }
  7538. }
  7539. /// <summary>
  7540. /// A string like "'{0}' could not be resolved in the current scope or context. Make sure that all referenced variables are in scope, that required schemas are loaded, and that namespaces are referenced correctly."
  7541. /// </summary>
  7542. internal static string CouldNotResolveIdentifier(object p0)
  7543. {
  7544. return EntityRes.GetString(EntityRes.CouldNotResolveIdentifier, p0);
  7545. }
  7546. /// <summary>
  7547. /// A string like "The CREATEREF type '{0}' is not a sub-type or super-type of the EntitySet EntityType '{1}'."
  7548. /// </summary>
  7549. internal static string CreateRefTypeIdentifierMustBeASubOrSuperType(object p0, object p1)
  7550. {
  7551. return EntityRes.GetString(EntityRes.CreateRefTypeIdentifierMustBeASubOrSuperType, p0, p1);
  7552. }
  7553. /// <summary>
  7554. /// A string like "The CREATEREF type must specify an EntityType. The type specification '{0}' represents '{1}'."
  7555. /// </summary>
  7556. internal static string CreateRefTypeIdentifierMustSpecifyAnEntityType(object p0, object p1)
  7557. {
  7558. return EntityRes.GetString(EntityRes.CreateRefTypeIdentifierMustSpecifyAnEntityType, p0, p1);
  7559. }
  7560. /// <summary>
  7561. /// A string like "The DEREF argument must be a reference type. The passed argument is a '{0}' type."
  7562. /// </summary>
  7563. internal static string DeRefArgIsNotOfRefType(object p0)
  7564. {
  7565. return EntityRes.GetString(EntityRes.DeRefArgIsNotOfRefType, p0);
  7566. }
  7567. /// <summary>
  7568. /// A string like "The inline function '{0}' with the same parameters already exists. Make sure that function overloads are not ambiguous."
  7569. /// </summary>
  7570. internal static string DuplicatedInlineFunctionOverload(object p0)
  7571. {
  7572. return EntityRes.GetString(EntityRes.DuplicatedInlineFunctionOverload, p0);
  7573. }
  7574. /// <summary>
  7575. /// A string like "The ELEMENT operator is not supported in this version of Entity Framework. It is reserved for future use."
  7576. /// </summary>
  7577. internal static string ElementOperatorIsNotSupported
  7578. {
  7579. get { return EntityRes.GetString(EntityRes.ElementOperatorIsNotSupported); }
  7580. }
  7581. /// <summary>
  7582. /// A string like "The entity set or function import '{0}' is not defined in the entity container '{1}'."
  7583. /// </summary>
  7584. internal static string MemberDoesNotBelongToEntityContainer(object p0, object p1)
  7585. {
  7586. return EntityRes.GetString(EntityRes.MemberDoesNotBelongToEntityContainer, p0, p1);
  7587. }
  7588. /// <summary>
  7589. /// A string like "The specified expression cannot be NULL."
  7590. /// </summary>
  7591. internal static string ExpressionCannotBeNull
  7592. {
  7593. get { return EntityRes.GetString(EntityRes.ExpressionCannotBeNull); }
  7594. }
  7595. /// <summary>
  7596. /// A string like "The OFTYPE collection element type must refer to an EntityType. The passed type is {0} '{1}'."
  7597. /// </summary>
  7598. internal static string OfTypeExpressionElementTypeMustBeEntityType(object p0, object p1)
  7599. {
  7600. return EntityRes.GetString(EntityRes.OfTypeExpressionElementTypeMustBeEntityType, p0, p1);
  7601. }
  7602. /// <summary>
  7603. /// A string like "The OFTYPE collection element type must refer to a nominal type. The passed type is {0} '{1}'."
  7604. /// </summary>
  7605. internal static string OfTypeExpressionElementTypeMustBeNominalType(object p0, object p1)
  7606. {
  7607. return EntityRes.GetString(EntityRes.OfTypeExpressionElementTypeMustBeNominalType, p0, p1);
  7608. }
  7609. /// <summary>
  7610. /// A string like "The specified expression must be of CollectionType."
  7611. /// </summary>
  7612. internal static string ExpressionMustBeCollection
  7613. {
  7614. get { return EntityRes.GetString(EntityRes.ExpressionMustBeCollection); }
  7615. }
  7616. /// <summary>
  7617. /// A string like "The specified expression must be of numeric type."
  7618. /// </summary>
  7619. internal static string ExpressionMustBeNumericType
  7620. {
  7621. get { return EntityRes.GetString(EntityRes.ExpressionMustBeNumericType); }
  7622. }
  7623. /// <summary>
  7624. /// A string like "The specified expression must be of Boolean type."
  7625. /// </summary>
  7626. internal static string ExpressionTypeMustBeBoolean
  7627. {
  7628. get { return EntityRes.GetString(EntityRes.ExpressionTypeMustBeBoolean); }
  7629. }
  7630. /// <summary>
  7631. /// A string like "The specified expression type must be equal-comparable."
  7632. /// </summary>
  7633. internal static string ExpressionTypeMustBeEqualComparable
  7634. {
  7635. get { return EntityRes.GetString(EntityRes.ExpressionTypeMustBeEqualComparable); }
  7636. }
  7637. /// <summary>
  7638. /// A string like "{0} must refer to an EntityType. The passed type is {1} '{2}'."
  7639. /// </summary>
  7640. internal static string ExpressionTypeMustBeEntityType(object p0, object p1, object p2)
  7641. {
  7642. return EntityRes.GetString(EntityRes.ExpressionTypeMustBeEntityType, p0, p1, p2);
  7643. }
  7644. /// <summary>
  7645. /// A string like "{0} must refer to a nominal type. The passed type is {1} '{2}'."
  7646. /// </summary>
  7647. internal static string ExpressionTypeMustBeNominalType(object p0, object p1, object p2)
  7648. {
  7649. return EntityRes.GetString(EntityRes.ExpressionTypeMustBeNominalType, p0, p1, p2);
  7650. }
  7651. /// <summary>
  7652. /// A string like "The specified expression cannot be of CollectionType."
  7653. /// </summary>
  7654. internal static string ExpressionTypeMustNotBeCollection
  7655. {
  7656. get { return EntityRes.GetString(EntityRes.ExpressionTypeMustNotBeCollection); }
  7657. }
  7658. /// <summary>
  7659. /// A string like "The expression in the CREATEREF operator is not a valid EntitySet."
  7660. /// </summary>
  7661. internal static string ExprIsNotValidEntitySetForCreateRef
  7662. {
  7663. get { return EntityRes.GetString(EntityRes.ExprIsNotValidEntitySetForCreateRef); }
  7664. }
  7665. /// <summary>
  7666. /// A string like "Could not resolve the aggregate function '{0}' in this context."
  7667. /// </summary>
  7668. internal static string FailedToResolveAggregateFunction(object p0)
  7669. {
  7670. return EntityRes.GetString(EntityRes.FailedToResolveAggregateFunction, p0);
  7671. }
  7672. /// <summary>
  7673. /// A string like "A '{0}' exception occurred while processing the query. See the inner exception."
  7674. /// </summary>
  7675. internal static string GeneralExceptionAsQueryInnerException(object p0)
  7676. {
  7677. return EntityRes.GetString(EntityRes.GeneralExceptionAsQueryInnerException, p0);
  7678. }
  7679. /// <summary>
  7680. /// A string like "The GROUP BY clause key expression type must be equal-comparable."
  7681. /// </summary>
  7682. internal static string GroupingKeysMustBeEqualComparable
  7683. {
  7684. get { return EntityRes.GetString(EntityRes.GroupingKeysMustBeEqualComparable); }
  7685. }
  7686. /// <summary>
  7687. /// A string like "The GROUPPARTITION operator is allowed only in the context of a query expression."
  7688. /// </summary>
  7689. internal static string GroupPartitionOutOfContext
  7690. {
  7691. get { return EntityRes.GetString(EntityRes.GroupPartitionOutOfContext); }
  7692. }
  7693. /// <summary>
  7694. /// A string like "The HAVING clause must be preceded by a GROUP BY clause."
  7695. /// </summary>
  7696. internal static string HavingRequiresGroupClause
  7697. {
  7698. get { return EntityRes.GetString(EntityRes.HavingRequiresGroupClause); }
  7699. }
  7700. /// <summary>
  7701. /// A string like "The CREATEREF key expression type is not compatible with the EntityKey element type."
  7702. /// </summary>
  7703. internal static string ImcompatibleCreateRefKeyElementType
  7704. {
  7705. get { return EntityRes.GetString(EntityRes.ImcompatibleCreateRefKeyElementType); }
  7706. }
  7707. /// <summary>
  7708. /// A string like "The CREATEREF key expression is not compatible with the EntityKey structure."
  7709. /// </summary>
  7710. internal static string ImcompatibleCreateRefKeyType
  7711. {
  7712. get { return EntityRes.GetString(EntityRes.ImcompatibleCreateRefKeyType); }
  7713. }
  7714. /// <summary>
  7715. /// A string like "The INNER JOIN expression must have an ON predicate."
  7716. /// </summary>
  7717. internal static string InnerJoinMustHaveOnPredicate
  7718. {
  7719. get { return EntityRes.GetString(EntityRes.InnerJoinMustHaveOnPredicate); }
  7720. }
  7721. /// <summary>
  7722. /// A string like "The type '{0}' is not supported in the UNION expression."
  7723. /// </summary>
  7724. internal static string InvalidAssociationTypeForUnion(object p0)
  7725. {
  7726. return EntityRes.GetString(EntityRes.InvalidAssociationTypeForUnion, p0);
  7727. }
  7728. /// <summary>
  7729. /// A string like "The THEN/ELSE expression types are not compatible."
  7730. /// </summary>
  7731. internal static string InvalidCaseResultTypes
  7732. {
  7733. get { return EntityRes.GetString(EntityRes.InvalidCaseResultTypes); }
  7734. }
  7735. /// <summary>
  7736. /// A string like "The CASE/WHEN/THEN expression is not valid, because all resulting expressions are un-typed."
  7737. /// </summary>
  7738. internal static string InvalidCaseWhenThenNullType
  7739. {
  7740. get { return EntityRes.GetString(EntityRes.InvalidCaseWhenThenNullType); }
  7741. }
  7742. /// <summary>
  7743. /// A string like "The CAST expression is not valid. There is no valid conversion from type '{0}' to type '{1}'."
  7744. /// </summary>
  7745. internal static string InvalidCast(object p0, object p1)
  7746. {
  7747. return EntityRes.GetString(EntityRes.InvalidCast, p0, p1);
  7748. }
  7749. /// <summary>
  7750. /// A string like "The CAST argument expression must be of a scalar type."
  7751. /// </summary>
  7752. internal static string InvalidCastExpressionType
  7753. {
  7754. get { return EntityRes.GetString(EntityRes.InvalidCastExpressionType); }
  7755. }
  7756. /// <summary>
  7757. /// A string like "The CAST type argument must be of a scalar type."
  7758. /// </summary>
  7759. internal static string InvalidCastType
  7760. {
  7761. get { return EntityRes.GetString(EntityRes.InvalidCastType); }
  7762. }
  7763. /// <summary>
  7764. /// A string like "The complex member '{0}' in type '{1}' and the complex member '{2}' in type '{3}' are incompatible because they have a different number of members."
  7765. /// </summary>
  7766. internal static string InvalidComplexType(object p0, object p1, object p2, object p3)
  7767. {
  7768. return EntityRes.GetString(EntityRes.InvalidComplexType, p0, p1, p2, p3);
  7769. }
  7770. /// <summary>
  7771. /// A string like "The CREATEREF key expression must be of row type."
  7772. /// </summary>
  7773. internal static string InvalidCreateRefKeyType
  7774. {
  7775. get { return EntityRes.GetString(EntityRes.InvalidCreateRefKeyType); }
  7776. }
  7777. /// <summary>
  7778. /// A string like "The argument type '{0}' is not compatible with the property '{1}' of formal type '{2}'."
  7779. /// </summary>
  7780. internal static string InvalidCtorArgumentType(object p0, object p1, object p2)
  7781. {
  7782. return EntityRes.GetString(EntityRes.InvalidCtorArgumentType, p0, p1, p2);
  7783. }
  7784. /// <summary>
  7785. /// A string like "It is not valid to use the type constructor on type '{0}'. This type must have one of the following constructors: Entity, ComplexType, or RelationType."
  7786. /// </summary>
  7787. internal static string InvalidCtorUseOnType(object p0)
  7788. {
  7789. return EntityRes.GetString(EntityRes.InvalidCtorUseOnType, p0);
  7790. }
  7791. /// <summary>
  7792. /// A string like "The DateTimeOffset literal '{0}' exceeds the range of DateTimeOffset values."
  7793. /// </summary>
  7794. internal static string InvalidDateTimeOffsetLiteral(object p0)
  7795. {
  7796. return EntityRes.GetString(EntityRes.InvalidDateTimeOffsetLiteral, p0);
  7797. }
  7798. /// <summary>
  7799. /// A string like "The day '{0}' is not valid in DateTime literal '{1}'."
  7800. /// </summary>
  7801. internal static string InvalidDay(object p0, object p1)
  7802. {
  7803. return EntityRes.GetString(EntityRes.InvalidDay, p0, p1);
  7804. }
  7805. /// <summary>
  7806. /// A string like "The day '{0}' is not valid for the month '{1}' in DateTime literal '{2}'."
  7807. /// </summary>
  7808. internal static string InvalidDayInMonth(object p0, object p1, object p2)
  7809. {
  7810. return EntityRes.GetString(EntityRes.InvalidDayInMonth, p0, p1, p2);
  7811. }
  7812. /// <summary>
  7813. /// A string like "'{0}' is not a member of type '{1}'. Type '{1}' is the result of dereferencing an expression of type '{2}'."
  7814. /// </summary>
  7815. internal static string InvalidDeRefProperty(object p0, object p1, object p2)
  7816. {
  7817. return EntityRes.GetString(EntityRes.InvalidDeRefProperty, p0, p1, p2);
  7818. }
  7819. /// <summary>
  7820. /// A string like "The DISTINCT/ALL argument is not valid in type constructors."
  7821. /// </summary>
  7822. internal static string InvalidDistinctArgumentInCtor
  7823. {
  7824. get { return EntityRes.GetString(EntityRes.InvalidDistinctArgumentInCtor); }
  7825. }
  7826. /// <summary>
  7827. /// A string like "The DISTINCT/ALL argument is only valid for group aggregate functions."
  7828. /// </summary>
  7829. internal static string InvalidDistinctArgumentInNonAggFunction
  7830. {
  7831. get { return EntityRes.GetString(EntityRes.InvalidDistinctArgumentInNonAggFunction); }
  7832. }
  7833. /// <summary>
  7834. /// A string like "The EntityType objects '{0}' and '{1}' are incompatible because they do not share a common super-type."
  7835. /// </summary>
  7836. internal static string InvalidEntityRootTypeArgument(object p0, object p1)
  7837. {
  7838. return EntityRes.GetString(EntityRes.InvalidEntityRootTypeArgument, p0, p1);
  7839. }
  7840. /// <summary>
  7841. /// A string like "The entity '{0}' in type '{1}' and the entity '{2}' in type '{3}' are incompatible because they do not share a common super-type."
  7842. /// </summary>
  7843. internal static string InvalidEntityTypeArgument(object p0, object p1, object p2, object p3)
  7844. {
  7845. return EntityRes.GetString(EntityRes.InvalidEntityTypeArgument, p0, p1, p2, p3);
  7846. }
  7847. /// <summary>
  7848. /// A string like "The expression has been classified as a {0}; a {1} was expected."
  7849. /// </summary>
  7850. internal static string InvalidExpressionResolutionClass(object p0, object p1)
  7851. {
  7852. return EntityRes.GetString(EntityRes.InvalidExpressionResolutionClass, p0, p1);
  7853. }
  7854. /// <summary>
  7855. /// A string like "The FLATTEN argument must be a collection of collections."
  7856. /// </summary>
  7857. internal static string InvalidFlattenArgument
  7858. {
  7859. get { return EntityRes.GetString(EntityRes.InvalidFlattenArgument); }
  7860. }
  7861. /// <summary>
  7862. /// A string like "The identifier '{0}' is not valid because it is not contained either in an aggregate function or in the GROUP BY clause."
  7863. /// </summary>
  7864. internal static string InvalidGroupIdentifierReference(object p0)
  7865. {
  7866. return EntityRes.GetString(EntityRes.InvalidGroupIdentifierReference, p0);
  7867. }
  7868. /// <summary>
  7869. /// A string like "Hour '{0}' is not valid in DateTime literal '{1}'."
  7870. /// </summary>
  7871. internal static string InvalidHour(object p0, object p1)
  7872. {
  7873. return EntityRes.GetString(EntityRes.InvalidHour, p0, p1);
  7874. }
  7875. /// <summary>
  7876. /// A string like "The 'from' end could not be inferred in the relationship '{0}'."
  7877. /// </summary>
  7878. internal static string InvalidImplicitRelationshipFromEnd(object p0)
  7879. {
  7880. return EntityRes.GetString(EntityRes.InvalidImplicitRelationshipFromEnd, p0);
  7881. }
  7882. /// <summary>
  7883. /// A string like "The 'to' end could not be inferred in the relationship '{0}'."
  7884. /// </summary>
  7885. internal static string InvalidImplicitRelationshipToEnd(object p0)
  7886. {
  7887. return EntityRes.GetString(EntityRes.InvalidImplicitRelationshipToEnd, p0);
  7888. }
  7889. /// <summary>
  7890. /// A string like "The element type '{0}' and the CollectionType '{1}' are not compatible. The IN expression only supports entity, scalar and reference types. "
  7891. /// </summary>
  7892. internal static string InvalidInExprArgs(object p0, object p1)
  7893. {
  7894. return EntityRes.GetString(EntityRes.InvalidInExprArgs, p0, p1);
  7895. }
  7896. /// <summary>
  7897. /// A string like "Left correlation is not allowed in the JOIN clause."
  7898. /// </summary>
  7899. internal static string InvalidJoinLeftCorrelation
  7900. {
  7901. get { return EntityRes.GetString(EntityRes.InvalidJoinLeftCorrelation); }
  7902. }
  7903. /// <summary>
  7904. /// A string like "The KEY argument expression must be of reference type. The passed type is '{0}'."
  7905. /// </summary>
  7906. internal static string InvalidKeyArgument(object p0)
  7907. {
  7908. return EntityRes.GetString(EntityRes.InvalidKeyArgument, p0);
  7909. }
  7910. /// <summary>
  7911. /// A string like "COLLATE can only be used with sort keys of string type. The passed type is '{0}'."
  7912. /// </summary>
  7913. internal static string InvalidKeyTypeForCollation(object p0)
  7914. {
  7915. return EntityRes.GetString(EntityRes.InvalidKeyTypeForCollation, p0);
  7916. }
  7917. /// <summary>
  7918. /// A string like "The {0} literal value '{1}' is not valid."
  7919. /// </summary>
  7920. internal static string InvalidLiteralFormat(object p0, object p1)
  7921. {
  7922. return EntityRes.GetString(EntityRes.InvalidLiteralFormat, p0, p1);
  7923. }
  7924. /// <summary>
  7925. /// A string like "A namespace, type, or function name must be a single name or any number of names separated by dots."
  7926. /// </summary>
  7927. internal static string InvalidMetadataMemberName
  7928. {
  7929. get { return EntityRes.GetString(EntityRes.InvalidMetadataMemberName); }
  7930. }
  7931. /// <summary>
  7932. /// A string like "Minute '{0}' is not valid in DateTime literal '{1}'."
  7933. /// </summary>
  7934. internal static string InvalidMinute(object p0, object p1)
  7935. {
  7936. return EntityRes.GetString(EntityRes.InvalidMinute, p0, p1);
  7937. }
  7938. /// <summary>
  7939. /// A string like "The WITH RELATIONSHIP clause is only supported when defining read-only view queries."
  7940. /// </summary>
  7941. internal static string InvalidModeForWithRelationshipClause
  7942. {
  7943. get { return EntityRes.GetString(EntityRes.InvalidModeForWithRelationshipClause); }
  7944. }
  7945. /// <summary>
  7946. /// A string like "Month '{0}' is not valid in DateTime literal '{1}'."
  7947. /// </summary>
  7948. internal static string InvalidMonth(object p0, object p1)
  7949. {
  7950. return EntityRes.GetString(EntityRes.InvalidMonth, p0, p1);
  7951. }
  7952. /// <summary>
  7953. /// A string like "The namespace alias is not valid."
  7954. /// </summary>
  7955. internal static string InvalidNamespaceAlias
  7956. {
  7957. get { return EntityRes.GetString(EntityRes.InvalidNamespaceAlias); }
  7958. }
  7959. /// <summary>
  7960. /// A string like "Un-typed NULL arguments are not valid in arithmetic expressions."
  7961. /// </summary>
  7962. internal static string InvalidNullArithmetic
  7963. {
  7964. get { return EntityRes.GetString(EntityRes.InvalidNullArithmetic); }
  7965. }
  7966. /// <summary>
  7967. /// A string like "Un-typed NULL arguments are not valid in comparison expressions."
  7968. /// </summary>
  7969. internal static string InvalidNullComparison
  7970. {
  7971. get { return EntityRes.GetString(EntityRes.InvalidNullComparison); }
  7972. }
  7973. /// <summary>
  7974. /// A string like "The non-nullable member '{0}' of type '{1}' cannot be initialized with a NULL value."
  7975. /// </summary>
  7976. internal static string InvalidNullLiteralForNonNullableMember(object p0, object p1)
  7977. {
  7978. return EntityRes.GetString(EntityRes.InvalidNullLiteralForNonNullableMember, p0, p1);
  7979. }
  7980. /// <summary>
  7981. /// A string like "The command parameter syntax '@{0}' is not valid."
  7982. /// </summary>
  7983. internal static string InvalidParameterFormat(object p0)
  7984. {
  7985. return EntityRes.GetString(EntityRes.InvalidParameterFormat, p0);
  7986. }
  7987. /// <summary>
  7988. /// A string like "{0} member '{1}' and {2} member '{3}' are incompatible because they do not have a common type."
  7989. /// </summary>
  7990. internal static string InvalidPlaceholderRootTypeArgument(object p0, object p1, object p2, object p3)
  7991. {
  7992. return EntityRes.GetString(EntityRes.InvalidPlaceholderRootTypeArgument, p0, p1, p2, p3);
  7993. }
  7994. /// <summary>
  7995. /// A string like "{0} member '{1}' in type '{2}' and {3} member '{4}' in type '{5}' are incompatible because they do not have a common type."
  7996. /// </summary>
  7997. internal static string InvalidPlaceholderTypeArgument(object p0, object p1, object p2, object p3, object p4, object p5)
  7998. {
  7999. return EntityRes.GetString(EntityRes.InvalidPlaceholderTypeArgument, p0, p1, p2, p3, p4, p5);
  8000. }
  8001. /// <summary>
  8002. /// A string like "The ON predicate is not allowed in the CROSS JOIN clause."
  8003. /// </summary>
  8004. internal static string InvalidPredicateForCrossJoin
  8005. {
  8006. get { return EntityRes.GetString(EntityRes.InvalidPredicateForCrossJoin); }
  8007. }
  8008. /// <summary>
  8009. /// A string like "'{0}' is not a valid member of the '{1}' relationship. "
  8010. /// </summary>
  8011. internal static string InvalidRelationshipMember(object p0, object p1)
  8012. {
  8013. return EntityRes.GetString(EntityRes.InvalidRelationshipMember, p0, p1);
  8014. }
  8015. /// <summary>
  8016. /// A string like "'{0}' has been resolved as a {1}; a {2} was expected."
  8017. /// </summary>
  8018. internal static string InvalidMetadataMemberClassResolution(object p0, object p1, object p2)
  8019. {
  8020. return EntityRes.GetString(EntityRes.InvalidMetadataMemberClassResolution, p0, p1, p2);
  8021. }
  8022. /// <summary>
  8023. /// A string like "Complex type '{0}' and complex type '{1}' are incompatible because they have different number of members."
  8024. /// </summary>
  8025. internal static string InvalidRootComplexType(object p0, object p1)
  8026. {
  8027. return EntityRes.GetString(EntityRes.InvalidRootComplexType, p0, p1);
  8028. }
  8029. /// <summary>
  8030. /// A string like "Row type '{0}' and row type '{1}' are incompatible because they have a different number of columns."
  8031. /// </summary>
  8032. internal static string InvalidRootRowType(object p0, object p1)
  8033. {
  8034. return EntityRes.GetString(EntityRes.InvalidRootRowType, p0, p1);
  8035. }
  8036. /// <summary>
  8037. /// A string like "Row member '{0}' in type '{1}' and row member '{2}' in type '{3}' are incompatible because they have a different number of columns."
  8038. /// </summary>
  8039. internal static string InvalidRowType(object p0, object p1, object p2, object p3)
  8040. {
  8041. return EntityRes.GetString(EntityRes.InvalidRowType, p0, p1, p2, p3);
  8042. }
  8043. /// <summary>
  8044. /// A string like "Second '{0}' is not valid in DateTime literal '{1}'."
  8045. /// </summary>
  8046. internal static string InvalidSecond(object p0, object p1)
  8047. {
  8048. return EntityRes.GetString(EntityRes.InvalidSecond, p0, p1);
  8049. }
  8050. /// <summary>
  8051. /// A string like "The SELECT VALUE expression cannot be aliased in this context. SELECT VALUE expression can be aliased only when ORDER BY is specified."
  8052. /// </summary>
  8053. internal static string InvalidSelectValueAliasedExpression
  8054. {
  8055. get { return EntityRes.GetString(EntityRes.InvalidSelectValueAliasedExpression); }
  8056. }
  8057. /// <summary>
  8058. /// A string like "SELECT VALUE can have only one expression in the projection list."
  8059. /// </summary>
  8060. internal static string InvalidSelectValueList
  8061. {
  8062. get { return EntityRes.GetString(EntityRes.InvalidSelectValueList); }
  8063. }
  8064. /// <summary>
  8065. /// A string like "The WITH RELATIONSHIP clause is only supported for entity type constructors."
  8066. /// </summary>
  8067. internal static string InvalidTypeForWithRelationshipClause
  8068. {
  8069. get { return EntityRes.GetString(EntityRes.InvalidTypeForWithRelationshipClause); }
  8070. }
  8071. /// <summary>
  8072. /// A string like "The '{0}' argument must be of CollectionType."
  8073. /// </summary>
  8074. internal static string InvalidUnarySetOpArgument(object p0)
  8075. {
  8076. return EntityRes.GetString(EntityRes.InvalidUnarySetOpArgument, p0);
  8077. }
  8078. /// <summary>
  8079. /// A string like "The unsigned type '{0}' cannot be promoted to a signed type."
  8080. /// </summary>
  8081. internal static string InvalidUnsignedTypeForUnaryMinusOperation(object p0)
  8082. {
  8083. return EntityRes.GetString(EntityRes.InvalidUnsignedTypeForUnaryMinusOperation, p0);
  8084. }
  8085. /// <summary>
  8086. /// A string like "Year '{0}' is not valid in DateTime literal '{1}'."
  8087. /// </summary>
  8088. internal static string InvalidYear(object p0, object p1)
  8089. {
  8090. return EntityRes.GetString(EntityRes.InvalidYear, p0, p1);
  8091. }
  8092. /// <summary>
  8093. /// A string like "The multiplicity '{1}' is not valid for the relationship end '{0}'."
  8094. /// </summary>
  8095. internal static string InvalidWithRelationshipTargetEndMultiplicity(object p0, object p1)
  8096. {
  8097. return EntityRes.GetString(EntityRes.InvalidWithRelationshipTargetEndMultiplicity, p0, p1);
  8098. }
  8099. /// <summary>
  8100. /// A string like "The query is not valid because it contains the association type '{0}', which cannot be projected."
  8101. /// </summary>
  8102. internal static string InvalidQueryResultType(object p0)
  8103. {
  8104. return EntityRes.GetString(EntityRes.InvalidQueryResultType, p0);
  8105. }
  8106. /// <summary>
  8107. /// A string like "The IS [NOT] NULL expression must be of entity, reference, enumeration or primitive type."
  8108. /// </summary>
  8109. internal static string IsNullInvalidType
  8110. {
  8111. get { return EntityRes.GetString(EntityRes.IsNullInvalidType); }
  8112. }
  8113. /// <summary>
  8114. /// A string like "The key expression '{0}' must have at least one reference to the immediate input scope."
  8115. /// </summary>
  8116. internal static string KeyMustBeCorrelated(object p0)
  8117. {
  8118. return EntityRes.GetString(EntityRes.KeyMustBeCorrelated, p0);
  8119. }
  8120. /// <summary>
  8121. /// A string like "The left argument of the set expression must be of CollectionType."
  8122. /// </summary>
  8123. internal static string LeftSetExpressionArgsMustBeCollection
  8124. {
  8125. get { return EntityRes.GetString(EntityRes.LeftSetExpressionArgsMustBeCollection); }
  8126. }
  8127. /// <summary>
  8128. /// A string like "LIKE arguments must be of string type."
  8129. /// </summary>
  8130. internal static string LikeArgMustBeStringType
  8131. {
  8132. get { return EntityRes.GetString(EntityRes.LikeArgMustBeStringType); }
  8133. }
  8134. /// <summary>
  8135. /// A string like "There is no EDM type that corresponds to the literal type '{0}'."
  8136. /// </summary>
  8137. internal static string LiteralTypeNotFoundInMetadata(object p0)
  8138. {
  8139. return EntityRes.GetString(EntityRes.LiteralTypeNotFoundInMetadata, p0);
  8140. }
  8141. /// <summary>
  8142. /// A string like "The specified literal has a malformed single quote payload."
  8143. /// </summary>
  8144. internal static string MalformedSingleQuotePayload
  8145. {
  8146. get { return EntityRes.GetString(EntityRes.MalformedSingleQuotePayload); }
  8147. }
  8148. /// <summary>
  8149. /// A string like "The specified literal has a malformed string literal payload."
  8150. /// </summary>
  8151. internal static string MalformedStringLiteralPayload
  8152. {
  8153. get { return EntityRes.GetString(EntityRes.MalformedStringLiteralPayload); }
  8154. }
  8155. /// <summary>
  8156. /// A string like "Method invocation is not supported."
  8157. /// </summary>
  8158. internal static string MethodInvocationNotSupported
  8159. {
  8160. get { return EntityRes.GetString(EntityRes.MethodInvocationNotSupported); }
  8161. }
  8162. /// <summary>
  8163. /// A string like "The parameter '{0}' was defined more than once in the parameter collection."
  8164. /// </summary>
  8165. internal static string MultipleDefinitionsOfParameter(object p0)
  8166. {
  8167. return EntityRes.GetString(EntityRes.MultipleDefinitionsOfParameter, p0);
  8168. }
  8169. /// <summary>
  8170. /// A string like "The variable '{0}' was defined more than once in the variable collection."
  8171. /// </summary>
  8172. internal static string MultipleDefinitionsOfVariable(object p0)
  8173. {
  8174. return EntityRes.GetString(EntityRes.MultipleDefinitionsOfVariable, p0);
  8175. }
  8176. /// <summary>
  8177. /// A string like "Multiset element types are incompatible."
  8178. /// </summary>
  8179. internal static string MultisetElemsAreNotTypeCompatible
  8180. {
  8181. get { return EntityRes.GetString(EntityRes.MultisetElemsAreNotTypeCompatible); }
  8182. }
  8183. /// <summary>
  8184. /// A string like "The namespace alias '{0}' was used in a previous USING directive."
  8185. /// </summary>
  8186. internal static string NamespaceAliasAlreadyUsed(object p0)
  8187. {
  8188. return EntityRes.GetString(EntityRes.NamespaceAliasAlreadyUsed, p0);
  8189. }
  8190. /// <summary>
  8191. /// A string like "The namespace '{0}' was already imported."
  8192. /// </summary>
  8193. internal static string NamespaceAlreadyImported(object p0)
  8194. {
  8195. return EntityRes.GetString(EntityRes.NamespaceAlreadyImported, p0);
  8196. }
  8197. /// <summary>
  8198. /// A string like "The nested aggregate {0} cannot be used inside of the aggregate {1}."
  8199. /// </summary>
  8200. internal static string NestedAggregateCannotBeUsedInAggregate(object p0, object p1)
  8201. {
  8202. return EntityRes.GetString(EntityRes.NestedAggregateCannotBeUsedInAggregate, p0, p1);
  8203. }
  8204. /// <summary>
  8205. /// A string like "No overload of aggregate function '{0}.{1}' is compatible with argument types in '{2}'."
  8206. /// </summary>
  8207. internal static string NoAggrFunctionOverloadMatch(object p0, object p1, object p2)
  8208. {
  8209. return EntityRes.GetString(EntityRes.NoAggrFunctionOverloadMatch, p0, p1, p2);
  8210. }
  8211. /// <summary>
  8212. /// A string like "No overload of canonical aggregate function '{0}.{1}' is compatible with the argument types in '{2}'. Consult provider-specific function documentation for store functions with similar functionality."
  8213. /// </summary>
  8214. internal static string NoCanonicalAggrFunctionOverloadMatch(object p0, object p1, object p2)
  8215. {
  8216. return EntityRes.GetString(EntityRes.NoCanonicalAggrFunctionOverloadMatch, p0, p1, p2);
  8217. }
  8218. /// <summary>
  8219. /// A string like "No overload of canonical function '{0}.{1}' is compatible with the argument types in '{2}'. Consult provider-specific function documentation for potential store functions with similar functionality."
  8220. /// </summary>
  8221. internal static string NoCanonicalFunctionOverloadMatch(object p0, object p1, object p2)
  8222. {
  8223. return EntityRes.GetString(EntityRes.NoCanonicalFunctionOverloadMatch, p0, p1, p2);
  8224. }
  8225. /// <summary>
  8226. /// A string like "No overload of function '{0}.{1}' is compatible with the argument types in '{2}'."
  8227. /// </summary>
  8228. internal static string NoFunctionOverloadMatch(object p0, object p1, object p2)
  8229. {
  8230. return EntityRes.GetString(EntityRes.NoFunctionOverloadMatch, p0, p1, p2);
  8231. }
  8232. /// <summary>
  8233. /// A string like "'{0}' is not a member of '{1}'. To extract a property of a collection element, use a sub-query to iterate over the collection."
  8234. /// </summary>
  8235. internal static string NotAMemberOfCollection(object p0, object p1)
  8236. {
  8237. return EntityRes.GetString(EntityRes.NotAMemberOfCollection, p0, p1);
  8238. }
  8239. /// <summary>
  8240. /// A string like "'{0}' is not a member of type '{1}' in the currently loaded schemas."
  8241. /// </summary>
  8242. internal static string NotAMemberOfType(object p0, object p1)
  8243. {
  8244. return EntityRes.GetString(EntityRes.NotAMemberOfType, p0, p1);
  8245. }
  8246. /// <summary>
  8247. /// A string like "Type '{0}' is neither a sub-type nor a super-type of '{1}'."
  8248. /// </summary>
  8249. internal static string NotASuperOrSubType(object p0, object p1)
  8250. {
  8251. return EntityRes.GetString(EntityRes.NotASuperOrSubType, p0, p1);
  8252. }
  8253. /// <summary>
  8254. /// A string like "A NULL literal cannot be promoted to a CollectionType."
  8255. /// </summary>
  8256. internal static string NullLiteralCannotBePromotedToCollectionOfNulls
  8257. {
  8258. get { return EntityRes.GetString(EntityRes.NullLiteralCannotBePromotedToCollectionOfNulls); }
  8259. }
  8260. /// <summary>
  8261. /// A string like "The type constructor argument '{0}' is missing."
  8262. /// </summary>
  8263. internal static string NumberOfTypeCtorIsLessThenFormalSpec(object p0)
  8264. {
  8265. return EntityRes.GetString(EntityRes.NumberOfTypeCtorIsLessThenFormalSpec, p0);
  8266. }
  8267. /// <summary>
  8268. /// A string like "The number of arguments passed to the type '{0}' constructor exceeds its formal specification."
  8269. /// </summary>
  8270. internal static string NumberOfTypeCtorIsMoreThenFormalSpec(object p0)
  8271. {
  8272. return EntityRes.GetString(EntityRes.NumberOfTypeCtorIsMoreThenFormalSpec, p0);
  8273. }
  8274. /// <summary>
  8275. /// A string like "The ORDER BY sort key(s) type must be order-comparable."
  8276. /// </summary>
  8277. internal static string OrderByKeyIsNotOrderComparable
  8278. {
  8279. get { return EntityRes.GetString(EntityRes.OrderByKeyIsNotOrderComparable); }
  8280. }
  8281. /// <summary>
  8282. /// A string like "The OFTYPE ONLY type argument is not valid because '{0}' is an abstract type."
  8283. /// </summary>
  8284. internal static string OfTypeOnlyTypeArgumentCannotBeAbstract(object p0)
  8285. {
  8286. return EntityRes.GetString(EntityRes.OfTypeOnlyTypeArgumentCannotBeAbstract, p0);
  8287. }
  8288. /// <summary>
  8289. /// A string like "The command parameter '{0}' of type '{1}' is not supported."
  8290. /// </summary>
  8291. internal static string ParameterTypeNotSupported(object p0, object p1)
  8292. {
  8293. return EntityRes.GetString(EntityRes.ParameterTypeNotSupported, p0, p1);
  8294. }
  8295. /// <summary>
  8296. /// A string like "The command parameter '{0}' was not defined."
  8297. /// </summary>
  8298. internal static string ParameterWasNotDefined(object p0)
  8299. {
  8300. return EntityRes.GetString(EntityRes.ParameterWasNotDefined, p0);
  8301. }
  8302. /// <summary>
  8303. /// A string like "The {0} expression type must be promotable to an Edm.Int64 type. The passed type is '{1}'."
  8304. /// </summary>
  8305. internal static string PlaceholderExpressionMustBeCompatibleWithEdm64(object p0, object p1)
  8306. {
  8307. return EntityRes.GetString(EntityRes.PlaceholderExpressionMustBeCompatibleWithEdm64, p0, p1);
  8308. }
  8309. /// <summary>
  8310. /// A string like "The {0} expression must be a command parameter or an integral numeric literal."
  8311. /// </summary>
  8312. internal static string PlaceholderExpressionMustBeConstant(object p0)
  8313. {
  8314. return EntityRes.GetString(EntityRes.PlaceholderExpressionMustBeConstant, p0);
  8315. }
  8316. /// <summary>
  8317. /// A string like "The {0} expression value must be greater than or equal to zero."
  8318. /// </summary>
  8319. internal static string PlaceholderExpressionMustBeGreaterThanOrEqualToZero(object p0)
  8320. {
  8321. return EntityRes.GetString(EntityRes.PlaceholderExpressionMustBeGreaterThanOrEqualToZero, p0);
  8322. }
  8323. /// <summary>
  8324. /// A string like "The {0} operand of {1} is not valid because its type '{2}' cannot be compared for equality. Only primitive, enumeration, entity, row, and reference types can be compared for equality."
  8325. /// </summary>
  8326. internal static string PlaceholderSetArgTypeIsNotEqualComparable(object p0, object p1, object p2)
  8327. {
  8328. return EntityRes.GetString(EntityRes.PlaceholderSetArgTypeIsNotEqualComparable, p0, p1, p2);
  8329. }
  8330. /// <summary>
  8331. /// A string like "The left expression must be of numeric or string type."
  8332. /// </summary>
  8333. internal static string PlusLeftExpressionInvalidType
  8334. {
  8335. get { return EntityRes.GetString(EntityRes.PlusLeftExpressionInvalidType); }
  8336. }
  8337. /// <summary>
  8338. /// A string like "The right expression must be of numeric or string type."
  8339. /// </summary>
  8340. internal static string PlusRightExpressionInvalidType
  8341. {
  8342. get { return EntityRes.GetString(EntityRes.PlusRightExpressionInvalidType); }
  8343. }
  8344. /// <summary>
  8345. /// A string like "The precision '{0}' must be greater than the scale '{1}'. "
  8346. /// </summary>
  8347. internal static string PrecisionMustBeGreaterThanScale(object p0, object p1)
  8348. {
  8349. return EntityRes.GetString(EntityRes.PrecisionMustBeGreaterThanScale, p0, p1);
  8350. }
  8351. /// <summary>
  8352. /// A string like "The REF argument must be of EntityType. The passed type is '{0}'."
  8353. /// </summary>
  8354. internal static string RefArgIsNotOfEntityType(object p0)
  8355. {
  8356. return EntityRes.GetString(EntityRes.RefArgIsNotOfEntityType, p0);
  8357. }
  8358. /// <summary>
  8359. /// A string like "The REF argument must specify an EntityType. The type specification '{0}' represents '{1}'."
  8360. /// </summary>
  8361. internal static string RefTypeIdentifierMustSpecifyAnEntityType(object p0, object p1)
  8362. {
  8363. return EntityRes.GetString(EntityRes.RefTypeIdentifierMustSpecifyAnEntityType, p0, p1);
  8364. }
  8365. /// <summary>
  8366. /// A string like "The related end expression must be of reference type."
  8367. /// </summary>
  8368. internal static string RelatedEndExprTypeMustBeReference
  8369. {
  8370. get { return EntityRes.GetString(EntityRes.RelatedEndExprTypeMustBeReference); }
  8371. }
  8372. /// <summary>
  8373. /// A string like "The related end expression type '{0}' must be promotable to the 'to' end type '{1}'."
  8374. /// </summary>
  8375. internal static string RelatedEndExprTypeMustBePromotoableToToEnd(object p0, object p1)
  8376. {
  8377. return EntityRes.GetString(EntityRes.RelatedEndExprTypeMustBePromotoableToToEnd, p0, p1);
  8378. }
  8379. /// <summary>
  8380. /// A string like "The 'from' end of the relationship is ambiguous in this context."
  8381. /// </summary>
  8382. internal static string RelationshipFromEndIsAmbiguos
  8383. {
  8384. get { return EntityRes.GetString(EntityRes.RelationshipFromEndIsAmbiguos); }
  8385. }
  8386. /// <summary>
  8387. /// A string like "The specified type '{0}' must be a relationship type."
  8388. /// </summary>
  8389. internal static string RelationshipTypeExpected(object p0)
  8390. {
  8391. return EntityRes.GetString(EntityRes.RelationshipTypeExpected, p0);
  8392. }
  8393. /// <summary>
  8394. /// A string like "The 'to' end of the relationship is ambiguous in this context."
  8395. /// </summary>
  8396. internal static string RelationshipToEndIsAmbiguos
  8397. {
  8398. get { return EntityRes.GetString(EntityRes.RelationshipToEndIsAmbiguos); }
  8399. }
  8400. /// <summary>
  8401. /// A string like "The target end '{0}' must be unique."
  8402. /// </summary>
  8403. internal static string RelationshipTargetMustBeUnique(object p0)
  8404. {
  8405. return EntityRes.GetString(EntityRes.RelationshipTargetMustBeUnique, p0);
  8406. }
  8407. /// <summary>
  8408. /// A string like "The resulting expression of the query cannot be un-typed NULL."
  8409. /// </summary>
  8410. internal static string ResultingExpressionTypeCannotBeNull
  8411. {
  8412. get { return EntityRes.GetString(EntityRes.ResultingExpressionTypeCannotBeNull); }
  8413. }
  8414. /// <summary>
  8415. /// A string like "The right argument of the set expression must be of CollectionType."
  8416. /// </summary>
  8417. internal static string RightSetExpressionArgsMustBeCollection
  8418. {
  8419. get { return EntityRes.GetString(EntityRes.RightSetExpressionArgsMustBeCollection); }
  8420. }
  8421. /// <summary>
  8422. /// A string like "The ROW constructor cannot have un-typed NULL columns."
  8423. /// </summary>
  8424. internal static string RowCtorElementCannotBeNull
  8425. {
  8426. get { return EntityRes.GetString(EntityRes.RowCtorElementCannotBeNull); }
  8427. }
  8428. /// <summary>
  8429. /// A string like "The projection expression type must be equal-comparable when used with DISTINCT."
  8430. /// </summary>
  8431. internal static string SelectDistinctMustBeEqualComparable
  8432. {
  8433. get { return EntityRes.GetString(EntityRes.SelectDistinctMustBeEqualComparable); }
  8434. }
  8435. /// <summary>
  8436. /// A string like "The relationship source type '{0}' must be promotable to the 'from' end type '{1}'."
  8437. /// </summary>
  8438. internal static string SourceTypeMustBePromotoableToFromEndRelationType(object p0, object p1)
  8439. {
  8440. return EntityRes.GetString(EntityRes.SourceTypeMustBePromotoableToFromEndRelationType, p0, p1);
  8441. }
  8442. /// <summary>
  8443. /// A string like "The TOP and LIMIT sub-clauses cannot be used together in the same query expression."
  8444. /// </summary>
  8445. internal static string TopAndLimitCannotCoexist
  8446. {
  8447. get { return EntityRes.GetString(EntityRes.TopAndLimitCannotCoexist); }
  8448. }
  8449. /// <summary>
  8450. /// A string like "The TOP and SKIP sub-clauses cannot be used together in the same query expression. Use LIMIT instead of TOP."
  8451. /// </summary>
  8452. internal static string TopAndSkipCannotCoexist
  8453. {
  8454. get { return EntityRes.GetString(EntityRes.TopAndSkipCannotCoexist); }
  8455. }
  8456. /// <summary>
  8457. /// A string like "'{0}' does not support type specification."
  8458. /// </summary>
  8459. internal static string TypeDoesNotSupportSpec(object p0)
  8460. {
  8461. return EntityRes.GetString(EntityRes.TypeDoesNotSupportSpec, p0);
  8462. }
  8463. /// <summary>
  8464. /// A string like "'{0}' does not support '{1}' specification."
  8465. /// </summary>
  8466. internal static string TypeDoesNotSupportFacet(object p0, object p1)
  8467. {
  8468. return EntityRes.GetString(EntityRes.TypeDoesNotSupportFacet, p0, p1);
  8469. }
  8470. /// <summary>
  8471. /// A string like "The type specification has an incorrect number of arguments. The '{0}' type has {1} parameters."
  8472. /// </summary>
  8473. internal static string TypeArgumentCountMismatch(object p0, object p1)
  8474. {
  8475. return EntityRes.GetString(EntityRes.TypeArgumentCountMismatch, p0, p1);
  8476. }
  8477. /// <summary>
  8478. /// A string like "The type specification argument must be a constant literal."
  8479. /// </summary>
  8480. internal static string TypeArgumentMustBeLiteral
  8481. {
  8482. get { return EntityRes.GetString(EntityRes.TypeArgumentMustBeLiteral); }
  8483. }
  8484. /// <summary>
  8485. /// A string like "'{0}' is less than the minimum supported value."
  8486. /// </summary>
  8487. internal static string TypeArgumentBelowMin(object p0)
  8488. {
  8489. return EntityRes.GetString(EntityRes.TypeArgumentBelowMin, p0);
  8490. }
  8491. /// <summary>
  8492. /// A string like "'{0}' is greater than the maximum supported value."
  8493. /// </summary>
  8494. internal static string TypeArgumentExceedsMax(object p0)
  8495. {
  8496. return EntityRes.GetString(EntityRes.TypeArgumentExceedsMax, p0);
  8497. }
  8498. /// <summary>
  8499. /// A string like "The type argument is not a valid constant literal, or is outside of the expected range."
  8500. /// </summary>
  8501. internal static string TypeArgumentIsNotValid
  8502. {
  8503. get { return EntityRes.GetString(EntityRes.TypeArgumentIsNotValid); }
  8504. }
  8505. /// <summary>
  8506. /// A string like "{0} member '{1}' and {2} member '{3}' are not compatible for this operation, because they are not the same kind of type."
  8507. /// </summary>
  8508. internal static string TypeKindMismatch(object p0, object p1, object p2, object p3)
  8509. {
  8510. return EntityRes.GetString(EntityRes.TypeKindMismatch, p0, p1, p2, p3);
  8511. }
  8512. /// <summary>
  8513. /// A string like "The expression type must be EntityType, ComplexType, or ReferenceType"
  8514. /// </summary>
  8515. internal static string TypeMustBeInheritableType
  8516. {
  8517. get { return EntityRes.GetString(EntityRes.TypeMustBeInheritableType); }
  8518. }
  8519. /// <summary>
  8520. /// A string like "The '{0}' type argument must specify an EntityType. The passed type is {1} '{2}'."
  8521. /// </summary>
  8522. internal static string TypeMustBeEntityType(object p0, object p1, object p2)
  8523. {
  8524. return EntityRes.GetString(EntityRes.TypeMustBeEntityType, p0, p1, p2);
  8525. }
  8526. /// <summary>
  8527. /// A string like "The '{0}' type argument must specify a nominal type, The passed type is {1} '{2}'."
  8528. /// </summary>
  8529. internal static string TypeMustBeNominalType(object p0, object p1, object p2)
  8530. {
  8531. return EntityRes.GetString(EntityRes.TypeMustBeNominalType, p0, p1, p2);
  8532. }
  8533. /// <summary>
  8534. /// A string like "Type '{0}' could not be found. Make sure that the required schemas are loaded and that the namespaces are imported correctly."
  8535. /// </summary>
  8536. internal static string TypeNameNotFound(object p0)
  8537. {
  8538. return EntityRes.GetString(EntityRes.TypeNameNotFound, p0);
  8539. }
  8540. /// <summary>
  8541. /// A string like "INTERNAL ERROR: The group variable must be present in one of the existing scopes."
  8542. /// </summary>
  8543. internal static string GroupVarNotFoundInScope
  8544. {
  8545. get { return EntityRes.GetString(EntityRes.GroupVarNotFoundInScope); }
  8546. }
  8547. /// <summary>
  8548. /// A string like "INTERNAL ERROR: The argument type for the aggregate function is not valid."
  8549. /// </summary>
  8550. internal static string InvalidArgumentTypeForAggregateFunction
  8551. {
  8552. get { return EntityRes.GetString(EntityRes.InvalidArgumentTypeForAggregateFunction); }
  8553. }
  8554. /// <summary>
  8555. /// A string like "INTERNAL ERROR: The save point is not valid."
  8556. /// </summary>
  8557. internal static string InvalidSavePoint
  8558. {
  8559. get { return EntityRes.GetString(EntityRes.InvalidSavePoint); }
  8560. }
  8561. /// <summary>
  8562. /// A string like "INTERNAL ERROR: The scope index is not valid."
  8563. /// </summary>
  8564. internal static string InvalidScopeIndex
  8565. {
  8566. get { return EntityRes.GetString(EntityRes.InvalidScopeIndex); }
  8567. }
  8568. /// <summary>
  8569. /// A string like "INTERNAL ERROR: The literal type '{0}' is not supported."
  8570. /// </summary>
  8571. internal static string LiteralTypeNotSupported(object p0)
  8572. {
  8573. return EntityRes.GetString(EntityRes.LiteralTypeNotSupported, p0);
  8574. }
  8575. /// <summary>
  8576. /// A string like "INTERNAL ERROR: The parser found an error and cannot continue."
  8577. /// </summary>
  8578. internal static string ParserFatalError
  8579. {
  8580. get { return EntityRes.GetString(EntityRes.ParserFatalError); }
  8581. }
  8582. /// <summary>
  8583. /// A string like "INTERNAL ERROR: The input stream is not valid."
  8584. /// </summary>
  8585. internal static string ParserInputError
  8586. {
  8587. get { return EntityRes.GetString(EntityRes.ParserInputError); }
  8588. }
  8589. /// <summary>
  8590. /// A string like "INTERNAL ERROR: There was a stack overflow in the query parser."
  8591. /// </summary>
  8592. internal static string StackOverflowInParser
  8593. {
  8594. get { return EntityRes.GetString(EntityRes.StackOverflowInParser); }
  8595. }
  8596. /// <summary>
  8597. /// A string like "INTERNAL ERROR: The abstract syntax tree expression is not a valid command expression type."
  8598. /// </summary>
  8599. internal static string UnknownAstCommandExpression
  8600. {
  8601. get { return EntityRes.GetString(EntityRes.UnknownAstCommandExpression); }
  8602. }
  8603. /// <summary>
  8604. /// A string like "INTERNAL ERROR: The abstract syntax tree expression has an unknown type."
  8605. /// </summary>
  8606. internal static string UnknownAstExpressionType
  8607. {
  8608. get { return EntityRes.GetString(EntityRes.UnknownAstExpressionType); }
  8609. }
  8610. /// <summary>
  8611. /// A string like "INTERNAL ERROR: The specified built-in abstract syntax tree expression type is unknown. "
  8612. /// </summary>
  8613. internal static string UnknownBuiltInAstExpressionType
  8614. {
  8615. get { return EntityRes.GetString(EntityRes.UnknownBuiltInAstExpressionType); }
  8616. }
  8617. /// <summary>
  8618. /// A string like "INTERNAL ERROR: The expression resolution has an unknown class '{0}'."
  8619. /// </summary>
  8620. internal static string UnknownExpressionResolutionClass(object p0)
  8621. {
  8622. return EntityRes.GetString(EntityRes.UnknownExpressionResolutionClass, p0);
  8623. }
  8624. /// <summary>
  8625. /// A string like "The expression '{0}' is of an unsupported type. "
  8626. /// </summary>
  8627. internal static string Cqt_General_UnsupportedExpression(object p0)
  8628. {
  8629. return EntityRes.GetString(EntityRes.Cqt_General_UnsupportedExpression, p0);
  8630. }
  8631. /// <summary>
  8632. /// A string like "The specified type is not polymorphic: '{0}'. "
  8633. /// </summary>
  8634. internal static string Cqt_General_PolymorphicTypeRequired(object p0)
  8635. {
  8636. return EntityRes.GetString(EntityRes.Cqt_General_PolymorphicTypeRequired, p0);
  8637. }
  8638. /// <summary>
  8639. /// A string like "{0} requires an expression argument with a polymorphic result type that is compatible with the type argument."
  8640. /// </summary>
  8641. internal static string Cqt_General_PolymorphicArgRequired(object p0)
  8642. {
  8643. return EntityRes.GetString(EntityRes.Cqt_General_PolymorphicArgRequired, p0);
  8644. }
  8645. /// <summary>
  8646. /// A string like "The specified metadata cannot be used because it is not read-only."
  8647. /// </summary>
  8648. internal static string Cqt_General_MetadataNotReadOnly
  8649. {
  8650. get { return EntityRes.GetString(EntityRes.Cqt_General_MetadataNotReadOnly); }
  8651. }
  8652. /// <summary>
  8653. /// A string like "The current provider does not support any type that is compatible with Edm.Boolean."
  8654. /// </summary>
  8655. internal static string Cqt_General_NoProviderBooleanType
  8656. {
  8657. get { return EntityRes.GetString(EntityRes.Cqt_General_NoProviderBooleanType); }
  8658. }
  8659. /// <summary>
  8660. /// A string like "The current provider does not support any type that is compatible with Edm.Int32."
  8661. /// </summary>
  8662. internal static string Cqt_General_NoProviderIntegerType
  8663. {
  8664. get { return EntityRes.GetString(EntityRes.Cqt_General_NoProviderIntegerType); }
  8665. }
  8666. /// <summary>
  8667. /// A string like "The current provider does not support any type that is compatible with Edm.String."
  8668. /// </summary>
  8669. internal static string Cqt_General_NoProviderStringType
  8670. {
  8671. get { return EntityRes.GetString(EntityRes.Cqt_General_NoProviderStringType); }
  8672. }
  8673. /// <summary>
  8674. /// A string like "The specified member is not associated with the same MetadataWorkspace or data space as the command tree."
  8675. /// </summary>
  8676. internal static string Cqt_Metadata_EdmMemberIncorrectSpace
  8677. {
  8678. get { return EntityRes.GetString(EntityRes.Cqt_Metadata_EdmMemberIncorrectSpace); }
  8679. }
  8680. /// <summary>
  8681. /// A string like "The specified EntitySet is not valid because its EntityContainer property has a value of null."
  8682. /// </summary>
  8683. internal static string Cqt_Metadata_EntitySetEntityContainerNull
  8684. {
  8685. get { return EntityRes.GetString(EntityRes.Cqt_Metadata_EntitySetEntityContainerNull); }
  8686. }
  8687. /// <summary>
  8688. /// A string like "The specified EntitySet is not associated with the same MetadataWorkspace or data model as the command tree."
  8689. /// </summary>
  8690. internal static string Cqt_Metadata_EntitySetIncorrectSpace
  8691. {
  8692. get { return EntityRes.GetString(EntityRes.Cqt_Metadata_EntitySetIncorrectSpace); }
  8693. }
  8694. /// <summary>
  8695. /// A string like "The specified EntityType is not valid because its KeyMembers property has a value of null."
  8696. /// </summary>
  8697. internal static string Cqt_Metadata_EntityTypeNullKeyMembersInvalid
  8698. {
  8699. get { return EntityRes.GetString(EntityRes.Cqt_Metadata_EntityTypeNullKeyMembersInvalid); }
  8700. }
  8701. /// <summary>
  8702. /// A string like "The specified EntityType is not valid because its KeyMembers collection is empty."
  8703. /// </summary>
  8704. internal static string Cqt_Metadata_EntityTypeEmptyKeyMembersInvalid
  8705. {
  8706. get { return EntityRes.GetString(EntityRes.Cqt_Metadata_EntityTypeEmptyKeyMembersInvalid); }
  8707. }
  8708. /// <summary>
  8709. /// A string like "The specified function is not valid because its ReturnParameter property has a value of null."
  8710. /// </summary>
  8711. internal static string Cqt_Metadata_FunctionReturnParameterNull
  8712. {
  8713. get { return EntityRes.GetString(EntityRes.Cqt_Metadata_FunctionReturnParameterNull); }
  8714. }
  8715. /// <summary>
  8716. /// A string like "The specified function is not associated with the same MetadataWorkspace or data space as the command tree."
  8717. /// </summary>
  8718. internal static string Cqt_Metadata_FunctionIncorrectSpace
  8719. {
  8720. get { return EntityRes.GetString(EntityRes.Cqt_Metadata_FunctionIncorrectSpace); }
  8721. }
  8722. /// <summary>
  8723. /// A string like "The specified function parameter is not associated with the same MetadataWorkspace or data model as the command tree."
  8724. /// </summary>
  8725. internal static string Cqt_Metadata_FunctionParameterIncorrectSpace
  8726. {
  8727. get { return EntityRes.GetString(EntityRes.Cqt_Metadata_FunctionParameterIncorrectSpace); }
  8728. }
  8729. /// <summary>
  8730. /// A string like "The specified type is not associated with the same MetadataWorkspace or data model as the command tree."
  8731. /// </summary>
  8732. internal static string Cqt_Metadata_TypeUsageIncorrectSpace
  8733. {
  8734. get { return EntityRes.GetString(EntityRes.Cqt_Metadata_TypeUsageIncorrectSpace); }
  8735. }
  8736. /// <summary>
  8737. /// A string like "The specified command tree is not valid."
  8738. /// </summary>
  8739. internal static string Cqt_Exceptions_InvalidCommandTree
  8740. {
  8741. get { return EntityRes.GetString(EntityRes.Cqt_Exceptions_InvalidCommandTree); }
  8742. }
  8743. /// <summary>
  8744. /// A string like "An empty list is not a valid value for this argument."
  8745. /// </summary>
  8746. internal static string Cqt_Util_CheckListEmptyInvalid
  8747. {
  8748. get { return EntityRes.GetString(EntityRes.Cqt_Util_CheckListEmptyInvalid); }
  8749. }
  8750. /// <summary>
  8751. /// A string like "The name '{2}' was specified twice, at index {0} and index {1}. Duplicate names are not allowed."
  8752. /// </summary>
  8753. internal static string Cqt_Util_CheckListDuplicateName(object p0, object p1, object p2)
  8754. {
  8755. return EntityRes.GetString(EntityRes.Cqt_Util_CheckListDuplicateName, p0, p1, p2);
  8756. }
  8757. /// <summary>
  8758. /// A string like "The ResultType of the specified expression is not compatible with the required type. The expression ResultType is '{0}' but the required type is '{1}'. "
  8759. /// </summary>
  8760. internal static string Cqt_ExpressionLink_TypeMismatch(object p0, object p1)
  8761. {
  8762. return EntityRes.GetString(EntityRes.Cqt_ExpressionLink_TypeMismatch, p0, p1);
  8763. }
  8764. /// <summary>
  8765. /// A string like "The expression list has an incorrect number of elements."
  8766. /// </summary>
  8767. internal static string Cqt_ExpressionList_IncorrectElementCount
  8768. {
  8769. get { return EntityRes.GetString(EntityRes.Cqt_ExpressionList_IncorrectElementCount); }
  8770. }
  8771. /// <summary>
  8772. /// A string like "The EntityContainer '{0}' was not found in the destination MetadataWorkspace. "
  8773. /// </summary>
  8774. internal static string Cqt_Copier_EntityContainerNotFound(object p0)
  8775. {
  8776. return EntityRes.GetString(EntityRes.Cqt_Copier_EntityContainerNotFound, p0);
  8777. }
  8778. /// <summary>
  8779. /// A string like "The EntitySet '{0}.{1}' was not found in the destination MetadataWorkspace. "
  8780. /// </summary>
  8781. internal static string Cqt_Copier_EntitySetNotFound(object p0, object p1)
  8782. {
  8783. return EntityRes.GetString(EntityRes.Cqt_Copier_EntitySetNotFound, p0, p1);
  8784. }
  8785. /// <summary>
  8786. /// A string like "The function '{0}' was not found in the destination MetadataWorkspace."
  8787. /// </summary>
  8788. internal static string Cqt_Copier_FunctionNotFound(object p0)
  8789. {
  8790. return EntityRes.GetString(EntityRes.Cqt_Copier_FunctionNotFound, p0);
  8791. }
  8792. /// <summary>
  8793. /// A string like "A property named '{0}' is not declared by the type '{1}' from the destination MetadataWorkspace. "
  8794. /// </summary>
  8795. internal static string Cqt_Copier_PropertyNotFound(object p0, object p1)
  8796. {
  8797. return EntityRes.GetString(EntityRes.Cqt_Copier_PropertyNotFound, p0, p1);
  8798. }
  8799. /// <summary>
  8800. /// A string like "A navigation property named '{0}' is not declared by the type '{1}' from the destination MetadataWorkspace. "
  8801. /// </summary>
  8802. internal static string Cqt_Copier_NavPropertyNotFound(object p0, object p1)
  8803. {
  8804. return EntityRes.GetString(EntityRes.Cqt_Copier_NavPropertyNotFound, p0, p1);
  8805. }
  8806. /// <summary>
  8807. /// A string like "A relationship end named '{0}' is not declared by the relationship type '{1}' from the destination MetadataWorkspace."
  8808. /// </summary>
  8809. internal static string Cqt_Copier_EndNotFound(object p0, object p1)
  8810. {
  8811. return EntityRes.GetString(EntityRes.Cqt_Copier_EndNotFound, p0, p1);
  8812. }
  8813. /// <summary>
  8814. /// A string like "The destination MetadataWorkspace does not contain the type '{0}'."
  8815. /// </summary>
  8816. internal static string Cqt_Copier_TypeNotFound(object p0)
  8817. {
  8818. return EntityRes.GetString(EntityRes.Cqt_Copier_TypeNotFound, p0);
  8819. }
  8820. /// <summary>
  8821. /// A string like "The DataSpace is not valid."
  8822. /// </summary>
  8823. internal static string Cqt_CommandTree_InvalidDataSpace
  8824. {
  8825. get { return EntityRes.GetString(EntityRes.Cqt_CommandTree_InvalidDataSpace); }
  8826. }
  8827. /// <summary>
  8828. /// A string like "The specified parameter name is not valid: '{0}'."
  8829. /// </summary>
  8830. internal static string Cqt_CommandTree_InvalidParameterName(object p0)
  8831. {
  8832. return EntityRes.GetString(EntityRes.Cqt_CommandTree_InvalidParameterName, p0);
  8833. }
  8834. /// <summary>
  8835. /// A string like "The specified expression contains multiple references to the parameter '{0}' that have different result types."
  8836. /// </summary>
  8837. internal static string Cqt_Validator_InvalidIncompatibleParameterReferences(object p0)
  8838. {
  8839. return EntityRes.GetString(EntityRes.Cqt_Validator_InvalidIncompatibleParameterReferences, p0);
  8840. }
  8841. /// <summary>
  8842. /// A string like "The specified expression contains {0} metadata from a workspace other than the target workspace."
  8843. /// </summary>
  8844. internal static string Cqt_Validator_InvalidOtherWorkspaceMetadata(object p0)
  8845. {
  8846. return EntityRes.GetString(EntityRes.Cqt_Validator_InvalidOtherWorkspaceMetadata, p0);
  8847. }
  8848. /// <summary>
  8849. /// A string like "The specified expression contains {0} metadata from a data space other than the target, '{1}'."
  8850. /// </summary>
  8851. internal static string Cqt_Validator_InvalidIncorrectDataSpaceMetadata(object p0, object p1)
  8852. {
  8853. return EntityRes.GetString(EntityRes.Cqt_Validator_InvalidIncorrectDataSpaceMetadata, p0, p1);
  8854. }
  8855. /// <summary>
  8856. /// A string like "The specified element expressions cannot be contained by the same collection because no common element type can be inferred from their ResultTypes."
  8857. /// </summary>
  8858. internal static string Cqt_Factory_NewCollectionInvalidCommonType
  8859. {
  8860. get { return EntityRes.GetString(EntityRes.Cqt_Factory_NewCollectionInvalidCommonType); }
  8861. }
  8862. /// <summary>
  8863. /// A string like "No property with the name '{0}' is declared by the type '{1}'."
  8864. /// </summary>
  8865. internal static string Cqt_Factory_NoSuchProperty(object p0, object p1)
  8866. {
  8867. return EntityRes.GetString(EntityRes.Cqt_Factory_NoSuchProperty, p0, p1);
  8868. }
  8869. /// <summary>
  8870. /// A string like "The specified relationship type does not define an end with the specified name"
  8871. /// </summary>
  8872. internal static string Cqt_Factory_NoSuchRelationEnd
  8873. {
  8874. get { return EntityRes.GetString(EntityRes.Cqt_Factory_NoSuchRelationEnd); }
  8875. }
  8876. /// <summary>
  8877. /// A string like "The specified relationship ends are not defined by the same relationship type."
  8878. /// </summary>
  8879. internal static string Cqt_Factory_IncompatibleRelationEnds
  8880. {
  8881. get { return EntityRes.GetString(EntityRes.Cqt_Factory_IncompatibleRelationEnds); }
  8882. }
  8883. /// <summary>
  8884. /// A string like "The method result type '{0}' is not supported for this method argument. A method that produces an instance of a DbExpression-derived type or an anonymous type with DbExpression-derived properties is required."
  8885. /// </summary>
  8886. internal static string Cqt_Factory_MethodResultTypeNotSupported(object p0)
  8887. {
  8888. return EntityRes.GetString(EntityRes.Cqt_Factory_MethodResultTypeNotSupported, p0);
  8889. }
  8890. /// <summary>
  8891. /// A string like "The specified aggregate function is not valid."
  8892. /// </summary>
  8893. internal static string Cqt_Aggregate_InvalidFunction
  8894. {
  8895. get { return EntityRes.GetString(EntityRes.Cqt_Aggregate_InvalidFunction); }
  8896. }
  8897. /// <summary>
  8898. /// A string like "DbExpressionBinding requires an input expression with a collection ResultType."
  8899. /// </summary>
  8900. internal static string Cqt_Binding_CollectionRequired
  8901. {
  8902. get { return EntityRes.GetString(EntityRes.Cqt_Binding_CollectionRequired); }
  8903. }
  8904. /// <summary>
  8905. /// A string like "DbGroupExpressionBinding requires an input expression with a collection ResultType."
  8906. /// </summary>
  8907. internal static string Cqt_GroupBinding_CollectionRequired
  8908. {
  8909. get { return EntityRes.GetString(EntityRes.Cqt_GroupBinding_CollectionRequired); }
  8910. }
  8911. /// <summary>
  8912. /// A string like "{0} requires arguments with compatible collection ResultTypes."
  8913. /// </summary>
  8914. internal static string Cqt_Binary_CollectionsRequired(object p0)
  8915. {
  8916. return EntityRes.GetString(EntityRes.Cqt_Binary_CollectionsRequired, p0);
  8917. }
  8918. /// <summary>
  8919. /// A string like "{0} requires a collection argument."
  8920. /// </summary>
  8921. internal static string Cqt_Unary_CollectionRequired(object p0)
  8922. {
  8923. return EntityRes.GetString(EntityRes.Cqt_Unary_CollectionRequired, p0);
  8924. }
  8925. /// <summary>
  8926. /// A string like "DbAndExpression requires arguments with a common Boolean type."
  8927. /// </summary>
  8928. internal static string Cqt_And_BooleanArgumentsRequired
  8929. {
  8930. get { return EntityRes.GetString(EntityRes.Cqt_And_BooleanArgumentsRequired); }
  8931. }
  8932. /// <summary>
  8933. /// A string like "DbApplyExpression input and apply arguments cannot have the same variable name."
  8934. /// </summary>
  8935. internal static string Cqt_Apply_DuplicateVariableNames
  8936. {
  8937. get { return EntityRes.GetString(EntityRes.Cqt_Apply_DuplicateVariableNames); }
  8938. }
  8939. /// <summary>
  8940. /// A string like "DbArithmeticExpression arguments must have a numeric common type."
  8941. /// </summary>
  8942. internal static string Cqt_Arithmetic_NumericCommonType
  8943. {
  8944. get { return EntityRes.GetString(EntityRes.Cqt_Arithmetic_NumericCommonType); }
  8945. }
  8946. /// <summary>
  8947. /// A string like "The unsigned type '{0}' cannot be promoted to a signed type."
  8948. /// </summary>
  8949. internal static string Cqt_Arithmetic_InvalidUnsignedTypeForUnaryMinus(object p0)
  8950. {
  8951. return EntityRes.GetString(EntityRes.Cqt_Arithmetic_InvalidUnsignedTypeForUnaryMinus, p0);
  8952. }
  8953. /// <summary>
  8954. /// A string like "DbCaseExpression requires an equal number of 'When' and 'Then' expressions."
  8955. /// </summary>
  8956. internal static string Cqt_Case_WhensMustEqualThens
  8957. {
  8958. get { return EntityRes.GetString(EntityRes.Cqt_Case_WhensMustEqualThens); }
  8959. }
  8960. /// <summary>
  8961. /// A string like "A valid ResultType could not be inferred from the ResultTypes of the specified 'Then' expressions."
  8962. /// </summary>
  8963. internal static string Cqt_Case_InvalidResultType
  8964. {
  8965. get { return EntityRes.GetString(EntityRes.Cqt_Case_InvalidResultType); }
  8966. }
  8967. /// <summary>
  8968. /// A string like "The requested cast is not allowed: from type '{0}' to type '{1}'."
  8969. /// </summary>
  8970. internal static string Cqt_Cast_InvalidCast(object p0, object p1)
  8971. {
  8972. return EntityRes.GetString(EntityRes.Cqt_Cast_InvalidCast, p0, p1);
  8973. }
  8974. /// <summary>
  8975. /// A string like "DbComparisonExpression requires arguments with comparable types."
  8976. /// </summary>
  8977. internal static string Cqt_Comparison_ComparableRequired
  8978. {
  8979. get { return EntityRes.GetString(EntityRes.Cqt_Comparison_ComparableRequired); }
  8980. }
  8981. /// <summary>
  8982. /// A string like "The specified value is not an instance of a valid constant type."
  8983. /// </summary>
  8984. internal static string Cqt_Constant_InvalidType
  8985. {
  8986. get { return EntityRes.GetString(EntityRes.Cqt_Constant_InvalidType); }
  8987. }
  8988. /// <summary>
  8989. /// A string like "The specified value is not an instance of type '{0}'."
  8990. /// </summary>
  8991. internal static string Cqt_Constant_InvalidValueForType(object p0)
  8992. {
  8993. return EntityRes.GetString(EntityRes.Cqt_Constant_InvalidValueForType, p0);
  8994. }
  8995. /// <summary>
  8996. /// A string like "Only enumeration or primitive types may be used as constant value types. DbConstantExpression cannot be created using an instance of type '{0}'."
  8997. /// </summary>
  8998. internal static string Cqt_Constant_InvalidConstantType(object p0)
  8999. {
  9000. return EntityRes.GetString(EntityRes.Cqt_Constant_InvalidConstantType, p0);
  9001. }
  9002. /// <summary>
  9003. /// A string like "The type '{0}' does not match the EDM enumeration type '{1}' or its underlying type '{2}'."
  9004. /// </summary>
  9005. internal static string Cqt_Constant_ClrEnumTypeDoesNotMatchEdmEnumType(object p0, object p1, object p2)
  9006. {
  9007. return EntityRes.GetString(EntityRes.Cqt_Constant_ClrEnumTypeDoesNotMatchEdmEnumType, p0, p1, p2);
  9008. }
  9009. /// <summary>
  9010. /// A string like "The 'Distinct' operation cannot be applied to the collection ResultType of the specified argument."
  9011. /// </summary>
  9012. internal static string Cqt_Distinct_InvalidCollection
  9013. {
  9014. get { return EntityRes.GetString(EntityRes.Cqt_Distinct_InvalidCollection); }
  9015. }
  9016. /// <summary>
  9017. /// A string like "DbDerefExpression requires an argument of a reference type."
  9018. /// </summary>
  9019. internal static string Cqt_DeRef_RefRequired
  9020. {
  9021. get { return EntityRes.GetString(EntityRes.Cqt_DeRef_RefRequired); }
  9022. }
  9023. /// <summary>
  9024. /// A string like "When unwrapSingleProperty is specified the argument expression must have the following ResultType: a CollectionType with a structured element type that declares exactly one property. "
  9025. /// </summary>
  9026. internal static string Cqt_Element_InvalidArgumentForUnwrapSingleProperty
  9027. {
  9028. get { return EntityRes.GetString(EntityRes.Cqt_Element_InvalidArgumentForUnwrapSingleProperty); }
  9029. }
  9030. /// <summary>
  9031. /// A string like "Function metadata used in DbFunctionExpression cannot have a void return type."
  9032. /// </summary>
  9033. internal static string Cqt_Function_VoidResultInvalid
  9034. {
  9035. get { return EntityRes.GetString(EntityRes.Cqt_Function_VoidResultInvalid); }
  9036. }
  9037. /// <summary>
  9038. /// A string like "Function metadata used in DbFunctionExpression must allow composition. Non-composable functions or functions that include command text are not allowed in expressions. Such functions can only be executed independently."
  9039. /// </summary>
  9040. internal static string Cqt_Function_NonComposableInExpression
  9041. {
  9042. get { return EntityRes.GetString(EntityRes.Cqt_Function_NonComposableInExpression); }
  9043. }
  9044. /// <summary>
  9045. /// A string like "Function metadata used in DbFunctionExpression cannot include command text."
  9046. /// </summary>
  9047. internal static string Cqt_Function_CommandTextInExpression
  9048. {
  9049. get { return EntityRes.GetString(EntityRes.Cqt_Function_CommandTextInExpression); }
  9050. }
  9051. /// <summary>
  9052. /// A string like "No function named 'Edm.{0}' having the specified argument types was found."
  9053. /// </summary>
  9054. internal static string Cqt_Function_CanonicalFunction_NotFound(object p0)
  9055. {
  9056. return EntityRes.GetString(EntityRes.Cqt_Function_CanonicalFunction_NotFound, p0);
  9057. }
  9058. /// <summary>
  9059. /// A string like "The specified argument result types matched more than one overload of the function 'Edm.{0}'."
  9060. /// </summary>
  9061. internal static string Cqt_Function_CanonicalFunction_AmbiguousMatch(object p0)
  9062. {
  9063. return EntityRes.GetString(EntityRes.Cqt_Function_CanonicalFunction_AmbiguousMatch, p0);
  9064. }
  9065. /// <summary>
  9066. /// A string like "DbEntityRefExpression requires an argument of an EntityType."
  9067. /// </summary>
  9068. internal static string Cqt_GetEntityRef_EntityRequired
  9069. {
  9070. get { return EntityRes.GetString(EntityRes.Cqt_GetEntityRef_EntityRequired); }
  9071. }
  9072. /// <summary>
  9073. /// A string like "DbRefKeyExpression requires an argument of a reference type."
  9074. /// </summary>
  9075. internal static string Cqt_GetRefKey_RefRequired
  9076. {
  9077. get { return EntityRes.GetString(EntityRes.Cqt_GetRefKey_RefRequired); }
  9078. }
  9079. /// <summary>
  9080. /// A string like "At least one group key or aggregate is required."
  9081. /// </summary>
  9082. internal static string Cqt_GroupBy_AtLeastOneKeyOrAggregate
  9083. {
  9084. get { return EntityRes.GetString(EntityRes.Cqt_GroupBy_AtLeastOneKeyOrAggregate); }
  9085. }
  9086. /// <summary>
  9087. /// A string like "The specified group key is not valid because equality comparison cannot be performed on its ResultType: '{0}'."
  9088. /// </summary>
  9089. internal static string Cqt_GroupBy_KeyNotEqualityComparable(object p0)
  9090. {
  9091. return EntityRes.GetString(EntityRes.Cqt_GroupBy_KeyNotEqualityComparable, p0);
  9092. }
  9093. /// <summary>
  9094. /// A string like "An aggregate named '{0}' cannot be used because the specified group keys include a key with the same name."
  9095. /// </summary>
  9096. internal static string Cqt_GroupBy_AggregateColumnExistsAsGroupColumn(object p0)
  9097. {
  9098. return EntityRes.GetString(EntityRes.Cqt_GroupBy_AggregateColumnExistsAsGroupColumn, p0);
  9099. }
  9100. /// <summary>
  9101. /// A string like "At most one DbGroupAggregate can be specified in the list of aggregates of a DbGroupByExpression."
  9102. /// </summary>
  9103. internal static string Cqt_GroupBy_MoreThanOneGroupAggregate
  9104. {
  9105. get { return EntityRes.GetString(EntityRes.Cqt_GroupBy_MoreThanOneGroupAggregate); }
  9106. }
  9107. /// <summary>
  9108. /// A string like "DbCrossJoinExpression requires at least two inputs."
  9109. /// </summary>
  9110. internal static string Cqt_CrossJoin_AtLeastTwoInputs
  9111. {
  9112. get { return EntityRes.GetString(EntityRes.Cqt_CrossJoin_AtLeastTwoInputs); }
  9113. }
  9114. /// <summary>
  9115. /// A string like "The specified DbCrossJoinExpression inputs contain expression bindings with a duplicate variable name, '{2}'. The first occurrence is at index {0}, the second is at index {1}. "
  9116. /// </summary>
  9117. internal static string Cqt_CrossJoin_DuplicateVariableNames(object p0, object p1, object p2)
  9118. {
  9119. return EntityRes.GetString(EntityRes.Cqt_CrossJoin_DuplicateVariableNames, p0, p1, p2);
  9120. }
  9121. /// <summary>
  9122. /// A string like "The argument to DbIsNullExpression cannot have a CollectionType of a ResultType."
  9123. /// </summary>
  9124. internal static string Cqt_IsNull_CollectionNotAllowed
  9125. {
  9126. get { return EntityRes.GetString(EntityRes.Cqt_IsNull_CollectionNotAllowed); }
  9127. }
  9128. /// <summary>
  9129. /// A string like "The argument to DbIsNullExpression must refer to a primitive, enumeration or reference type."
  9130. /// </summary>
  9131. internal static string Cqt_IsNull_InvalidType
  9132. {
  9133. get { return EntityRes.GetString(EntityRes.Cqt_IsNull_InvalidType); }
  9134. }
  9135. /// <summary>
  9136. /// A string like "A collection of '{0}' is not a valid argument for {1}."
  9137. /// </summary>
  9138. internal static string Cqt_InvalidTypeForSetOperation(object p0, object p1)
  9139. {
  9140. return EntityRes.GetString(EntityRes.Cqt_InvalidTypeForSetOperation, p0, p1);
  9141. }
  9142. /// <summary>
  9143. /// A string like "The left and right arguments of a DbJoinExpression cannot have the same variable name."
  9144. /// </summary>
  9145. internal static string Cqt_Join_DuplicateVariableNames
  9146. {
  9147. get { return EntityRes.GetString(EntityRes.Cqt_Join_DuplicateVariableNames); }
  9148. }
  9149. /// <summary>
  9150. /// A string like "Limit must be a DbConstantExpression or a DbParameterReferenceExpression."
  9151. /// </summary>
  9152. internal static string Cqt_Limit_ConstantOrParameterRefRequired
  9153. {
  9154. get { return EntityRes.GetString(EntityRes.Cqt_Limit_ConstantOrParameterRefRequired); }
  9155. }
  9156. /// <summary>
  9157. /// A string like "Limit must have an integer ResultType."
  9158. /// </summary>
  9159. internal static string Cqt_Limit_IntegerRequired
  9160. {
  9161. get { return EntityRes.GetString(EntityRes.Cqt_Limit_IntegerRequired); }
  9162. }
  9163. /// <summary>
  9164. /// A string like "Limit must have a non-negative value."
  9165. /// </summary>
  9166. internal static string Cqt_Limit_NonNegativeLimitRequired
  9167. {
  9168. get { return EntityRes.GetString(EntityRes.Cqt_Limit_NonNegativeLimitRequired); }
  9169. }
  9170. /// <summary>
  9171. /// A string like "A CollectionType is required."
  9172. /// </summary>
  9173. internal static string Cqt_NewInstance_CollectionTypeRequired
  9174. {
  9175. get { return EntityRes.GetString(EntityRes.Cqt_NewInstance_CollectionTypeRequired); }
  9176. }
  9177. /// <summary>
  9178. /// A string like "A collection, entity or row type is required."
  9179. /// </summary>
  9180. internal static string Cqt_NewInstance_StructuralTypeRequired
  9181. {
  9182. get { return EntityRes.GetString(EntityRes.Cqt_NewInstance_StructuralTypeRequired); }
  9183. }
  9184. /// <summary>
  9185. /// A string like "DbNewInstanceExpression cannot create an instance of the memberless type '{0}'."
  9186. /// </summary>
  9187. internal static string Cqt_NewInstance_CannotInstantiateMemberlessType(object p0)
  9188. {
  9189. return EntityRes.GetString(EntityRes.Cqt_NewInstance_CannotInstantiateMemberlessType, p0);
  9190. }
  9191. /// <summary>
  9192. /// A string like "DbNewInstanceExpression cannot create an instance of the abstract type '{0}'."
  9193. /// </summary>