<< Click to Display Table of Contents >>

IgnoreQueryError

쿼리 에러 발생 시 빈 데이터 셋 전송 여부

Prototype

bool IgnoreQueryError

Reference

값을 true로 설정할 경우 쿼리 실행 시 에러가 발생하면 필드 정보만 있고 결과 셋은 없는 빈 데이터 셋을 전송합니다.

Example

var ds = This.GetDataSet();

_DEBUG("IgnoreQueryError " + ds.IgnoreQueryError);

See Also

쿼리 에러 무시