Given a field name, returns whether the field exists (is not null) 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 Exists(
string fieldname
)
Public MustOverride Function Exists (
fieldname As String
) As Boolean
public:
virtual bool Exists(
String^ fieldname
) abstract
abstract Exists :
fieldname : string -> bool
Parameters
- fieldname
- Type: SystemString
Name of field
Return Value
Type:
Booleantrue if the field exists, false otherwise
See Also