Click or drag to resize

MessageIsNull Method

Overload List
  NameDescription
Public methodIsNull(String)
Returns true if the value of the field identified by Name is NULL.
Public methodIsNull(Int32, Int32)
Returns true if the substring that begins at the specified start and extends to the character at index end-1 is null. A substring is NULL if it's first character is the NO-DATA (0x1a).
Public methodIsNull(String, Int32)
Returns true if the value of the field identified by fieldName and index is NULL.
Top
See Also