HistoryRepository.InterpretExistsResult(Object) 메서드

정의

실행 결과를 해석합니다 ExistsSql.

protected abstract bool InterpretExistsResult (object value);
protected abstract bool InterpretExistsResult (object? value);
abstract member InterpretExistsResult : obj -> bool
Protected MustOverride Function InterpretExistsResult (value As Object) As Boolean

매개 변수

value
Object

반환

true 테이블이 이미 있으면 이고, false 그렇지 않으면 입니다.

적용 대상