Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.IsNullField

Syntax

bool IsNullField(int FieldNumber)

bool IsNullField( String FieldName)

Parameters

  • FieldNumber [in] The field number.
  • FieldName [in] The field name.

Description

Indicates if the field specified by field number or name is a null field.

Return

IsNullField() returns true if the field is null, false otherwise.

TOCIndex