System.Data.Linq.txt 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. ;==++==
  2. ;
  3. ; Copyright (c) Microsoft Corporation. All rights reserved.
  4. ;
  5. ;==--==
  6. ; NOTE: do not use \", use ' instead
  7. ; NOTE: Use # or ; for comments
  8. ; These are the managed resources for System.Core.Dll. See
  9. ; ResourceManager documentation and the ResGen tool.
  10. OwningTeam=DLinq
  11. ## ExceptionType=NotSupportedException
  12. CannotAddChangeConflicts=Cannot add change conflicts. They are added automatically during SubmitChanges.
  13. ## ExceptionType=NotSupportedException
  14. CannotRemoveChangeConflicts=Cannot remove change conflicts.
  15. ## ExceptionType=InvalidOperationException
  16. InconsistentAssociationAndKeyChange=The member '{0}' was changed to be inconsistent with the association member '{1}'.
  17. ## ExceptionType=InvalidOperationException
  18. UnableToDetermineDataContext=Unable to determine DataContext for compiled query execution.
  19. ## ExceptionType=ArgumentException
  20. ArgumentTypeHasNoIdentityKey=The type '{0}' has no identity key.
  21. ## ExceptionType=InvalidCastException
  22. CouldNotConvert=Could not convert from type '{0}' to type '{1}'.
  23. ## ExceptionType=InvalidOperationException
  24. CannotRemoveUnattachedEntity=Cannot remove an entity that has not been attached.
  25. ## ExceptionType=InvalidOperationException
  26. ColumnMappedMoreThanOnce=Mapping Problem: The database column '{0}' is mapped more than once.
  27. ## ExceptionType=InvalidOperationException
  28. CouldNotAttach=Item already exists in data context.
  29. ## ExceptionType=InvalidOperationException
  30. CouldNotGetTableForSubtype=Could not retrieve a Table for inheritance subtype '{0}', try Table of {1} instead.
  31. ## ExceptionType=InvalidOperationException
  32. CouldNotRemoveRelationshipBecauseOneSideCannotBeNull=An attempt was made to remove a relationship between a {0} and a {1}. However, one of the relationship's foreign keys ({2}) cannot be set to null.
  33. ## ExceptionType=InvalidOperationException
  34. EntitySetAlreadyLoaded=The EntitySet is already loaded and the source cannot be changed.
  35. ## ExceptionType=InvalidOperationException
  36. EntitySetModifiedDuringEnumeration=EntitySet was modified during enumeration.
  37. ## ExceptionType=ArgumentException
  38. ExpectedQueryableArgument=Argument {0} does not implement {1}.
  39. ## ExceptionType=InvalidOperationException
  40. ExpectedUpdateDeleteOrChange=Expected update, delete, or change.
  41. ## ExceptionType=InvalidOperationException
  42. KeyIsWrongSize=Key is the wrong size. Expected {0}. Actual {1}.
  43. ## ExceptionType=InvalidOperationException
  44. KeyValueIsWrongType=Key value is the wrong type. Expected assignable from {0}. Actual {1}.
  45. ## ExceptionType=InvalidOperationException
  46. IdentityChangeNotAllowed=Value of member '{0}' of an object of type '{1}' changed.\r\nA member defining the identity of the object cannot be changed.\r\nConsider adding a new object with new identity and deleting the existing one instead.
  47. ## ExceptionType=InvalidOperationException
  48. DbGeneratedChangeNotAllowed=Value of member '{0}' of an object of type '{1}' changed.\r\nA member that is computed or generated by the database cannot be changed.
  49. ## ExceptionType=ArgumentException
  50. ModifyDuringAddOrRemove=Could not modify EntitySet.
  51. ## ExceptionType=InvalidOperationException
  52. ProviderDoesNotImplementRequiredInterface=Specified provider type '{0}' does not implement '{1}'.
  53. ## ExceptionType=InvalidOperationException
  54. ProviderTypeNull=Non-null provider type expected.
  55. ## ExceptionType=InvalidOperationException
  56. TypeCouldNotBeAdded=Instance of type '{0}' could not be added. This type is not part of the mapped type system.
  57. ## ExceptionType=InvalidOperationException
  58. TypeCouldNotBeRemoved=Instance of type '{0}' could not be removed. This type is not part of the mapped type system.
  59. ## ExceptionType=InvalidOperationException
  60. TypeCouldNotBeTracked=Instance of type '{0}' could not be tracked. This type is not part of the mapped type system.
  61. ## ExceptionType=InvalidOperationException
  62. TypeIsNotEntity=The type '{0}' is not an entity.
  63. ## ExceptionType=ArgumentException
  64. UnrecognizedRefreshObject=An object specified for refresh is not recognized.
  65. ## ExceptionType=ArgumentException
  66. UnhandledExpressionType=Unhandled Expression Type: {0}
  67. ## ExceptionType=ArgumentException
  68. UnhandledBindingType=Unhandled Binding Type: {0}
  69. ## ExceptionType=InvalidOperationException
  70. ObjectTrackingRequired=Object tracking is not enabled for the current data context instance.
  71. ## ExceptionType=InvalidOperationException
  72. OptionsCannotBeModifiedAfterQuery=Data context options cannot be modified after results have been returned from a query.
  73. ## ExceptionType=InvalidOperationException
  74. DeferredLoadingRequiresObjectTracking=Deferred loading requires that object tracking is also enabled.
  75. ## ExceptionType=NotSupportedException
  76. SubqueryDoesNotSupportOperator=The operator '{0}' is not supported in Subquery.
  77. ## ExceptionType=NotSupportedException
  78. SubqueryNotSupportedOn=Subquery is not supported on '{0}'.
  79. ## ExceptionType=NotSupportedException
  80. SubqueryNotSupportedOnType=Subquery is not supported on '{0}' of type '{1}'.
  81. ## ExceptionType=InvalidOperationException
  82. SubqueryNotAllowedAfterFreeze=SetSubquery is not allowed after freeze or attach to DataContext.
  83. ## ExceptionType=InvalidOperationException
  84. IncludeNotAllowedAfterFreeze=LoadWith is not allowed after freeze or attach to DataContext.
  85. ## ExceptionType=InvalidOperationException
  86. LoadOptionsChangeNotAllowedAfterQuery=Setting load options is not allowed after results have been returned from a query.
  87. ## ExceptionType=InvalidOperationException
  88. IncludeCycleNotAllowed=Cycles not allowed in LoadOptions LoadWith type graph.
  89. ## ExceptionType=InvalidOperationException
  90. SubqueryMustBeSequence=Subquery must be a sequence expression.
  91. ## ExceptionType=InvalidOperationException
  92. RefreshOfDeletedObject=Unable to refresh the specified object. The object no longer exists in the database.
  93. ## ExceptionType=InvalidOperationException
  94. RefreshOfNewObject=An object specified for refresh is pending insert and cannot be refreshed.
  95. ## ExceptionType=InvalidOperationException
  96. CannotChangeInheritanceType=Not allowed: Inheritance discriminator change from '{0}' to '{1}' would change type from '{2}' to '{3}'.
  97. ## ExceptionType=ObjectDisposedException
  98. DataContextCannotBeUsedAfterDispose=DataContext accessed after Dispose.
  99. ## ExceptionType=InvalidOperationException
  100. TypeIsNotMarkedAsTable=The type '{0}' is not mapped as a Table.
  101. ## ExceptionType=InvalidOperationException
  102. NonEntityAssociationMapping=Invalid association mapping for member '{0}.{1}'. '{2}' is not an entity.
  103. ## ExceptionType=InvalidOperationException
  104. CannotPerformCUDOnReadOnlyTable=Can't perform Create, Update, or Delete operations on '{0}' because it has no primary key.
  105. InsertCallbackComment=--Callback into user code for insert.
  106. UpdateCallbackComment=--Callback into user code for update.
  107. DeleteCallbackComment=--Callback into user code for delete.
  108. RowNotFoundOrChanged=Row not found or changed.
  109. UpdatesFailedMessage={0} of {1} updates failed.
  110. ## ExceptionType=InvalidOperationException
  111. CycleDetected=A cycle was detected in the set of changes
  112. ## ExceptionType=InvalidOperationException
  113. CantAddAlreadyExistingItem=Cannot add an entity that already exists.
  114. CantAddAlreadyExistingKey=Cannot add an entity with a key that is already in use.
  115. DatabaseGeneratedAlreadyExistingKey=The database generated a key that is already in use.
  116. ## ExceptionType=InvalidOperationException
  117. InsertAutoSyncFailure=Member AutoSync failure. For members to be AutoSynced after insert, the type must either have an auto-generated identity, or a key that is not modified by the database after insert.
  118. ## ExceptionType=InvalidOperationException
  119. EntitySetDataBindingWithAbstractBaseClass=Cannot add an instance of an abstract class to EntitySet<{0}>.
  120. ## ExceptionType=InvalidOperationException
  121. EntitySetDataBindingWithNonPublicDefaultConstructor={0} must have a parameterless constructor when using IBindingList to add new instances.
  122. ## ExceptionType=InvalidOperationException
  123. InvalidLoadOptionsLoadMemberSpecification=The expression specified must be of the form p.A, where p is the parameter and A is a property or field member.
  124. ## ExceptionType=InvalidOperationException
  125. EntityIsTheWrongType=The entity is not of the correct type.
  126. ## ExceptionType=InvalidOperationException
  127. OriginalEntityIsWrongType=The original state instance has the wrong type.
  128. ## ExceptionType=InvalidOperationException
  129. CannotAttachAlreadyExistingEntity=Cannot attach an entity that already exists.
  130. ## ExceptionType=InvalidOperationException
  131. CannotAttachAsModifiedWithoutOriginalState=An entity can only be attached as modified without original state if it declares a version member or does not have an update check policy.
  132. ## ExceptionType=InvalidOperationException
  133. CannotPerformOperationDuringSubmitChanges=The operation cannot be performed during a call to SubmitChanges.
  134. ## ExceptionType=InvalidOperationException
  135. CannotPerformOperationOutsideSubmitChanges=The operation can only be performed inside a user override method during a call to SubmitChanges.
  136. ## ExceptionType=InvalidOperationException
  137. CannotPerformOperationForUntrackedObject=The operation cannot be performed for the entity because it is not being change tracked.
  138. ## ExceptionType=NotSupportedException
  139. CannotAttachAddNonNewEntities=An attempt has been made to Attach or Add an entity that is not new, perhaps having been loaded from another DataContext. This is not supported.
  140. ## ExceptionType=ArgumentException
  141. QueryWasCompiledForDifferentMappingSource=Query was compiled for a different mapping source than the one associated with the specified DataContext.