<< Click to Display Table of Contents >>
IsNull
데이터 값이 null 값인지 여부를 가져옵니다.
Prototype
bool IsNull()
Example
_DEBUG("IsNull " + This.IsNull());