mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 06:03:09 +08:00
-
This commit is contained in:
@@ -8,15 +8,23 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
namespace SqlSugar
|
||||
{
|
||||
///<summary>
|
||||
/// ** description:ActiveX Data Objects
|
||||
/// ** author:sunkaixuan
|
||||
/// ** date:2017/1/2
|
||||
/// ** email:610262374@qq.com
|
||||
/// </summary>
|
||||
public abstract partial class AdoProvider : AdoAccessory, IAdo
|
||||
{
|
||||
#region Constructor
|
||||
public AdoProvider()
|
||||
{
|
||||
this.IsEnableLogEvent = false;
|
||||
this.CommandType = CommandType.Text;
|
||||
this.IsClearParameters = true;
|
||||
this.CommandTimeOut = 30000;
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Properties
|
||||
public virtual string SqlParameterKeyWord { get { return "@"; } }
|
||||
|
||||
Reference in New Issue
Block a user