SqlCeUpdatableRecord.IsDBNull 메서드
지정된 필드가 NULL인지 여부를 확인합니다.
네임스페이스: System.Data.SqlServerCe
어셈블리: System.Data.SqlServerCe(System.Data.SqlServerCe.dll)
구문
‘선언
Public Function IsDBNull ( _
ordinal As Integer _
) As Boolean
‘사용 방법
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Boolean
returnValue = instance.IsDBNull(ordinal)
public bool IsDBNull(
int ordinal
)
public:
virtual bool IsDBNull(
int ordinal
) sealed
abstract IsDBNull :
ordinal:int -> bool
override IsDBNull :
ordinal:int -> bool
public final function IsDBNull(
ordinal : int
) : boolean
매개 변수
- ordinal
유형: System.Int32
확인할 필드입니다.
반환 값
유형: System.Boolean
NULL 필드이면 true이고, 그렇지 않으면 false입니다.