diff --git a/.vs/SqlSugar/v14/.suo b/.vs/SqlSugar/v14/.suo index 851f1301e..761969d40 100644 Binary files a/.vs/SqlSugar/v14/.suo and b/.vs/SqlSugar/v14/.suo differ diff --git a/SqlSugar/ExpressionsToSql/SugarParameter.cs b/SqlSugar/ExpressionsToSql/SugarParameter.cs index 2e7dd2753..92b5e9355 100644 --- a/SqlSugar/ExpressionsToSql/SugarParameter.cs +++ b/SqlSugar/ExpressionsToSql/SugarParameter.cs @@ -19,42 +19,47 @@ namespace SqlSugar public override System.Data.DbType DbType { - get;set; + get; set; } public override ParameterDirection Direction { - get;set; + get; set; } public override bool IsNullable { - get;set; + get; set; } public override string ParameterName { - get;set; + get; set; } public override int Size { - get;set; + get; set; } public override string SourceColumn { - get;set; + get; set; } public override bool SourceColumnNullMapping { - get;set; + get; set; } - public string UdtTypeName { get; internal set; } + public string UdtTypeName + { + get; + set; + } + public override object Value { - get;set; + get; set; } public override void ResetDbType() diff --git a/SqlSugar/bin/Debug/SqlSugar.dll b/SqlSugar/bin/Debug/SqlSugar.dll index 68ad15a83..ab8318a90 100644 Binary files a/SqlSugar/bin/Debug/SqlSugar.dll and b/SqlSugar/bin/Debug/SqlSugar.dll differ diff --git a/SqlSugar/bin/Debug/SqlSugar.pdb b/SqlSugar/bin/Debug/SqlSugar.pdb index 12f766788..387151874 100644 Binary files a/SqlSugar/bin/Debug/SqlSugar.pdb and b/SqlSugar/bin/Debug/SqlSugar.pdb differ diff --git a/SqlSugar/obj/Debug/SqlSugar.dll b/SqlSugar/obj/Debug/SqlSugar.dll index 68ad15a83..ab8318a90 100644 Binary files a/SqlSugar/obj/Debug/SqlSugar.dll and b/SqlSugar/obj/Debug/SqlSugar.dll differ diff --git a/SqlSugar/obj/Debug/SqlSugar.pdb b/SqlSugar/obj/Debug/SqlSugar.pdb index 12f766788..387151874 100644 Binary files a/SqlSugar/obj/Debug/SqlSugar.pdb and b/SqlSugar/obj/Debug/SqlSugar.pdb differ