BizBlox
FetchSelected Method (startIndex, endIndex)
Namespacespixolut.BizBloxDOCollectionFetchSelected(Int32, Int32)
BizBlox
Fetches only the selected columns in the query, returning matching rows between the specified index. This allows you to retrieve partially loaded DataObject, instead of retrieving all columns in the object.
Declaration Syntax
C#Visual BasicVisual C++
public void FetchSelected(
	int startIndex,
	int endIndex
)
Public Sub FetchSelected ( _
	startIndex As Integer, _
	endIndex As Integer _
)
public:
void FetchSelected(
	int startIndex, 
	int endIndex
)
Parameters
startIndex (Int32)
Zero-based index.
endIndex (Int32)
Zero-based index.
Remarks
This is a new advanced method which currently requires SQL Server 2005, and careful usage. TODO: This should be refactored into a generic method which can be implemented for different database types

Assembly: pixolut.BizBlox (Module: pixolut.BizBlox) Version: 1.8.5.0