Indicates if the value mapped by the specified key is null.
Namespace:
Sfs2X.Entities.Data
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax bool IsNull(
string key
)
Parameters
- key
- Type: SystemString
The key to be checked.
Return Value
Type:
Booleantrue if the value mapped by the passed key is
null or the mapping doesn't exist for that key.
See Also