Test the null setting for field sFieldName

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(
	string sFieldName
)
Public Overridable Function IsNull ( _
	sFieldName As String _
) As Boolean
public:
virtual bool IsNull(
	String^ sFieldName
)

Parameters

sFieldName
String

Return Value

true if field is null, false otherwise

Exceptions

See Also