Test the null setting for the given field
The Schema.Field objects used to set and get Tuple field values must be obtained
via the Tuple's Schema object.  A Schema.Field object that has been created by the 
user or retrieved from a different Schema may not work.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public virtual bool IsNull( Schema..::..Field field )
Public Overridable Function IsNull ( _ field As Schema..::..Field _ ) As Boolean
public: virtual bool IsNull( Schema..::..Field^ field )
Parameters
- field
- Schema..::..Field
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| StreamBase.SB..::..TupleFieldTypingException | |
| StreamBase.SB..::..TupleBadFieldException | |
| StreamBase.SB..::..NullValueException | |
| StreamBase.SB..::..NonTupleFieldInPath | |
| StreamBase.SB..::..NoSuchFieldException | The field is not a part of this tuple's schema. | 
| StreamBase.SB..::..StreamBaseException | 


























