Given a field name, returns whether the field is null (does not exist) or not.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract bool IsNull(
string fieldname
)
Public MustOverride Function IsNull (
fieldname As String
) As Boolean
public:
virtual bool IsNull(
String^ fieldname
) abstract
abstract IsNull :
fieldname : string -> bool
Parameters
- fieldname
- Type: SystemString
Name of field
Return Value
Type:
Booleantrue is the field is null (does not exist), false otherwise
See Also