QueryResultBase.GetCurrentRow Method

Override the GetCurrentRow method of the QueryResultBase class to get the current row in the search result set.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Protected Overrides Function GetCurrentRow As Object
'Usage
Dim returnValue As Object

returnValue = Me.GetCurrentRow()
protected override Object GetCurrentRow()

Return Value

Type: System.Object
Object that represents the current row in the result set. Default value is null.

Remarks

The GetCurrentRow method returns null in this class. Override this method in your derived class to get the current row in the search result set.

See Also

Reference

QueryResultBase Class

QueryResultBase Members

Microsoft.SharePoint.Portal.WebControls Namespace