AtomsFramework Persistence Layer Reference Guide

ResultCursor.HasElements Method 

[This is preliminary documentation and subject to change.]

Flag to indicate that the ResultSet contains data.

[Visual Basic]
Public Function HasElements() As Boolean
[C#]
public bool HasElements();

Return Value

True if there is data in the result set, otherwise False

Remarks

If the ResultSet contains data the value returned is True, otherwise it is False.

See Also

ResultCursor Class | AtomsFramework Namespace