From efc56e9dc4e7ff9e042d830f87655cae387ca5e8 Mon Sep 17 00:00:00 2001
From: 2881099 <2881099@qq.com>
Date: Wed, 29 Jun 2022 08:58:13 +0800
Subject: [PATCH] update resx
---
.../Properties/DbContextStrings.resx | 84 ++---
FreeSql/Properties/CoreStrings.resx | 322 +++++++++---------
2 files changed, 203 insertions(+), 203 deletions(-)
diff --git a/FreeSql.DbContext/Properties/DbContextStrings.resx b/FreeSql.DbContext/Properties/DbContextStrings.resx
index da3ae80a..031a63af 100644
--- a/FreeSql.DbContext/Properties/DbContextStrings.resx
+++ b/FreeSql.DbContext/Properties/DbContextStrings.resx
@@ -118,129 +118,129 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- FreeSql:An error occurred in AddFreeDbContext, check that the construction parameters of {dbContextTypeName} have been injected correctly
+ FreeSql: An error occurred in AddFreeDbContext, check that the construction parameters of {dbContextTypeName} have been injected correctly
- FreeSql:Not addable, already exists in state management: {entityString}
+ FreeSql: Not addable, already exists in state management: {entityString}
- FreeSql:Not addable, entity has no primary key: {entityString}
+ FreeSql: Not addable, entity has no primary key: {entityString}
- FreeSql:Not addable, no value for primary key set: {entityString}
+ FreeSql: Not addable, no value for primary key set: {entityString}
- FreeSql:Not addable, self-increasing attribute has value: {entityString}
+ FreeSql: Not addable, self-increasing attribute has value: {entityString}
- FreeSql:Not attachable, entity has no primary key: {entityString}
+ FreeSql: Not attachable, entity has no primary key: {entityString}
- FreeSql:Not attachable, no value for primary key set: {entityString}
+ FreeSql: Not attachable, no value for primary key set: {entityString}
- FreeSql:Not deletable, data not tracked, should query first: {entityString}
+ FreeSql: Not deletable, data not tracked, should query first: {entityString}
- FreeSql:Not deletable, entity has no primary key: {entityString}
+ FreeSql: Not deletable, entity has no primary key: {entityString}
- FreeSql:Not deletable, no value for primary key set: {entityString}
+ FreeSql: Not deletable, no value for primary key set: {entityString}
- FreeSql:Not editable, entity has no primary key: {entityString}
+ FreeSql: Not editable, entity has no primary key: {entityString}
- FreeSql:Not updatable, data not tracked, should be queried first or Attach:{entityString}
+ FreeSql: Not updatable, data not tracked, should be queried first or Attach:{entityString}
- FreeSql:Not updatable, entity has no primary key: {entityString}
+ FreeSql: Not updatable, entity has no primary key: {entityString}
- FreeSql:Not updatable, no value for primary key set: {entityString}
+ FreeSql: Not updatable, no value for primary key set: {entityString}
- FreeSql:Not updatable, the record does not exist in the database: {entityString}
+ FreeSql: Not updatable, the record does not exist in the database: {entityString}
- FreeSql:Please configure UseFreeSql in OnConfiguring or AddFreeDbContext
+ FreeSql: Please configure UseFreeSql in OnConfiguring or AddFreeDbContext
- FreeSql:DbSet. AsType parameter error, please pass in the correct entity type
+ FreeSql: DbSet. AsType parameter error, please pass in the correct entity type
- FreeSql:Entity type {EntityTypeName} cannot be converted to {name} and cannot use this method
+ FreeSql: Entity type {EntityTypeName} cannot be converted to {name} and cannot use this method
- FreeSql:Entity type {EntityTypeName} Primary key type is not {fullName} and cannot be used with this method
+ FreeSql: Entity type {EntityTypeName} Primary key type is not {fullName} and cannot be used with this method
- FreeSql:Entity type {EntityTypeName} Primary key number is not 1 and cannot be used with this method
+ FreeSql: Entity type {EntityTypeName} Primary key number is not 1 and cannot be used with this method
- FreeSql:FreeSql. Repository failed to set filter because object does not belong to IRepository
+ FreeSql: FreeSql. Repository failed to set filter because object does not belong to IRepository
- FreeSql:Not comparable, entity has no primary key: {entityString}
+ FreeSql: Not comparable, entity has no primary key: {entityString}
- FreeSql:Non-comparable, no value for primary key set: {entityString}
+ FreeSql: Non-comparable, no value for primary key set: {entityString}
- FreeSql:FreeSql. Repository Insert failed because the filter {filterKey}: {filterValueExpression} was set and the inserted data does not conform to {entityString}
+ FreeSql: FreeSql.Repository Insert failed because the filter {filterKey}: {filterValueExpression} was set and the inserted data does not conform to {entityString}
- FreeSql:ISelect. AsType parameter does not support specifying as object
+ FreeSql: ISelect. AsType parameter does not support specifying as object
- FreeSql:Property {propertyName} does not exist for {tableTypeFullName}
+ FreeSql: Property {propertyName} does not exist for {tableTypeFullName}
- FreeSql:Method DbSet<> not found. StatesRemoveByObjects
+ FreeSql: Method DbSet<> not found. StatesRemoveByObjects
- FreeSql:Parameter data type error {entityTypeFullName}
+ FreeSql: Parameter data type error {entityTypeFullName}
- FreeSql:Parameter error {param}
+ FreeSql: Parameter error {param}
- FreeSql:Parameter error {param} cannot be null
+ FreeSql: Parameter error {param} cannot be null
- FreeSql:Parameter error {many} is not a collection property
+ FreeSql: Parameter error {many} is not a collection property
- FreeSql:Parameter error {many} Collection property does not exist
+ FreeSql: Parameter error {many} Collection property does not exist
- FreeSql:Parameter error {one} attribute does not exist
+ FreeSql: Parameter error {one} attribute does not exist
- FreeSql:Propagation_ Mandatory: With the current transaction, throw an exception if there is no current transaction
+ FreeSql: Propagation_ Mandatory: With the current transaction, throw an exception if there is no current transaction
- FreeSql:Propagation_ Never: Perform the operation non-transactionally and throw an exception if the current transaction exists
+ FreeSql: Propagation_ Never: Perform the operation non-transactionally and throw an exception if the current transaction exists
- FreeSql:Property {propertyName} of type {tableTypeFullName} is not OneToMany or ManyToMany attribute
+ FreeSql: Property {propertyName} of type {tableTypeFullName} is not OneToMany or ManyToMany attribute
- FreeSql:Special error: Bulk add failed, {dataType} returned data, does not match the number added
+ FreeSql: Special error: Bulk add failed, {dataType} returned data, does not match the number added
- FreeSql:Special error: Update failed, data not tracked: {entityString}
+ FreeSql: Special error: Update failed, data not tracked: {entityString}
- FreeSql:Transaction opened, unit of work cannot be disabled
+ FreeSql: Transaction opened, unit of work cannot be disabled
- FreeSql:The {tableTypeFullName} type has set the property {propertyName} Ignore the attribute
+ FreeSql: The {tableTypeFullName} type has set the property {propertyName} Ignore the attribute
- FreeSql:The {unitOfWorkManager} constructor parameter {fsql} cannot be null
+ FreeSql: The {unitOfWorkManager} constructor parameter {fsql} cannot be null
- FreeSql:FreeSql. Repository Update failed because the filter {filterKey}: {filterValueExpression} is set and the updated data does not conform to {entityString}
+ FreeSql: FreeSql.Repository Update failed because the filter {filterKey}: {filterValueExpression} is set and the updated data does not conform to {entityString}
\ No newline at end of file
diff --git a/FreeSql/Properties/CoreStrings.resx b/FreeSql/Properties/CoreStrings.resx
index 558c6142..a8f6cb48 100644
--- a/FreeSql/Properties/CoreStrings.resx
+++ b/FreeSql/Properties/CoreStrings.resx
@@ -118,486 +118,486 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- FreeSql:[Table(AsTable="{asTable}")] Property value formatted incorrectly
+ FreeSql: [Table(AsTable="{asTable}")] Property value formatted incorrectly
- FreeSql:The property name {atmGroupsValue} set by [Table (AsTable = xx)] is not of type DateTime
+ FreeSql: The property name {atmGroupsValue} set by [Table (AsTable = xx)] is not of type DateTime
- FreeSql:{name}: Failed to get resource {statistics}
+ FreeSql: {name}: Failed to get resource {statistics}
- FreeSql:{name}: An exception needs to be thrown
+ FreeSql: {name}: An exception needs to be thrown
- FreeSql:Wrong expression format {column}
+ FreeSql: Wrong expression format {column}
- FreeSql:Select is not available until the Chunk function
+ FreeSql: Select is not available until the Chunk function
- FreeSql:For security reasons, be sure to use ForUpdate after the transaction is open
+ FreeSql: For security reasons, be sure to use ForUpdate after the transaction is open
- FreeSql:Cannot be null
+ FreeSql: Cannot be null
- FreeSql:{name} cannot be null
+ FreeSql: {name} cannot be null
- FreeSql:Unable to match {property}
+ FreeSql: Unable to match {property}
- FreeSql:{property} cannot be resolved to an expression tree
+ FreeSql: {property} cannot be resolved to an expression tree
- FreeSql:The parameter master ConnectionString cannot be empty, check UseConnectionString
+ FreeSql: The parameter master ConnectionString cannot be empty, check UseConnectionString
- FreeSql:Commit
+ FreeSql: Commit
- FreeSql:Connection failed, ready to switch other available servers
+ FreeSql: Connection failed, ready to switch other available servers
- FreeSql:Custom expression parsing error: type {exp3MethodDeclaringType} needs to define static ThreadLocal<ExpressionCallContext>field, field, field (important three reminders)
+ FreeSql: Custom expression parsing error: type {exp3MethodDeclaringType} needs to define static ThreadLocal<ExpressionCallContext>field, field, field (important three reminders)
- FreeSql:Custom {Reflection Information} cannot be empty, format: {static method name}{space}{reflection information}
+ FreeSql: Custom {Reflection Information} cannot be empty, format: {static method name}{space}{reflection information}
- FreeSql:Custom {static method name} cannot be empty, format: {static method name}{space}{reflection information}
+ FreeSql: Custom {static method name} cannot be empty, format: {static method name}{space}{reflection information}
- FreeSql:Custom corresponding {{static method name}}:{fiValueCustomArray} The [DynamicFilterCustomAttribute] attribute is not set
+ FreeSql: Custom corresponding {{static method name}}:{fiValueCustomArray} The [DynamicFilterCustomAttribute] attribute is not set
- FreeSql:Custom requires that Fields be space-split and 2-length in the format: {static method name}{space}{reflection information}
+ FreeSql: Custom requires that Fields be space-split and 2-length in the format: {static method name}{space}{reflection information}
- FreeSql:The data type of the operation ({dataDisplayCsharp}) is inconsistent with AsType ({tableTypeDisplayCsharp}). Please check.
+ FreeSql: The data type of the operation ({dataDisplayCsharp}) is inconsistent with AsType ({tableTypeDisplayCsharp}). Please check.
- FreeSql:DateRange requires that Value be comma-separated and 2-length
+ FreeSql: DateRange requires that Value be comma-separated and 2-length
- FreeSql:DateRange requires that the Value [1] format must be: yyyy, yyyy-MM, yyyy-MM-dd, yyyyy-MM-dd HH, yyyy, yyyy-MM-dd HH:mm
+ FreeSql: DateRange requires that the Value [1] format must be: yyyy, yyyy-MM, yyyy-MM-dd, yyyyy-MM-dd HH, yyyy, yyyy-MM-dd HH:mm
- FreeSql:The record may not exist, or the row level optimistic lock version is out of date, the number of updates {sourceCount}, the number of rows affected {affrows}.
+ FreeSql: The record may not exist, or the row level optimistic lock version is out of date, the number of updates {sourceCount}, the number of rows affected {affrows}.
- FreeSql:The number of SlaveConnectionStrings is not the same as SlaveWeights
+ FreeSql: The number of SlaveConnectionStrings is not the same as SlaveWeights
- FreeSql:ColumnAttribute. Name {colattrName} exists repeatedly, please check (note: case insensitive)
+ FreeSql: ColumnAttribute. Name {colattrName} exists repeatedly, please check (note: case insensitive)
- FreeSql:Property name {pName} exists repeatedly, please check (note: case insensitive)
+ FreeSql: Property name {pName} exists repeatedly, please check (note: case insensitive)
- FreeSql:The {function} feature requires that the entity class {tableCsName} must have a primary key
+ FreeSql: The {function} feature requires that the entity class {tableCsName} must have a primary key
- FreeSql:{tbTypeFullName} is a parent-child relationship, but combinations of multiple primary keys are not supported in versions below MySql 8.0
+ FreeSql: {tbTypeFullName} is a parent-child relationship, but combinations of multiple primary keys are not supported in versions below MySql 8.0
- FreeSql:{tbTypeFullName} is not a parent-child relationship and cannot be used
+ FreeSql: {tbTypeFullName} is not a parent-child relationship and cannot be used
- FreeSql:This particular subquery cannot be resolved
+ FreeSql: This particular subquery cannot be resolved
- FreeSql:Expression error, its top object is not ParameterExpression:{exp}
+ FreeSql: Expression error, its top object is not ParameterExpression:{exp}
- FreeSql:Expression error, it is not a continuous MemberAccess type: {exp}
+ FreeSql: Expression error, it is not a continuous MemberAccess type: {exp}
- FreeSql:ExpressionTree conversion type error, value ({value}), type ({valueTypeFullName}), target type ({typeFullName}), Error:{exMessage}
+ FreeSql: ExpressionTree conversion type error, value ({value}), type ({valueTypeFullName}), target type ({typeFullName}), Error:{exMessage}
- FreeSql:Failed to parse table field value {sqlWhere}
+ FreeSql: Failed to parse table field value {sqlWhere}
- FreeSql:Function {asTable} not implemented by AsTable
+ FreeSql: Function {asTable} not implemented by AsTable
- FreeSql:GBase does not support separators other than commas at this time
+ FreeSql: GBase does not support separators other than commas at this time
- FreeSql:TableName:{tableName} generated the same table name
+ FreeSql: TableName:{tableName} generated the same table name
- FreeSql:The parameter'{primary}'passed by GetPrimarys is incorrect and does not belong to the key name of the dictionary data
+ FreeSql: The parameter'{primary}'passed by GetPrimarys is incorrect and does not belong to the key name of the dictionary data
- FreeSql:{first} has already been specified and {second} can no longer be specified
+ FreeSql: {first} has already been specified and {second} can no longer be specified
- FreeSql:{tb2DbName}. {mp2MemberName} is ignored. Check the IsIgnore setting to make sure get/set is public
+ FreeSql: {tb2DbName}. {mp2MemberName} is ignored. Check the IsIgnore setting to make sure get/set is public
- FreeSql:Include parameter type error
+ FreeSql: Include parameter type error
- FreeSql:Include parameter type is wrong, use IncludeMany for collection properties
+ FreeSql: Include parameter type is wrong, use IncludeMany for collection properties
- FreeSql:Include parameter type is wrong, expression type should be MemberAccess
+ FreeSql: Include parameter type is wrong, expression type should be MemberAccess
- FreeSql:The property {collMemMemberName} of IncludeMany type {tbTypeDisplayCsharp} is not a valid navigation property, hint: IsIgnore = true will not be a navigation property
+ FreeSql: The property {collMemMemberName} of IncludeMany type {tbTypeDisplayCsharp} is not a valid navigation property, hint: IsIgnore = true will not be a navigation property
- FreeSql:IncludeMany {navigateSelector} parameter is wrong, Select can only use one parameter's method, the correct format:.Select(t =>new TNavigate{{}})
+ FreeSql: IncludeMany {navigateSelector} parameter is wrong, Select can only use one parameter's method, the correct format:.Select(t =>new TNavigate{{}})
- FreeSql:IncludeMany {navigateSelector} parameter error, Select lambda parameter return value must match {collMemElementType} type
+ FreeSql: IncludeMany {navigateSelector} parameter error, Select lambda parameter return value must match {collMemElementType} type
- FreeSql:IncludeMany parameter 1 has wrong type, expression type should be MemberAccess
+ FreeSql: IncludeMany parameter 1 has wrong type, expression type should be MemberAccess
- FreeSql:IncludeMany {navigateSelector} parameter type is wrong, correct format: a.collections.Take(1).Where(c => C.A ID == a.id).Select (a => new TNavigate{{}})
+ FreeSql: IncludeMany {navigateSelector} parameter type is wrong, correct format: a.collections.Take(1).Where(c => C.A ID == a.id).Select (a => new TNavigate{{}})
- FreeSql:ISelect. InsertInto() did not select an attribute: {displayCsharp}
+ FreeSql: ISelect. InsertInto() did not select an attribute: {displayCsharp}
- FreeSql:ISelect. InsertInto() type error: {displayCsharp}
+ FreeSql: ISelect. InsertInto() type error: {displayCsharp}
- FreeSql:The InsertOrUpdate function performs merge into requiring the entity class {CsName} to have a primary key
+ FreeSql: The InsertOrUpdate function performs merge into requiring the entity class {CsName} to have a primary key
- FreeSql:The generic parameter for InsertOrUpdate<>does not support {typeofT1}. Pass in your entity class
+ FreeSql: The generic parameter for InsertOrUpdate<>does not support {typeofT1}. Pass in your entity class
- FreeSql:FreeSql needs to be installed for Delayed Loading. Extensions. LazyLoading. Dll, downloadable to nuget
+ FreeSql: FreeSql needs to be installed for Delayed Loading. Extensions. LazyLoading. Dll, downloadable to nuget
- FreeSql:{trytbTypeName} Compilation error: {exMessage}\r\n\r\n{cscode}
+ FreeSql: {trytbTypeName} Compilation error: {exMessage}\r\n\r\n{cscode}
- FreeSql:Entity type {trytbTypeName} must be declared public
+ FreeSql: Entity type {trytbTypeName} must be declared public
- FreeSql:ManyToMany navigation properties. AsSelect() is temporarily unavailable for the Sum/Avg/Max/Min/First/ToOne/ToList method
+ FreeSql: ManyToMany navigation properties. AsSelect() is temporarily unavailable for the Sum/Avg/Max/Min/First/ToOne/ToList method
- FreeSql:[ManyToMany] Navigation property {trytbTypeName}. {pnvName} did not find a corresponding field in {tbmidCsName}, such as: {midTypePropsTrytbName}{findtrytbPkCsName}, {midTypePropsTrytbName}_ {findtrytbPkCsName}
+ FreeSql: [ManyToMany] Navigation property {trytbTypeName}. {pnvName} did not find a corresponding field in {tbmidCsName}, such as: {midTypePropsTrytbName}{findtrytbPkCsName}, {midTypePropsTrytbName}_ {findtrytbPkCsName}
- FreeSql:[ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, entity type {tbrefTypeName} missing primary key identity, [Column (IsPrimary = true)]
+ FreeSql: [ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, entity type {tbrefTypeName} missing primary key identity, [Column (IsPrimary = true)]
- FreeSql:[ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, entity type {tbrefTypeName} must have a corresponding [Navigate (ManyToMany = x)] collection property
+ FreeSql: [ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, entity type {tbrefTypeName} must have a corresponding [Navigate (ManyToMany = x)] collection property
- FreeSql:[ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, {tbmidCsName}. {trycolCsName} and {trytbCsName}. {trytbPrimarysCsName} type inconsistent
+ FreeSql: [ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, {tbmidCsName}. {trycolCsName} and {trytbCsName}. {trytbPrimarysCsName} type inconsistent
- FreeSql:[ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, intermediate class {tbmidCsName}.{midTypePropsTrytbName} Error: {exMessage}
+ FreeSql: [ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, intermediate class {tbmidCsName}.{midTypePropsTrytbName} Error: {exMessage}
- FreeSql:[ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, intermediate class {tbmidCsName}. The {midTypePropsTrytbName} navigation property is not ManyToOne or OneToOne
+ FreeSql: [ManyToMany] Navigation property {trytbTypeName}. {pnvName} parsing error, intermediate class {tbmidCsName}. The {midTypePropsTrytbName} navigation property is not ManyToOne or OneToOne
- FreeSql:Mapping exception: {name} None of the property names are the same
+ FreeSql: Mapping exception: {name} None of the property names are the same
- FreeSql:Ado. MasterPool value is null, this operation cannot self-enable transactions, please explicitly pass [transaction object] resolution
+ FreeSql: Ado. MasterPool value is null, this operation cannot self-enable transactions, please explicitly pass [transaction object] resolution
- FreeSql:Missing FreeSql database implementation package: FreeSql.Provider.{Provider}.Dll, downloadable to nuget
+ FreeSql: Missing FreeSql database implementation package: FreeSql.Provider.{Provider}.Dll, downloadable to nuget
- FreeSql:The FreeSql database implementation package is missing: {dll} can be downloaded to nuget; If there is {dll} and an error still occurs (due to environmental issues that cause the type to be unreflected), manually pass in typeof ({providerType}) in the third parameter of UseConnectionString/UseConnectionFactory
+ FreeSql: The FreeSql database implementation package is missing: {dll} can be downloaded to nuget; If there is {dll} and an error still occurs (due to environmental issues that cause the type to be unreflected), manually pass in typeof ({providerType}) in the third parameter of UseConnectionString/UseConnectionFactory
- FreeSql:Navigation property {trytbTypeName}. The number of {pnvName} attributes [Navigate] Binds ({bindColumnsCount}) is different from the number of external primary keys ({tbrefPrimarysLength})
+ FreeSql: Navigation property {trytbTypeName}. The number of {pnvName} attributes [Navigate] Binds ({bindColumnsCount}) is different from the number of external primary keys ({tbrefPrimarysLength})
- FreeSql:{tb2DbName}. {mp2MemberName} Navigation Property Collection forgotten. AsSelect()? If used in ToList (a => a. {mp2MemberName}), step by step to refer to the IncludeMany document.
+ FreeSql: {tb2DbName}. {mp2MemberName} Navigation Property Collection forgotten. AsSelect()? If used in ToList (a => a. {mp2MemberName}), step by step to refer to the IncludeMany document.
- FreeSql:[Navigation Properties]{trytbTypeDisplayCsharp}. Missing set attribute for {pName}
+ FreeSql: Navigation Properties {trytbTypeDisplayCsharp}. Missing set attribute for {pName}
- FreeSql:Navigation property {trytbTypeName}. {pnvName} No corresponding fields were found, such as: {pnvName}{findtbrefPkCsName}, {pnvName}_ {findtbrefPkCsName}. Or use the [Navigate] attribute to specify the relationship mapping.
+ FreeSql: Navigation property {trytbTypeName}. {pnvName} No corresponding fields were found, such as: {pnvName}{findtbrefPkCsName}, {pnvName}_ {findtbrefPkCsName}. Or use the [Navigate] attribute to specify the relationship mapping.
- FreeSql:Navigation property {trytbTypeName}. {pnvName} parsing error, entity type {trytcTypeName} missing primary key identity, [Column (IsPrimary = true)]
+ FreeSql: Navigation property {trytbTypeName}. {pnvName} parsing error, entity type {trytcTypeName} missing primary key identity, [Column (IsPrimary = true)]
- FreeSql:Navigation property {trytbTypeName}. {pnvName} parsing error, {trytbCsName}. {trycolCsName} and {tbrefCsName}. {tbrefPrimarysCsName} type inconsistent
+ FreeSql: Navigation property {trytbTypeName}. {pnvName} parsing error, {trytbCsName}. {trycolCsName} and {tbrefCsName}. {tbrefPrimarysCsName} type inconsistent
- FreeSql:Navigation property {trytbTypeName}. {pnvName} attribute [Navigate] parsing error, property not found at {tbrefTypeName}: {bi}
+ FreeSql: Navigation property {trytbTypeName}. {pnvName} attribute [Navigate] parsing error, property not found at {tbrefTypeName}: {bi}
- FreeSql:{tableTypeDisplayCsharp} has no primary key defined and cannot use SetSource. Try SetDto
+ FreeSql: {tableTypeDisplayCsharp} has no primary key defined and cannot use SetSource. Try SetDto
- FreeSql:No properties defined
+ FreeSql: No properties defined
- FreeSql:Not implemented
+ FreeSql: Not implemented
- FreeSql:Function expression {exp} parsing not implemented
+ FreeSql: Function expression {exp} parsing not implemented
- FreeSql:Function expression {exp} parsing not implemented, parameter {expArguments} must be constant
+ FreeSql: Function expression {exp} parsing not implemented, parameter {expArguments} must be constant
- FreeSql:Function expression {exp} parsing is not implemented. Use if you are working on a navigation property collection. AsSelect (). {exp3MethodName} ({exp3ArgumentsCount})
+ FreeSql: Function expression {exp} parsing is not implemented. Use if you are working on a navigation property collection. AsSelect (). {exp3MethodName} ({exp3ArgumentsCount})
- FreeSql:Constant under MemberAccess is not implemented
+ FreeSql: Constant under MemberAccess is not implemented
- FreeSql:{name} is not implemented
+ FreeSql: {name} is not implemented
- FreeSql:I won't support it
+ FreeSql: I won't support it
- FreeSql:{dataType} does not support OrderByRandom sorting
+ FreeSql: {dataType} does not support OrderByRandom sorting
- FreeSql:{property} is not a valid navigation property
+ FreeSql: {property} is not a valid navigation property
- FreeSql:{dbName} Column {memberName} not found
+ FreeSql: {dbName} Column {memberName} not found
- FreeSql:Cannot find the column corresponding to {CsName}
+ FreeSql: Cannot find the column corresponding to {CsName}
- FreeSql:Attribute not found: {memberName}
+ FreeSql: Attribute not found: {memberName}
- FreeSql:Property name {proto} not found
+ FreeSql: Property name {proto} not found
- FreeSql:Custom could not find the corresponding {{reflection information}}:{fiValueCustomArray}
+ FreeSql: Custom could not find the corresponding {{reflection information}}:{fiValueCustomArray}
- FreeSql:Custom could not find the corresponding {{static method name}}:{fiValueCustomArray}
+ FreeSql: Custom could not find the corresponding {{static method name}}:{fiValueCustomArray}
- FreeSql:The property name {atmGroupsValue} set by [Table(AsTable = xx)] does not exist
+ FreeSql: The property name {atmGroupsValue} set by [Table(AsTable = xx)] does not exist
- FreeSql:No UseConnectionString or UseConnectionFactory specified
+ FreeSql: No UseConnectionString or UseConnectionFactory specified
- FreeSql:[{policyName}] ObjectPool. {GetName}() timeout {totalSeconds} seconds, see: https://github.com/dotnetcore/FreeSql/discussions/1081
+ FreeSql: [{policyName}] ObjectPool. {GetName}() timeout {totalSeconds} seconds, see: https://github.com/dotnetcore/FreeSql/discussions/1081
- FreeSql:[{policyName}] ObjectPool. GetAsync() The queue is too long. Policy. AsyncGetCapacity = {asyncGetCapacity}
+ FreeSql: [{policyName}] ObjectPool. GetAsync() The queue is too long. Policy. AsyncGetCapacity = {asyncGetCapacity}
- FreeSql:[OneToMany] Navigation property {trytbTypeName}.{pnvName} did not find a corresponding field in {tbrefCsName}, such as: {findtrytb}{findtrytbPkCsName}, {findtrytb}_{findtrytbPkCsName}
+ FreeSql: [OneToMany] Navigation property {trytbTypeName}.{pnvName} did not find a corresponding field in {tbrefCsName}, such as: {findtrytb}{findtrytbPkCsName}, {findtrytb}_{findtrytbPkCsName}
- FreeSql:[OneToMany] Navigation property {trytbTypeName}.{pnvName} parsing error, {trytbCsName}.{trytbPrimarysCsName} and {tbrefCsName}.{trycolCsName} is of inconsistent type
+ FreeSql: [OneToMany] Navigation property {trytbTypeName}.{pnvName} parsing error, {trytbCsName}.{trytbPrimarysCsName} and {tbrefCsName}.{trycolCsName} is of inconsistent type
- FreeSql:, {refpropName}{findtrytbPkCsName}, {refpropName}_{findtrytbPkCsName}. Or use the [Navigate] attribute to specify the relationship mapping.
+ , {refpropName}{findtrytbPkCsName}, {refpropName}_{findtrytbPkCsName}. Or use the [Navigate] attribute to specify the relationship mapping.
- FreeSql:Parameter field not specified
+ FreeSql: Parameter field not specified
- FreeSql:The {property} parameter is incorrect, it is not a collection property and must be IList<T>or ICollection<T>
+ FreeSql: The {property} parameter is incorrect, it is not a collection property and must be IList<T>or ICollection<T>
- FreeSql:The {property} parameter is incorrect, it is not a valid navigation property
+ FreeSql: The {property} parameter is incorrect, it is not a valid navigation property
- FreeSql:{where} parameter error, {keyval} is not a valid property name and cannot be found in entity class {reftbTypeDisplayCsharp}
+ FreeSql: {where} parameter error, {keyval} is not a valid property name and cannot be found in entity class {reftbTypeDisplayCsharp}
- FreeSql:{property} parameter error, format "TopicId=Id, multiple groups using comma connection"
+ FreeSql: {property} parameter error, format "TopicId=Id, multiple groups using comma connection"
- FreeSql:Parsing failed {callExpMethodName} {message}
+ FreeSql: Parsing failed {callExpMethodName} {message}
- FreeSql:[{policyName}] The ObjectPool has been disposed, see: https://github.com/dotnetcore/FreeSql/discussions/1079
+ FreeSql: [{policyName}] The ObjectPool has been disposed, see: https://github.com/dotnetcore/FreeSql/discussions/1079
- FreeSql:The {policyName} status is unavailable and cannot be used until the background checker is restored. {UnavailableExceptionMessage}
+ FreeSql: The {policyName} status is unavailable and cannot be used until the background checker is restored. {UnavailableExceptionMessage}
- FreeSql:The property {trytbVersionColumnCsName} is labeled as a row lock (optimistic lock) (IsVersion), but it must be a numeric type or byte[], and it cannot be Nullable
+ FreeSql: The property {trytbVersionColumnCsName} is labeled as a row lock (optimistic lock) (IsVersion), but it must be a numeric type or byte[], and it cannot be Nullable
- FreeSql:Properrties parameter cannot be empty
+ FreeSql: Properrties parameter cannot be empty
- FreeSql:{property} property name not found
+ FreeSql: {property} property name not found
- FreeSql:Range requires that Value be comma-separated and 2-length
+ FreeSql: Range requires that Value be comma-separated and 2-length
- FreeSql:RollBack
+ FreeSql: RollBack
- FreeSql:Runtime error, reflection failed to get IncludeMany method
+ FreeSql: Runtime error, reflection failed to get IncludeMany method
- FreeSql:{qoteSql} is NULL unless the attribute [Column (IsNullable = false)]
+ FreeSql: {qoteSql} is NULL unless the attribute [Column (IsNullable = false)]
- FreeSql:Subtable field value'{dt}'cannot be less than'{beginTime}'
+ FreeSql: Subtable field value'{dt}'cannot be less than'{beginTime}'
- FreeSql:Subtable field value cannot be null
+ FreeSql: Subtable field value cannot be null
- FreeSql:The tabular field value'{columnValue}'cannot be converted to DateTime
+ FreeSql: The tabular field value'{columnValue}'cannot be converted to DateTime
- FreeSql:Table field value'{dt}'does not match table name
+ FreeSql: Table field value'{dt}'does not match table name
- FreeSql:Type T2 Error
+ FreeSql: Type T2 Error
- FreeSql:TableName format error, example: "log_{yyyyMMdd}"
+ FreeSql: TableName format error, example: "log_{yyyyMMdd}"
- FreeSql:{Type}. AsType parameter error, please pass in the correct entity type
+ FreeSql: {Type}. AsType parameter error, please pass in the correct entity type
- FreeSql:The {thatFullName} type cannot access the constructor
+ FreeSql: The {thatFullName} type cannot access the constructor
- FreeSql:{name} type error
+ FreeSql: {name} type error
- FreeSql:{Type}. AsType parameter does not support specifying as object
+ FreeSql: {Type}. AsType parameter does not support specifying as object
- FreeSql:Type {typeofFullName} error, IncludeMany cannot be used
+ FreeSql: Type {typeofFullName} error, IncludeMany cannot be used
- FreeSql:Unable to parse expression: {exp}
+ FreeSql: Unable to parse expression: {exp}
- FreeSql:Unable to parse expression method {exp3tmpCallMethodName}
+ FreeSql: Unable to parse expression method {exp3tmpCallMethodName}
- FreeSql:Please use fsql. InsertDict (dict) method inserts dictionary data
+ FreeSql: Please use fsql. InsertDict (dict) method inserts dictionary data
- FreeSql:{name} not found
+ FreeSql: {name} not found
- FreeSql:Slave Database
+ FreeSql: Slave Database
- FreeSql:Master Database
+ FreeSql: Master Database
- FreeSql:Egg pain Accs insertion can only be performed one at a time, values (..) are not supported. (..) Select is also not supported.. UNION ALL select..
+ FreeSql: Egg pain Accs insertion can only be performed one at a time, values (..) are not supported. (..) Select is also not supported.. UNION ALL select..
- FreeSql:BaseEntity. Initialization initialization error, get IFreeSql is null
+ FreeSql: BaseEntity. Initialization initialization error, get IFreeSql is null
- FreeSql:[{thisName}] Block access and wait for recovery: {exMessage}
+ FreeSql: [{thisName}] Block access and wait for recovery: {exMessage}
- FreeSql:IQueryable<{typeofName}> cannot be converted to ISelect<{typeofName}> because its implementation is not FreeSql.Extensions.Linq.QueryableProvider
+ FreeSql: IQueryable<{typeofName}> cannot be converted to ISelect<{typeofName}> because its implementation is not FreeSql.Extensions.Linq.QueryableProvider
- FreeSql:Connection string error
+ FreeSql: Connection string error
- FreeSql:[{thisName}] Connection string error, please check.
+ FreeSql: [{thisName}] Connection string error, please check.
- FreeSql:Connection string error, or check project properties > Build > Target Platform: x86 | x64, Or use FreeSql.Provider.SqliteCore accessing arm platform
+ FreeSql: Connection string error, or check project properties > Build > Target Platform: x86 | x64, Or use FreeSql.Provider.SqliteCore accessing arm platform
- FreeSql:[{thisName}] Connection string error, please check. Or check Project Properties > Build > Target Platform: x86 | x64, Or use FreeSql.Provider.SqliteCore accessing arm platform
+ FreeSql: [{thisName}] Connection string error, please check. Or check Project Properties > Build > Target Platform: x86 | x64, Or use FreeSql.Provider.SqliteCore accessing arm platform
- FreeSql:FreeSql.Provider.CustomAdapter cannot use CreateCommand
+ FreeSql: FreeSql.Provider.CustomAdapter cannot use CreateCommand
- FreeSql:FreeSql.Provider.CustomAdapter only supports building IFreeSql in the UseConnectionFactory way
+ FreeSql: FreeSql.Provider.CustomAdapter only supports building IFreeSql in the UseConnectionFactory way
- FreeSql:Dream CodeFirst does not support code creation tablespace and schemas {tbname}
+ FreeSql: Dream CodeFirst does not support code creation tablespace and schemas {tbname}
- FreeSql:-DB parameter error, no ConnectionString provided
+ FreeSql: -DB parameter error, no ConnectionString provided
- FreeSql:-DB parameter error, format: MySql, ConnectionString
+ FreeSql: -DB parameter error, format: MySql, ConnectionString
- FreeSql:-DB parameter error, unsupported type: "{dbargs}"
+ FreeSql: -DB parameter error, unsupported type: "{dbargs}"
- FreeSql:{method} is FreeSql.Provider.{provider} specific features
+ FreeSql: {method} is FreeSql.Provider.{provider} specific features
- FreeSql:Fsql. InsertOrUpdate Sqlite was unable to complete the UpdateColumns operation
+ FreeSql: InsertOrUpdate Sqlite was unable to complete the UpdateColumns operation
- FreeSql:MygisGeometry. Parse does not implement "{wkt}"
+ FreeSql: MygisGeometry. Parse does not implement "{wkt}"
- FreeSql:-NameOptions parameter incorrect, format: 0,0,0,0
+ FreeSql: -NameOptions parameter incorrect, format: 0,0,0,0
- FreeSql:This function is not implemented
+ FreeSql: This function is not implemented
- FreeSql:Unrealized error, please feedback to author
+ FreeSql: Unrealized error, please feedback to author
- FreeSql:FreeSql.Provider.{providerName} does not implement Skip/Offset functionality, use to determine last ID if paging is required
+ FreeSql: FreeSql.Provider.{providerName} does not implement Skip/Offset functionality, use to determine last ID if paging is required
- FreeSql:Old table (OldName): {tboldname} exists, database already exists {tbname} table, cannot rename
+ FreeSql: Old table (OldName): {tboldname} exists, database already exists {tbname} table, cannot rename
- FreeSql:The OnConflictDoUpdate feature requires that entity classes must set the IsPrimary property
+ FreeSql: The OnConflictDoUpdate feature requires that entity classes must set the IsPrimary property
- FreeSql:Oracle CodeFirst does not support code creation of tablespace and schemas {tbname}
+ FreeSql: Oracle CodeFirst does not support code creation of tablespace and schemas {tbname}
- FreeSql:Parsing failed {callExpMethodName} {message}, hint: Extension method IQueryable can be used. RestoreToSelect() reverted to ISelect re-query
+ FreeSql: Parsing failed {callExpMethodName} {message}, hint: Extension method IQueryable can be used. RestoreToSelect() reverted to ISelect re-query
- FreeSql:Fsql. InsertOrUpdate + IfExistsDoNothing + {providerName} requires the entity class {tableCsName} to have a primary key
+ FreeSql: InsertOrUpdate + IfExistsDoNothing + {providerName} requires the entity class {tableCsName} to have a primary key
- FreeSql:SelectMany error type: {typeFullName}
+ FreeSql: SelectMany error type: {typeFullName}
- FreeSql:Type {objentityTypeFullName} is not migrable
+ FreeSql: Type {objentityTypeFullName} is not migrable
- FreeSql:Type {objentityTypeFullName} is not migrable, migratable property 0
+ FreeSql: Type {objentityTypeFullName} is not migrable, migratable property 0
- FreeSql:{columnDbTypeTextFull} type mapping not implemented
+ FreeSql: {columnDbTypeTextFull} type mapping not implemented
- FreeSql:Wrong parameter setting: {args}
+ FreeSql: Wrong parameter setting: {args}
- FreeSql:Object pool
+ FreeSql: Object pool
\ No newline at end of file