PipelineBuffer.IsNull(Int32) 메서드

정의

버퍼 열의 데이터가 Null인지 확인합니다.

public:
 bool IsNull(int columnIndex);
public bool IsNull (int columnIndex);
member this.IsNull : int -> bool
Public Function IsNull (columnIndex As Integer) As Boolean

매개 변수

columnIndex
Int32

버퍼 행에 있는 열의 인덱스입니다.

반환

열에 null이 있으면 true입니다. 그렇지 않으면 false입니다.

설명

열이 있는 경우를 생성하므로 데이터 형식 접근자 메서드를 GetBooleanPipelineBuffer 호출하기 전에 메서드를 ColumnIsNullException 호출 IsNull 하는 것이 null좋습니다.

적용 대상