Windward Engine API Reference
HasEntryAt Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata Namespace > ODataUtilitiesBase.ReadListResult Class : HasEntryAt Method




index
The index to check to.

Glossary Item Box

Returns true if there is an entry at the requested index (ie, there are at least index + 1 entries remaining). This will read more blocks if needed.

Syntax

Visual Basic (Declaration) 
Public Function HasEntryAt( _
   ByVal index As Integer _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ODataUtilitiesBase.ReadListResult
Dim index As Integer
Dim value As Boolean
 
value = instance.HasEntryAt(index)
C# 
public bool HasEntryAt( 
   int index
)
Managed Extensions for C++ 
public: bool HasEntryAt( 
   int index
) 
C++/CLI 
public:
bool HasEntryAt( 
   int index
) 

Parameters

index
The index to check to.

Return Value

true if there are entries to that index.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.