Interface ExpressionCallContext.IUtility
Assembly: FreeSql.dll
Syntax
public interface IUtility
Properties
|
Improve this Doc
View Source
CommonUtils
Declaration
CommonUtils CommonUtils { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetTableByEntity(Type)
Declaration
TableInfo GetTableByEntity(Type entityType)
Parameters
| Type |
Name |
Description |
| System.Type |
entityType |
|
Returns
|
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 |
|