IExecuteResult 인터페이스

정의

쿼리를 실행한 후의 반환 값이나 결과에 액세스합니다.

public interface class IExecuteResult : IDisposable
public interface IExecuteResult : IDisposable
type IExecuteResult = interface
    interface IDisposable
Public Interface IExecuteResult
Implements IDisposable
구현

속성

ReturnValue

실행된 쿼리의 반환 값이나 결과를 가져옵니다.

메서드

Dispose()

관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.

(다음에서 상속됨 IDisposable)
GetParameterValue(Int32)

n번째 출력 매개 변수에 액세스합니다.

적용 대상