Search Results for

    Show / Hide Table of Contents

    Class CoreStrings

    String resources used in FreeSql exceptions, etc.

    These strings are exposed publicly for use by database providers and extensions. It is unusual for application code to need these strings.

    Inheritance
    System.Object
    CoreStrings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FreeSql
    Assembly: FreeSql.dll
    Syntax
    public static class CoreStrings

    Properties

    | Improve this Doc View Source

    Before_Chunk_Cannot_Use_Select

    Chunk 功能之前不可使用 Select

    Declaration
    public static string Before_Chunk_Cannot_Use_Select { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Begin_Transaction_Then_ForUpdate

    安全起见,请务必在事务开启之后,再使用 ForUpdate

    Declaration
    public static string Begin_Transaction_Then_ForUpdate { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Cannot_Be_NULL

    不能为 null

    Declaration
    public static string Cannot_Be_NULL { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Check_UseConnectionString

    参数 masterConnectionString 不可为空,请检查 UseConnectionString

    Declaration
    public static string Check_UseConnectionString { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Commit

    提交

    Declaration
    public static string Commit { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Connection_Failed_Switch_Servers

    连接失败,准备切换其他可用服务器

    Declaration
    public static string Connection_Failed_Switch_Servers { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Culture

    重写当前线程的 CurrentUICulture 属性,对 使用此强类型资源类的所有资源查找执行重写。

    Declaration
    public static CultureInfo Culture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo
    | Improve this Doc View Source

    Custom_Reflection_IsNotNull

    Custom { 反射信息 }不能为空,格式:{ 静态方法名 }{ 空格 }{ 反射信息 }

    Declaration
    public static string Custom_Reflection_IsNotNull { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Custom_StaticMethodName_IsNotNull

    Custom { 静态方法名 }不能为空,格式:{ 静态方法名 }{ 空格 }{ 反射信息 }

    Declaration
    public static string Custom_StaticMethodName_IsNotNull { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CustomFieldSeparatedBySpaces

    Custom 要求 Field 应该空格分割,并且长度为 2,格式:{ 静态方法名 }{ 空格 }{ 反射信息 }

    Declaration
    public static string CustomFieldSeparatedBySpaces { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DateRange_Comma_Separateda_By2Char

    DateRange 要求 Value 应该逗号分割,并且长度为 2

    Declaration
    public static string DateRange_Comma_Separateda_By2Char { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DateRange_DateFormat_yyyy

    DateRange 要求 Value[1] 格式必须为:yyyy、yyyy-MM、yyyy-MM-dd、yyyy-MM-dd HH、yyyy、yyyy-MM-dd HH:mm

    Declaration
    public static string DateRange_DateFormat_yyyy { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Different_Number_SlaveConnectionString_SlaveWeights

    SlaveConnectionString 数量与 SlaveWeights 不相同

    Declaration
    public static string Different_Number_SlaveConnectionString_SlaveWeights { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    EspeciallySubquery_Cannot_Parsing

    这个特别的子查询不能解析

    Declaration
    public static string EspeciallySubquery_Cannot_Parsing { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GBase_NotSupport_OtherThanCommas

    GBase 暂时不支持逗号以外的分割符

    Declaration
    public static string GBase_NotSupport_OtherThanCommas { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Include_ParameterType_Error

    Include 参数类型错误

    Declaration
    public static string Include_ParameterType_Error { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Include_ParameterType_Error_Use_IncludeMany

    Include 参数类型错误,集合属性请使用 IncludeMany

    Declaration
    public static string Include_ParameterType_Error_Use_IncludeMany { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Include_ParameterType_Error_Use_MemberAccess

    Include 参数类型错误,表达式类型应该为 MemberAccess

    Declaration
    public static string Include_ParameterType_Error_Use_MemberAccess { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IncludeMany_ParameterType_Error_Use_MemberAccess

    IncludeMany 参数1 类型错误,表达式类型应该为 MemberAccess

    Declaration
    public static string IncludeMany_ParameterType_Error_Use_MemberAccess { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Install_FreeSql_Extensions_LazyLoading

    【延时加载】功能需要安装 FreeSql.Extensions.LazyLoading.dll,可前往 nuget 下载

    Declaration
    public static string Install_FreeSql_Extensions_LazyLoading { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ManyToMany_AsSelect_NotSupport_Sum_Avg_etc

    ManyToMany 导航属性 .AsSelect() 暂时不可用于 Sum/Avg/Max/Min/First/ToOne/ToList 方法

    Declaration
    public static string ManyToMany_AsSelect_NotSupport_Sum_Avg_etc { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MasterPool_IsNull_UseTransaction

    Ado.MasterPool 值为 null,该操作无法自启用事务,请显式传递【事务对象】解决

    Declaration
    public static string MasterPool_IsNull_UseTransaction { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NoProperty_Defined

    没有定义属性

    Declaration
    public static string NoProperty_Defined { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Not_Implemented

    未实现

    Declaration
    public static string Not_Implemented { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Not_Implemented_MemberAcess_Constant

    未实现 MemberAccess 下的 Constant

    Declaration
    public static string Not_Implemented_MemberAcess_Constant { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Not_Support

    不支持

    Declaration
    public static string Not_Support { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NotSpecified_UseConnectionString_UseConnectionFactory

    未指定 UseConnectionString 或者 UseConnectionFactory

    Declaration
    public static string NotSpecified_UseConnectionString_UseConnectionFactory { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Parameter_Field_NotSpecified

    参数 field 未指定

    Declaration
    public static string Parameter_Field_NotSpecified { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Properties_Cannot_Null

    properties 参数不能为空

    Declaration
    public static string Properties_Cannot_Null { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Range_Comma_Separateda_By2Char

    Range 要求 Value 应该逗号分割,并且长度为 2

    Declaration
    public static string Range_Comma_Separateda_By2Char { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RollBack

    回滚

    Declaration
    public static string RollBack { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RunTimeError_Reflection_IncludeMany

    运行时错误,反射获取 IncludeMany 方法失败

    Declaration
    public static string RunTimeError_Reflection_IncludeMany { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_Access_InsertOnlyOneAtTime

    蛋疼的 Access 插入只能一条一条执行,不支持 values(..),(..) 也不支持 select .. UNION ALL select ..

    Declaration
    public static string S_Access_InsertOnlyOneAtTime { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_BaseEntity_Initialization_Error

    BaseEntity.Initialization 初始化错误,获取到 IFreeSql 是 null

    Declaration
    public static string S_BaseEntity_Initialization_Error { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_ConnectionStringError

    连接字符串错误

    Declaration
    public static string S_ConnectionStringError { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_ConnectionStringError_CheckProject

    连接字符串错误,或者检查项目属性 > 生成 > 目标平台:x86 | x64,或者改用 FreeSql.Provider.SqliteCore 访问 arm 平台

    Declaration
    public static string S_ConnectionStringError_CheckProject { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_CustomAdapter_Cannot_Use_CreateCommand

    FreeSql.Provider.CustomAdapter 无法使用 CreateCommand

    Declaration
    public static string S_CustomAdapter_Cannot_Use_CreateCommand { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_CustomAdapter_OnlySuppport_UseConnectionFactory

    FreeSql.Provider.CustomAdapter 仅支持 UseConnectionFactory 方式构建 IFreeSql

    Declaration
    public static string S_CustomAdapter_OnlySuppport_UseConnectionFactory { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_DB_Parameter_Error_NoConnectionString

    -DB 参数错误,未提供 ConnectionString

    Declaration
    public static string S_DB_Parameter_Error_NoConnectionString { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_DB_ParameterError

    -DB 参数错误,格式为:MySql,ConnectionString

    Declaration
    public static string S_DB_ParameterError { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_InsertOrUpdate_Unable_UpdateColumns

    fsql.InsertOrUpdate Sqlite 无法完成 UpdateColumns 操作

    Declaration
    public static string S_InsertOrUpdate_Unable_UpdateColumns { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_MasterDatabase

    主库

    Declaration
    public static string S_MasterDatabase { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_NameOptions_Incorrect

    -NameOptions 参数错误,格式为:0,0,0,0

    Declaration
    public static string S_NameOptions_Incorrect { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_Not_Implemented_Feature

    未实现该功能

    Declaration
    public static string S_Not_Implemented_Feature { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_Not_Implemented_FeedBack

    未实现错误,请反馈给作者

    Declaration
    public static string S_Not_Implemented_FeedBack { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_ObjectPool

    对象池

    Declaration
    public static string S_ObjectPool { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_OnConflictDoUpdate_MustIsPrimary

    OnConflictDoUpdate 功能要求实体类必须设置 IsPrimary 属性

    Declaration
    public static string S_OnConflictDoUpdate_MustIsPrimary { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    S_SlaveDatabase

    从库

    Declaration
    public static string S_SlaveDatabase { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SubTableFieldValue_IsNotNull

    分表字段值不能为 null

    Declaration
    public static string SubTableFieldValue_IsNotNull { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    T2_Type_Error

    T2 类型错误

    Declaration
    public static string T2_Type_Error { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Use_InsertDict_Method

    请使用 fsql.InsertDict(dict) 方法插入字典数据

    Declaration
    public static string Use_InsertDict_Method { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    AsTable_PropertyName_FormatError(Object)

    [Table(AsTable = "{asTable}")] 特性值格式错误

    Declaration
    public static string AsTable_PropertyName_FormatError(object asTable)
    Parameters
    Type Name Description
    System.Object asTable
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    AsTable_PropertyName_NotDateTime(Object)

    [Table(AsTable = xx)] 设置的属性名 {atmGroupsValue} 不是 DateTime 类型

    Declaration
    public static string AsTable_PropertyName_NotDateTime(object atmGroupsValue)
    Parameters
    Type Name Description
    System.Object atmGroupsValue
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Available_Failed_Get_Resource(Object, Object)

    {name}: Failed to get resource {statistics}

    Declaration
    public static string Available_Failed_Get_Resource(object name, object statistics)
    Parameters
    Type Name Description
    System.Object name
    System.Object statistics
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Available_Thrown_Exception(Object)

    {name}: An exception needs to be thrown

    Declaration
    public static string Available_Thrown_Exception(object name)
    Parameters
    Type Name Description
    System.Object name
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Bad_Expression_Format(Object)

    错误的表达式格式 {column}

    Declaration
    public static string Bad_Expression_Format(object column)
    Parameters
    Type Name Description
    System.Object column
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Cannot_Be_NULL_Name(Object)

    {name} 不能为 null

    Declaration
    public static string Cannot_Be_NULL_Name(object name)
    Parameters
    Type Name Description
    System.Object name
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Cannot_Match_Property(Object)

    无法匹配 {property}

    Declaration
    public static string Cannot_Match_Property(object property)
    Parameters
    Type Name Description
    System.Object property
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Cannot_Resolve_ExpressionTree(Object)

    {property} 无法解析为表达式树

    Declaration
    public static string Cannot_Resolve_ExpressionTree(object property)
    Parameters
    Type Name Description
    System.Object property
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Custom_Expression_ParsingError(Object)

    自定义表达式解析错误:类型 {exp3MethodDeclaringType} 需要定义 static ThreadLocal<ExpressionCallContext> 字段、字段、字段(重要三次提醒)

    Declaration
    public static string Custom_Expression_ParsingError(object exp3MethodDeclaringType)
    Parameters
    Type Name Description
    System.Object exp3MethodDeclaringType
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Custom_StaticMethodName_NotSet_DynamicFilterCustom(Object)

    Custom 对应的{{ 静态方法名 }}:{fiValueCustomArray} 未设置 [DynamicFilterCustomAttribute] 特性

    Declaration
    public static string Custom_StaticMethodName_NotSet_DynamicFilterCustom(object fiValueCustomArray)
    Parameters
    Type Name Description
    System.Object fiValueCustomArray
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    DataType_AsType_Inconsistent(Object, Object)

    操作的数据类型({dataDisplayCsharp}) 与 AsType({tableTypeDisplayCsharp}) 不一致,请检查。

    Declaration
    public static string DataType_AsType_Inconsistent(object dataDisplayCsharp, object tableTypeDisplayCsharp)
    Parameters
    Type Name Description
    System.Object dataDisplayCsharp
    System.Object tableTypeDisplayCsharp
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    DbUpdateVersionException_RowLevelOptimisticLock(Object, Object)

    记录可能不存在,或者【行级乐观锁】版本过旧,更新数量{sourceCount},影响的行数{affrows}。

    Declaration
    public static string DbUpdateVersionException_RowLevelOptimisticLock(object sourceCount, object affrows)
    Parameters
    Type Name Description
    System.Object sourceCount
    System.Object affrows
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Duplicate_ColumnAttribute(Object)

    ColumnAttribute.Name {colattrName} 重复存在,请检查(注意:不区分大小写)

    Declaration
    public static string Duplicate_ColumnAttribute(object colattrName)
    Parameters
    Type Name Description
    System.Object colattrName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Duplicate_PropertyName(Object)

    属性名 {pName} 重复存在,请检查(注意:不区分大小写)

    Declaration
    public static string Duplicate_PropertyName(object pName)
    Parameters
    Type Name Description
    System.Object pName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Entity_Must_Primary_Key(Object, Object)

    {function} 功能要求实体类 {tableCsName} 必须有主键

    Declaration
    public static string Entity_Must_Primary_Key(object function, object tableCsName)
    Parameters
    Type Name Description
    System.Object function
    System.Object tableCsName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Entity_MySQL_VersionsBelow8_NotSupport_Multiple_PrimaryKeys(Object)

    {tbTypeFullName} 是父子关系,但是 MySql 8.0 以下版本中不支持组合多主键

    Declaration
    public static string Entity_MySQL_VersionsBelow8_NotSupport_Multiple_PrimaryKeys(object tbTypeFullName)
    Parameters
    Type Name Description
    System.Object tbTypeFullName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Entity_NotParentChild_Relationship(Object)

    {tbTypeFullName} 不是父子关系,无法使用该功能

    Declaration
    public static string Entity_NotParentChild_Relationship(object tbTypeFullName)
    Parameters
    Type Name Description
    System.Object tbTypeFullName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Expression_Error_Use_ParameterExpression(Object)

    表达式错误,它的顶级对象不是 ParameterExpression:{exp}

    Declaration
    public static string Expression_Error_Use_ParameterExpression(object exp)
    Parameters
    Type Name Description
    System.Object exp
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Expression_Error_Use_Successive_MemberAccess_Type(Object)

    表达式错误,它不是连续的 MemberAccess 类型:{exp}

    Declaration
    public static string Expression_Error_Use_Successive_MemberAccess_Type(object exp)
    Parameters
    Type Name Description
    System.Object exp
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ExpressionTree_Convert_Type_Error(Object, Object, Object, Object)

    ExpressionTree 转换类型错误,值({value}),类型({valueTypeFullName}),目标类型({typeFullName}),{exMessage}

    Declaration
    public static string ExpressionTree_Convert_Type_Error(object value, object valueTypeFullName, object typeFullName, object exMessage)
    Parameters
    Type Name Description
    System.Object value
    System.Object valueTypeFullName
    System.Object typeFullName
    System.Object exMessage
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Failed_SubTable_FieldValue(Object)

    未能解析分表字段值 {sqlWhere}

    Declaration
    public static string Failed_SubTable_FieldValue(object sqlWhere)
    Parameters
    Type Name Description
    System.Object sqlWhere
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Functions_AsTable_NotImplemented(Object)

    AsTable 未实现的功能 {asTable}

    Declaration
    public static string Functions_AsTable_NotImplemented(object asTable)
    Parameters
    Type Name Description
    System.Object asTable
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Generated_Same_SubTable(Object)

    tableName:{tableName} 生成了相同的分表名

    Declaration
    public static string Generated_Same_SubTable(object tableName)
    Parameters
    Type Name Description
    System.Object tableName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetPrimarys_ParameterError_IsNotDictKey(Object)

    GetPrimarys 传递的参数 "{primary}" 不正确,它不属于字典数据的键名

    Declaration
    public static string GetPrimarys_ParameterError_IsNotDictKey(object primary)
    Parameters
    Type Name Description
    System.Object primary
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Has_Specified_Cannot_Specified_Second(Object, Object)

    已经指定了 {first},不能再指定 {second}

    Declaration
    public static string Has_Specified_Cannot_Specified_Second(object first, object second)
    Parameters
    Type Name Description
    System.Object first
    System.Object second
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Ignored_Check_Confirm_PublicGetSet(Object, Object)

    {tb2DbName}.{mp2MemberName} 被忽略,请检查 IsIgnore 设置,确认 get/set 为 public

    Declaration
    public static string Ignored_Check_Confirm_PublicGetSet(object tb2DbName, object mp2MemberName)
    Parameters
    Type Name Description
    System.Object tb2DbName
    System.Object mp2MemberName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    IncludeMany_NotValid_Navigation(Object, Object)

    IncludeMany 类型 {tbTypeDisplayCsharp} 的属性 {collMemMemberName} 不是有效的导航属性,提示:IsIgnore = true 不会成为导航属性

    Declaration
    public static string IncludeMany_NotValid_Navigation(object tbTypeDisplayCsharp, object collMemMemberName)
    Parameters
    Type Name Description
    System.Object tbTypeDisplayCsharp
    System.Object collMemMemberName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    IncludeMany_ParameterError_OnlyUseOneParameter(Object)

    IncludeMany {navigateSelector} 参数错误,Select 只可以使用一个参数的方法,正确格式:.Select(t =>new TNavigate {{}})

    Declaration
    public static string IncludeMany_ParameterError_OnlyUseOneParameter(object navigateSelector)
    Parameters
    Type Name Description
    System.Object navigateSelector
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    IncludeMany_ParameterError_Select_ReturnConsistentType(Object, Object)

    IncludeMany {navigateSelector} 参数错误,Select lambda参数返回值必须和 {collMemElementType} 类型一致

    Declaration
    public static string IncludeMany_ParameterError_Select_ReturnConsistentType(object navigateSelector, object collMemElementType)
    Parameters
    Type Name Description
    System.Object navigateSelector
    System.Object collMemElementType
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    IncludeMany_ParameterTypeError(Object)

    IncludeMany {navigateSelector} 参数类型错误,正确格式: a.collections.Take(1).Where(c =>c.aid == a.id).Select(a=> new TNavigate{{}})

    Declaration
    public static string IncludeMany_ParameterTypeError(object navigateSelector)
    Parameters
    Type Name Description
    System.Object navigateSelector
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    InsertInto_No_Property_Selected(Object)

    ISelect.InsertInto() 未选择属性: {displayCsharp}

    Declaration
    public static string InsertInto_No_Property_Selected(object displayCsharp)
    Parameters
    Type Name Description
    System.Object displayCsharp
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    InsertInto_TypeError(Object)

    ISelect.InsertInto() 类型错误: {displayCsharp}

    Declaration
    public static string InsertInto_TypeError(object displayCsharp)
    Parameters
    Type Name Description
    System.Object displayCsharp
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    InsertOrUpdate_Must_Primary_Key(Object)

    InsertOrUpdate 功能执行 merge into 要求实体类 {CsName} 必须有主键

    Declaration
    public static string InsertOrUpdate_Must_Primary_Key(object CsName)
    Parameters
    Type Name Description
    System.Object CsName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    InsertOrUpdate_NotSuport_Generic_UseEntity(Object)

    InsertOrUpdate<>的泛型参数 不支持 {typeofT1},请传递您的实体类

    Declaration
    public static string InsertOrUpdate_NotSuport_Generic_UseEntity(object typeofT1)
    Parameters
    Type Name Description
    System.Object typeofT1
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    LazyLoading_CompilationError(Object, Object, Object)

    【延时加载】{trytbTypeName} 编译错误:{exMessage}\r\n\r\n{cscode}

    Declaration
    public static string LazyLoading_CompilationError(object trytbTypeName, object exMessage, object cscode)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object exMessage
    System.Object cscode
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    LazyLoading_EntityMustDeclarePublic(Object)

    【延时加载】实体类型 {trytbTypeName} 必须声明为 public

    Declaration
    public static string LazyLoading_EntityMustDeclarePublic(object trytbTypeName)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ManyToMany_NotFound_CorrespondingField(Object, Object, Object, Object, Object)

    【ManyToMany】导航属性 {trytbTypeName}.{pnvName} 在 {tbmidCsName} 中没有找到对应的字段,如:{midTypePropsTrytbName}{findtrytbPkCsName}、{midTypePropsTrytbName}_{findtrytbPkCsName}

    Declaration
    public static string ManyToMany_NotFound_CorrespondingField(object trytbTypeName, object pnvName, object tbmidCsName, object midTypePropsTrytbName, object findtrytbPkCsName)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object pnvName
    System.Object tbmidCsName
    System.Object midTypePropsTrytbName
    System.Object findtrytbPkCsName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ManyToMany_ParsingError_EntityMissing_PrimaryKey(Object, Object, Object)

    【ManyToMany】导航属性 {trytbTypeName}.{pnvName} 解析错误,实体类型 {tbrefTypeName} 缺少主键标识,[Column(IsPrimary = true)]

    Declaration
    public static string ManyToMany_ParsingError_EntityMissing_PrimaryKey(object trytbTypeName, object pnvName, object tbrefTypeName)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object pnvName
    System.Object tbrefTypeName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ManyToMany_ParsingError_EntityMustHas_NavigateCollection(Object, Object, Object)

    【ManyToMany】导航属性 {trytbTypeName}.{pnvName} 解析错误,实体类型 {tbrefTypeName} 必须存在对应的 [Navigate(ManyToMany = x)] 集合属性

    Declaration
    public static string ManyToMany_ParsingError_EntityMustHas_NavigateCollection(object trytbTypeName, object pnvName, object tbrefTypeName)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object pnvName
    System.Object tbrefTypeName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ManyToMany_ParsingError_InconsistentType(Object, Object, Object, Object, Object, Object)

    【ManyToMany】导航属性 {trytbTypeName}.{pnvName} 解析错误,{tbmidCsName}.{trycolCsName} 和 {trytbCsName}.{trytbPrimarysCsName} 类型不一致

    Declaration
    public static string ManyToMany_ParsingError_InconsistentType(object trytbTypeName, object pnvName, object tbmidCsName, object trycolCsName, object trytbCsName, object trytbPrimarysCsName)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object pnvName
    System.Object tbmidCsName
    System.Object trycolCsName
    System.Object trytbCsName
    System.Object trytbPrimarysCsName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ManyToMany_ParsingError_IntermediateClass_ErrorMessage(Object, Object, Object, Object, Object)

    【ManyToMany】导航属性 {trytbTypeName}.{pnvName} 解析错误,中间类 {tbmidCsName}.{midTypePropsTrytbName} 错误:{exMessage}

    Declaration
    public static string ManyToMany_ParsingError_IntermediateClass_ErrorMessage(object trytbTypeName, object pnvName, object tbmidCsName, object midTypePropsTrytbName, object exMessage)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object pnvName
    System.Object tbmidCsName
    System.Object midTypePropsTrytbName
    System.Object exMessage
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ManyToMany_ParsingError_IntermediateClass_NotManyToOne_OneToOne(Object, Object, Object, Object)

    【ManyToMany】导航属性 {trytbTypeName}.{pnvName} 解析错误,中间类 {tbmidCsName}.{midTypePropsTrytbName} 导航属性不是【ManyToOne】或【OneToOne】

    Declaration
    public static string ManyToMany_ParsingError_IntermediateClass_NotManyToOne_OneToOne(object trytbTypeName, object pnvName, object tbmidCsName, object midTypePropsTrytbName)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object pnvName
    System.Object tbmidCsName
    System.Object midTypePropsTrytbName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Mapping_Exception_HasNo_SamePropertyName(Object)

    映射异常:{name} 没有一个属性名相同

    Declaration
    public static string Mapping_Exception_HasNo_SamePropertyName(object name)
    Parameters
    Type Name Description
    System.Object name
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Missing_FreeSqlProvider_Package(Object)

    缺少 FreeSql 数据库实现包:FreeSql.Provider.{Provider}.dll,可前往 nuget 下载

    Declaration
    public static string Missing_FreeSqlProvider_Package(object Provider)
    Parameters
    Type Name Description
    System.Object Provider
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Missing_FreeSqlProvider_Package_Reason(Object, Object)

    缺少 FreeSql 数据库实现包:{dll},可前往 nuget 下载;如果存在 {dll} 依然报错(原因是环境问题导致反射不到类型),请在 UseConnectionString/UseConnectionFactory 第三个参数手工传入 typeof({providerType})

    Declaration
    public static string Missing_FreeSqlProvider_Package_Reason(object dll, object providerType)
    Parameters
    Type Name Description
    System.Object dll
    System.Object providerType
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Navigation_Bind_Number_Different(Object, Object, Object, Object)

    导航属性 {trytbTypeName}.{pnvName} 特性 [Navigate] Bind 数目({bindColumnsCount}) 与 外部主键数目({tbrefPrimarysLength}) 不相同

    Declaration
    public static string Navigation_Bind_Number_Different(object trytbTypeName, object pnvName, object bindColumnsCount, object tbrefPrimarysLength)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object pnvName
    System.Object bindColumnsCount
    System.Object tbrefPrimarysLength
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Navigation_Missing_AsSelect(Object, Object)

    {tb2DbName}.{mp2MemberName} 导航属性集合忘了 .AsSelect() 吗?如果在 ToList(a => a.{mp2MemberName}) 中使用,请移步参考 IncludeMany 文档。

    Declaration
    public static string Navigation_Missing_AsSelect(object tb2DbName, object mp2MemberName)
    Parameters
    Type Name Description
    System.Object tb2DbName
    System.Object mp2MemberName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Navigation_Missing_SetProperty(Object, Object)

    【导航属性】{trytbTypeDisplayCsharp}.{pName} 缺少 set 属性

    Declaration
    public static string Navigation_Missing_SetProperty(object trytbTypeDisplayCsharp, object pName)
    Parameters
    Type Name Description
    System.Object trytbTypeDisplayCsharp
    System.Object pName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Navigation_NotFound_CorrespondingField(Object, Object, Object)

    导航属性 {trytbTypeName}.{pnvName} 没有找到对应的字段,如:{pnvName}{findtbrefPkCsName}、{pnvName}_{findtbrefPkCsName}。或者使用 [Navigate] 特性指定关系映射。

    Declaration
    public static string Navigation_NotFound_CorrespondingField(object trytbTypeName, object pnvName, object findtbrefPkCsName)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object pnvName
    System.Object findtbrefPkCsName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Navigation_ParsingError_EntityMissingPrimaryKey(Object, Object, Object)

    导航属性 {trytbTypeName}.{pnvName} 解析错误,实体类型 {trytcTypeName} 缺少主键标识,[Column(IsPrimary = true)]

    Declaration
    public static string Navigation_ParsingError_EntityMissingPrimaryKey(object trytbTypeName, object pnvName, object trytcTypeName)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object pnvName
    System.Object trytcTypeName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Navigation_ParsingError_InconsistentType(Object, Object, Object, Object, Object, Object)

    导航属性 {trytbTypeName}.{pnvName} 解析错误,{trytbCsName}.{trycolCsName} 和 {tbrefCsName}.{tbrefPrimarysCsName} 类型不一致

    Declaration
    public static string Navigation_ParsingError_InconsistentType(object trytbTypeName, object pnvName, object trytbCsName, object trycolCsName, object tbrefCsName, object tbrefPrimarysCsName)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object pnvName
    System.Object trytbCsName
    System.Object trycolCsName
    System.Object tbrefCsName
    System.Object tbrefPrimarysCsName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Navigation_ParsingError_NotFound_Property(Object, Object, Object, Object)

    导航属性 {trytbTypeName}.{pnvName} 特性 [Navigate] 解析错误,在 {tbrefTypeName} 未找到属性:{bi}

    Declaration
    public static string Navigation_ParsingError_NotFound_Property(object trytbTypeName, object pnvName, object tbrefTypeName, object bi)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object pnvName
    System.Object tbrefTypeName
    System.Object bi
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    NoPrimaryKey_UseSetDto(Object)

    {tableTypeDisplayCsharp} 没有定义主键,无法使用 SetSource,请尝试 SetDto 或者 SetSource 指定临时主键

    Declaration
    public static string NoPrimaryKey_UseSetDto(object tableTypeDisplayCsharp)
    Parameters
    Type Name Description
    System.Object tableTypeDisplayCsharp
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Not_Implemented_Expression(Object)

    未实现函数表达式 {exp} 解析

    Declaration
    public static string Not_Implemented_Expression(object exp)
    Parameters
    Type Name Description
    System.Object exp
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Not_Implemented_Expression_ParameterUseConstant(Object, Object)

    未实现函数表达式 {exp} 解析,参数 {expArguments} 必须为常量

    Declaration
    public static string Not_Implemented_Expression_ParameterUseConstant(object exp, object expArguments)
    Parameters
    Type Name Description
    System.Object exp
    System.Object expArguments
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Not_Implemented_Expression_UseAsSelect(Object, Object, Object)

    未实现函数表达式 {exp} 解析,如果正在操作导航属性集合,请使用 .AsSelect().{exp3MethodName}({exp3ArgumentsCount})

    Declaration
    public static string Not_Implemented_Expression_UseAsSelect(object exp, object exp3MethodName, object exp3ArgumentsCount)
    Parameters
    Type Name Description
    System.Object exp
    System.Object exp3MethodName
    System.Object exp3ArgumentsCount
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Not_Implemented_Name(Object)

    未实现 {name}

    Declaration
    public static string Not_Implemented_Name(object name)
    Parameters
    Type Name Description
    System.Object name
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Not_Support_OrderByRandom(Object)

    {dataType} 不支持 OrderByRandom 随机排序

    Declaration
    public static string Not_Support_OrderByRandom(object dataType)
    Parameters
    Type Name Description
    System.Object dataType
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Not_Valid_Navigation_Property(Object)

    {property} 不是有效的导航属性

    Declaration
    public static string Not_Valid_Navigation_Property(object property)
    Parameters
    Type Name Description
    System.Object property
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    NotFound_Column(Object, Object)

    {dbName} 找不到列 {memberName}

    Declaration
    public static string NotFound_Column(object dbName, object memberName)
    Parameters
    Type Name Description
    System.Object dbName
    System.Object memberName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    NotFound_CsName_Column(Object)

    找不到 {CsName} 对应的列

    Declaration
    public static string NotFound_CsName_Column(object CsName)
    Parameters
    Type Name Description
    System.Object CsName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    NotFound_Property(Object)

    找不到属性:{memberName}

    Declaration
    public static string NotFound_Property(object memberName)
    Parameters
    Type Name Description
    System.Object memberName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    NotFound_PropertyName(Object)

    找不到属性名 {proto}

    Declaration
    public static string NotFound_PropertyName(object proto)
    Parameters
    Type Name Description
    System.Object proto
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    NotFound_Reflection(Object)

    Custom 找不到对应的{{ 反射信息 }}:{fiValueCustomArray}

    Declaration
    public static string NotFound_Reflection(object fiValueCustomArray)
    Parameters
    Type Name Description
    System.Object fiValueCustomArray
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    NotFound_Static_MethodName(Object)

    Custom 找不到对应的{{ 静态方法名 }}:{fiValueCustomArray}

    Declaration
    public static string NotFound_Static_MethodName(object fiValueCustomArray)
    Parameters
    Type Name Description
    System.Object fiValueCustomArray
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    NotFound_Table_Property_AsTable(Object)

    [Table(AsTable = xx)] 设置的属性名 {atmGroupsValue} 不存在

    Declaration
    public static string NotFound_Table_Property_AsTable(object atmGroupsValue)
    Parameters
    Type Name Description
    System.Object atmGroupsValue
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ObjectPool_Get_Timeout(Object, Object, Object)

    【{policyName}】ObjectPool.{GetName}() timeout {totalSeconds} seconds, see: https://github.com/dotnetcore/FreeSql/discussions/1081

    Declaration
    public static string ObjectPool_Get_Timeout(object policyName, object GetName, object totalSeconds)
    Parameters
    Type Name Description
    System.Object policyName
    System.Object GetName
    System.Object totalSeconds
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ObjectPool_GetAsync_Queue_Long(Object, Object)

    【{policyName}】ObjectPool.GetAsync() The queue is too long. Policy.AsyncGetCapacity = {asyncGetCapacity}

    Declaration
    public static string ObjectPool_GetAsync_Queue_Long(object policyName, object asyncGetCapacity)
    Parameters
    Type Name Description
    System.Object policyName
    System.Object asyncGetCapacity
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    OneToMany_NotFound_CorrespondingField(Object, Object, Object, Object, Object)

    【OneToMany】导航属性 {trytbTypeName}.{pnvName} 在 {tbrefCsName} 中没有找到对应的字段,如:{findtrytb}{findtrytbPkCsName}、{findtrytb}_{findtrytbPkCsName}

    Declaration
    public static string OneToMany_NotFound_CorrespondingField(object trytbTypeName, object pnvName, object tbrefCsName, object findtrytb, object findtrytbPkCsName)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object pnvName
    System.Object tbrefCsName
    System.Object findtrytb
    System.Object findtrytbPkCsName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    OneToMany_ParsingError_InconsistentType(Object, Object, Object, Object, Object, Object)

    【OneToMany】导航属性 {trytbTypeName}.{pnvName} 解析错误,{trytbCsName}.{trytbPrimarysCsName} 和 {tbrefCsName}.{trycolCsName} 类型不一致

    Declaration
    public static string OneToMany_ParsingError_InconsistentType(object trytbTypeName, object pnvName, object trytbCsName, object trytbPrimarysCsName, object tbrefCsName, object trycolCsName)
    Parameters
    Type Name Description
    System.Object trytbTypeName
    System.Object pnvName
    System.Object trytbCsName
    System.Object trytbPrimarysCsName
    System.Object tbrefCsName
    System.Object trycolCsName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    OneToMany_UseNavigate(Object, Object)

    、{refpropName}{findtrytbPkCsName}、{refpropName}_{findtrytbPkCsName}。或者使用 [Navigate] 特性指定关系映射。

    Declaration
    public static string OneToMany_UseNavigate(object refpropName, object findtrytbPkCsName)
    Parameters
    Type Name Description
    System.Object refpropName
    System.Object findtrytbPkCsName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ParameterError_NotValid_Collection(Object)

    {property} 参数错误,它不是集合属性,必须为 IList<T> 或者 ICollection<T>

    Declaration
    public static string ParameterError_NotValid_Collection(object property)
    Parameters
    Type Name Description
    System.Object property
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ParameterError_NotValid_Navigation(Object)

    {property} 参数错误,它不是有效的导航属性

    Declaration
    public static string ParameterError_NotValid_Navigation(object property)
    Parameters
    Type Name Description
    System.Object property
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ParameterError_NotValid_PropertyName(Object, Object, Object)

    {where} 参数错误,{keyval} 不是有效的属性名,在实体类 {reftbTypeDisplayCsharp} 无法找到

    Declaration
    public static string ParameterError_NotValid_PropertyName(object where, object keyval, object reftbTypeDisplayCsharp)
    Parameters
    Type Name Description
    System.Object where
    System.Object keyval
    System.Object reftbTypeDisplayCsharp
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ParameterError_NotValid_UseCommas(Object)

    {property} 参数错误,格式 "TopicId=Id,多组使用逗号连接"

    Declaration
    public static string ParameterError_NotValid_UseCommas(object property)
    Parameters
    Type Name Description
    System.Object property
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Parsing_Failed(Object, Object)

    解析失败 {callExpMethodName} {message}

    Declaration
    public static string Parsing_Failed(object callExpMethodName, object message)
    Parameters
    Type Name Description
    System.Object callExpMethodName
    System.Object message
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Policy_ObjectPool_Dispose(Object)

    【{policyName}】The ObjectPool has been disposed, see: https://github.com/dotnetcore/FreeSql/discussions/1079

    Declaration
    public static string Policy_ObjectPool_Dispose(object policyName)
    Parameters
    Type Name Description
    System.Object policyName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Policy_Status_NotAvailable(Object, Object)

    【{policyName}】状态不可用,等待后台检查程序恢复方可使用。{UnavailableExceptionMessage}

    Declaration
    public static string Policy_Status_NotAvailable(object policyName, object UnavailableExceptionMessage)
    Parameters
    Type Name Description
    System.Object policyName
    System.Object UnavailableExceptionMessage
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Properties_AsRowLock_Must_Numeric_Byte(Object)

    属性{trytbVersionColumnCsName} 被标注为行锁(乐观锁)(IsVersion),但其必须为数字类型 或者 byte[] 或者 string,并且不可为 Nullable

    Declaration
    public static string Properties_AsRowLock_Must_Numeric_Byte(object trytbVersionColumnCsName)
    Parameters
    Type Name Description
    System.Object trytbVersionColumnCsName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Property_Cannot_Find(Object)

    {property} 属性名无法找到

    Declaration
    public static string Property_Cannot_Find(object property)
    Parameters
    Type Name Description
    System.Object property
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_BlockAccess_WaitForRecovery(Object, Object)

    【{thisName}】Block access and wait for recovery: {exMessage}

    Declaration
    public static string S_BlockAccess_WaitForRecovery(object thisName, object exMessage)
    Parameters
    Type Name Description
    System.Object thisName
    System.Object exMessage
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_CannotBeConverted_To_ISelect(Object)

    无法将 IQueryable<{typeofName}> 转换为 ISelect<{typeofName}>,因为他的实现不是 FreeSql.Extensions.Linq.QueryableProvider

    Declaration
    public static string S_CannotBeConverted_To_ISelect(object typeofName)
    Parameters
    Type Name Description
    System.Object typeofName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_ConnectionStringError_Check(Object)

    【{thisName}】连接字符串错误,请检查。

    Declaration
    public static string S_ConnectionStringError_Check(object thisName)
    Parameters
    Type Name Description
    System.Object thisName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_ConnectionStringError_CheckProjectConnection(Object)

    【{thisName}】连接字符串错误,请检查。或者检查项目属性 > 生成 > 目标平台:x86 | x64,或者改用 FreeSql.Provider.SqliteCore 访问 arm 平台

    Declaration
    public static string S_ConnectionStringError_CheckProjectConnection(object thisName)
    Parameters
    Type Name Description
    System.Object thisName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_Dameng_NotSupport_TablespaceSchemas(Object)

    达梦 CodeFirst 不支持代码创建 tablespace 与 schemas {tbname}

    Declaration
    public static string S_Dameng_NotSupport_TablespaceSchemas(object tbname)
    Parameters
    Type Name Description
    System.Object tbname
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_DB_ParameterError_UnsupportedType(Object)

    -DB 参数错误,不支持的类型:"{dbargs}"

    Declaration
    public static string S_DB_ParameterError_UnsupportedType(object dbargs)
    Parameters
    Type Name Description
    System.Object dbargs
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_Features_Unique(Object, Object)

    {method} 是 FreeSql.Provider.{provider} 特有的功能

    Declaration
    public static string S_Features_Unique(object method, object provider)
    Parameters
    Type Name Description
    System.Object method
    System.Object provider
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_MygisGeometry_NotImplement(Object)

    MygisGeometry.Parse 未实现 "{wkt}"

    Declaration
    public static string S_MygisGeometry_NotImplement(object wkt)
    Parameters
    Type Name Description
    System.Object wkt
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_NotFound_Name(Object)

    找不到 {name}

    Declaration
    public static string S_NotFound_Name(object name)
    Parameters
    Type Name Description
    System.Object name
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_NotImplementSkipOffset(Object)

    FreeSql.Provider.{providerName} 未实现 Skip/Offset 功能,如果需要分页请使用判断上一次 id

    Declaration
    public static string S_NotImplementSkipOffset(object providerName)
    Parameters
    Type Name Description
    System.Object providerName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_OldTableExists(Object, Object)

    旧表(OldName):{tboldname} 存在,数据库已存在 {tbname} 表,无法改名

    Declaration
    public static string S_OldTableExists(object tboldname, object tbname)
    Parameters
    Type Name Description
    System.Object tboldname
    System.Object tbname
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_Oracle_NotSupport_TablespaceSchemas(Object)

    Oracle CodeFirst 不支持代码创建 tablespace 与 schemas {tbname}

    Declaration
    public static string S_Oracle_NotSupport_TablespaceSchemas(object tbname)
    Parameters
    Type Name Description
    System.Object tbname
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_ParsingFailed_UseRestoreToSelect(Object, Object)

    解析失败 {callExpMethodName} {message},提示:可以使用扩展方法 IQueryable.RestoreToSelect() 还原为 ISelect 再查询

    Declaration
    public static string S_ParsingFailed_UseRestoreToSelect(object callExpMethodName, object message)
    Parameters
    Type Name Description
    System.Object callExpMethodName
    System.Object message
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_RequiresEntityPrimaryKey(Object, Object)

    fsql.InsertOrUpdate + IfExistsDoNothing + {providerName}要求实体类 {tableCsName} 必须有主键

    Declaration
    public static string S_RequiresEntityPrimaryKey(object providerName, object tableCsName)
    Parameters
    Type Name Description
    System.Object providerName
    System.Object tableCsName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_SelectManayErrorType(Object)

    SelectMany 错误的类型:{typeFullName}

    Declaration
    public static string S_SelectManayErrorType(object typeFullName)
    Parameters
    Type Name Description
    System.Object typeFullName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_Type_IsNot_Migrable(Object)

    类型 {objentityTypeFullName} 不可迁移

    Declaration
    public static string S_Type_IsNot_Migrable(object objentityTypeFullName)
    Parameters
    Type Name Description
    System.Object objentityTypeFullName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_Type_IsNot_Migrable_0Attributes(Object)

    类型 {objentityTypeFullName} 不可迁移,可迁移属性0个

    Declaration
    public static string S_Type_IsNot_Migrable_0Attributes(object objentityTypeFullName)
    Parameters
    Type Name Description
    System.Object objentityTypeFullName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_TypeMappingNotImplemented(Object)

    未实现 {columnDbTypeTextFull} 类型映射

    Declaration
    public static string S_TypeMappingNotImplemented(object columnDbTypeTextFull)
    Parameters
    Type Name Description
    System.Object columnDbTypeTextFull
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    S_WrongParameter(Object)

    错误的参数设置:{args}

    Declaration
    public static string S_WrongParameter(object args)
    Parameters
    Type Name Description
    System.Object args
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Set_Column_IsNullable_False(Object)

    {qoteSql} is NULL,除非设置特性 [Column(IsNullable = false)]

    Declaration
    public static string Set_Column_IsNullable_False(object qoteSql)
    Parameters
    Type Name Description
    System.Object qoteSql
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    SubTableFieldValue_CannotLessThen(Object, Object)

    分表字段值 "{dt}" 不能小于 "{beginTime} "

    Declaration
    public static string SubTableFieldValue_CannotLessThen(object dt, object beginTime)
    Parameters
    Type Name Description
    System.Object dt
    System.Object beginTime
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    SubTableFieldValue_NotConvertDateTime(Object)

    分表字段值 "{columnValue}" 不能转化成 DateTime

    Declaration
    public static string SubTableFieldValue_NotConvertDateTime(object columnValue)
    Parameters
    Type Name Description
    System.Object columnValue
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    SubTableFieldValue_NotMatchTable(Object)

    分表字段值 "{dt}" 未匹配到分表名

    Declaration
    public static string SubTableFieldValue_NotMatchTable(object dt)
    Parameters
    Type Name Description
    System.Object dt
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    TableName_Format_Error(Object)

    tableName 格式错误,示例:“log_{yyyyMMdd}”

    Declaration
    public static string TableName_Format_Error(object yyyyMMdd)
    Parameters
    Type Name Description
    System.Object yyyyMMdd
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Type_AsType_Parameter_Error(Object)

    {Type}.AsType 参数错误,请传入正确的实体类型

    Declaration
    public static string Type_AsType_Parameter_Error(object Type)
    Parameters
    Type Name Description
    System.Object Type
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Type_Cannot_Access_Constructor(Object)

    {thatFullName} 类型无法访问构造函数

    Declaration
    public static string Type_Cannot_Access_Constructor(object thatFullName)
    Parameters
    Type Name Description
    System.Object thatFullName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Type_Error_Name(Object)

    {name} 类型错误

    Declaration
    public static string Type_Error_Name(object name)
    Parameters
    Type Name Description
    System.Object name
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    TypeAsType_NotSupport_Object(Object)

    {Type}.AsType 参数不支持指定为 object

    Declaration
    public static string TypeAsType_NotSupport_Object(object Type)
    Parameters
    Type Name Description
    System.Object Type
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    TypeError_CannotUse_IncludeMany(Object)

    类型 {typeofFullName} 错误,不能使用 IncludeMany

    Declaration
    public static string TypeError_CannotUse_IncludeMany(object typeofFullName)
    Parameters
    Type Name Description
    System.Object typeofFullName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Unable_Parse_Expression(Object)

    无法解析表达式:{exp}

    Declaration
    public static string Unable_Parse_Expression(object exp)
    Parameters
    Type Name Description
    System.Object exp
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Unable_Parse_ExpressionMethod(Object)

    无法解析表达式方法 {exp3tmpCallMethodName}

    Declaration
    public static string Unable_Parse_ExpressionMethod(object exp3tmpCallMethodName)
    Parameters
    Type Name Description
    System.Object exp3tmpCallMethodName
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX