Click or drag to resize

SFSObjectIsNull Method

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
C#
public bool IsNull(
	string key
)

Parameters

key
Type: SystemString
The key to be checked.

Return Value

Type: Boolean
true if the value mapped by the passed key is null or the mapping doesn't exist for that key.

Implements

ISFSObjectIsNull(String)
See Also