mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-04 04:37:58 +08:00
-
This commit is contained in:
parent
46f219d155
commit
bd7a159d09
Binary file not shown.
@ -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.
Loading…
Reference in New Issue
Block a user