Search Results for

    Show / Hide Table of Contents

    Interface ExpressionCallContext.IUtility

    Namespace: FreeSql.DataAnnotations
    Assembly: FreeSql.dll
    Syntax
    public interface IUtility

    Properties

    | Improve this Doc View Source

    CommonUtils

    (非公开)内部公共工具类方法

    Declaration
    CommonUtils CommonUtils { get; }
    Property Value
    Type Description
    CommonUtils

    Methods

    | Improve this Doc View Source

    GetTableByEntity(Type)

    获取实体元数据

    Declaration
    TableInfo GetTableByEntity(Type entityType)
    Parameters
    Type Name Description
    System.Type entityType
    Returns
    Type Description
    TableInfo
    | Improve this Doc View Source

    ParseExpression(Expression)

    解析表达式

    Declaration
    string ParseExpression(Expression exp)
    Parameters
    Type Name Description
    System.Linq.Expressions.Expression exp
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX