text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
An error occurred in AddFreeDbContext, check that the construction parameters of {dbContextTypeName} have been injected correctly
Not addable, already exists in state management: {entityString}
Not addable, entity has no primary key: {entityString}
Not addable, no value for primary key set: {entityString}
Not addable, self-increasing attribute has value: {entityString}
Not attachable, entity has no primary key: {entityString}
Not attachable, no value for primary key set: {entityString}
Not deletable, data not tracked, should query first: {entityString}
Not deletable, entity has no primary key: {entityString}
Not deletable, no value for primary key set: {entityString}
Not editable, entity has no primary key: {entityString}
Not updatable, data not tracked, should be queried first or Attach:{entityString}
Not updatable, entity has no primary key: {entityString}
Not updatable, no value for primary key set: {entityString}
Not updatable, the record does not exist in the database: {entityString}
Please configure UseFreeSql in OnConfiguring or AddFreeDbContext
DbSet. AsType parameter error, please pass in the correct entity type
Entity type {EntityTypeName} cannot be converted to {name} and cannot use this method
Entity type {EntityTypeName} Primary key type is not {fullName} and cannot be used with this method
Entity type {EntityTypeName} Primary key number is not 1 and cannot be used with this method
FreeSql. Repository failed to set filter because object does not belong to IRepository
Not comparable, entity has no primary key: {entityString}
Non-comparable, no value for primary key set: {entityString}
FreeSql. Repository Insert failed because the filter {filterKey}: {filterValueExpression} was set and the inserted data does not conform to {entityString}
ISelect. AsType parameter does not support specifying as object
Property {propertyName} does not exist for {tableTypeFullName}
Method DbSet<> not found. StatesRemoveByObjects
Parameter data type error {entityTypeFullName}
Parameter error {param}
Parameter error {param} cannot be null
Parameter error {many} is not a collection property
Parameter error {many} Collection property does not exist
Parameter error {one} attribute does not exist
Propagation_ Mandatory: With the current transaction, throw an exception if there is no current transaction
Propagation_ Never: Perform the operation non-transactionally and throw an exception if the current transaction exists
Property {propertyName} of type {tableTypeFullName} is not OneToMany or ManyToMany attribute
Special error: Bulk add failed, {dataType} returned data, does not match the number added
Special error: Update failed, data not tracked: {entityString}
Transaction opened, unit of work cannot be disabled
The {tableTypeFullName} type has set the property {propertyName} Ignore the attribute
The {unitOfWorkManager} constructor parameter {fsql} cannot be null
FreeSql. Repository Update failed because the filter {filterKey}: {filterValueExpression} is set and the updated data does not conform to {entityString}