mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Update DynamicProperyBuilder
This commit is contained in:
@@ -5,12 +5,17 @@ using System.Reflection.Emit;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace SqlSugar
|
||||
{
|
||||
|
||||
public class DynamicProperyBuilder
|
||||
{
|
||||
public static DynamicProperyBuilder CopyNew()
|
||||
{
|
||||
return new DynamicProperyBuilder();
|
||||
}
|
||||
public DynamicBuilder baseBuilder;
|
||||
public DynamicProperyBuilder CreateProperty(string propertyName, Type properyType, SugarColumn table)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user