Test the null setting for the nFieldIndex'th field

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public virtual bool IsNull(
	int nFieldIndex
)
Public Overridable Function IsNull ( _
	nFieldIndex As Integer _
) As Boolean
public:
virtual bool IsNull(
	int nFieldIndex
)

Parameters

nFieldIndex
Int32

Return Value

true if field is null, false otherwise

Exceptions

See Also