This commit is contained in:
sunkaixuan 2017-01-08 00:39:16 +08:00
parent 46f219d155
commit bd7a159d09
6 changed files with 14 additions and 9 deletions

Binary file not shown.

View File

@ -51,7 +51,12 @@ namespace SqlSugar
{
get; set;
}
public string UdtTypeName { get; internal set; }
public string UdtTypeName
{
get;
set;
}
public override object Value
{
get; set;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.