2010-11-30 2 views
0

ASP.NET MVC 프로젝트에서 Spring.NET 프레임 워크를 사용하여 SQL Server 데이터베이스를 쿼리합니다. Adotemplate 클래스에 commandtimeout 속성이 있습니다 & 초 또는 분인지 여부를 알고 싶습니다.Spring Adotemplate.commandtimeout

예 :

using spring.data.core; 
using spring.data.common; 

adotemplate.commandtimeout = 30; 

답변

1

명령 제한 시간 속성이

+0

는 위의 언급 모든 문서를 향해 날 지점 수 초에? 나는 심지어 구글과 함께 찾을 수 없습니다. – SoftwareGeek

+0

20.6.5. AdoTemplate 속성에 대한 빠른 가이드 템플릿이 실행할 IdbCommand의 CommandTimeout 속성을 명시 적으로 설정합니다. 이 속성은 int이고 값은 초입니다. 이 문제가 그렇게 생각하지 않는 문제가 있습니까? – Jaguar

관련 문제