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

@ -19,42 +19,47 @@ namespace SqlSugar
public override System.Data.DbType DbType public override System.Data.DbType DbType
{ {
get;set; get; set;
} }
public override ParameterDirection Direction public override ParameterDirection Direction
{ {
get;set; get; set;
} }
public override bool IsNullable public override bool IsNullable
{ {
get;set; get; set;
} }
public override string ParameterName public override string ParameterName
{ {
get;set; get; set;
} }
public override int Size public override int Size
{ {
get;set; get; set;
} }
public override string SourceColumn public override string SourceColumn
{ {
get;set; get; set;
} }
public override bool SourceColumnNullMapping public override bool SourceColumnNullMapping
{ {
get;set; get; set;
} }
public string UdtTypeName { get; internal set; } public string UdtTypeName
{
get;
set;
}
public override object Value public override object Value
{ {
get;set; get; set;
} }
public override void ResetDbType() public override void ResetDbType()

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.