providerName的默认超时=“”;System.Data.EntityClient”;

本文关键字:System Data EntityClient 默认 超时 providerName | 更新日期: 2023-09-27 17:49:36

我想知道providerName="System.Data.EntityClient"ObjectContext.CommandTimeout(在System.Data.Entity.dll中(属性的默认值是多少?

tnx

providerName的默认超时=“”;System.Data.EntityClient”;

ObjectContext.CommandTimeout设置为null或不设置时,将使用基础提供程序的默认值。

MSDN:ObjectContext.CommandTimeout属性

SQL Server的默认超时为30秒。

MSDN:SqlCommand.CommandTimeout属性