333
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace SqlSugar
|
||||
{
|
||||
public class SqlFuncExternal
|
||||
{
|
||||
public string UniqueMethodName { get; set; }
|
||||
public Func<MethodCallExpressionModel, DbType, ExpressionContext, string> MethodValue { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user