I’ve done a few searches but I can’t seem to locate the equivalent.
Page 1 / 1
isn’t the SelectWindowed under the View class within the SelectFrom?
InventoryItem item = SelectFrom<InventoryItem>
.Where<InventoryItem.inventoryID.IsEqual<@P.AsInt>>
.View.SelectWindowed(graph,startRow,totalRows,parameter);
It could be. :) I’m typically coding within the Customization Project screens vs VS Studio so I don’t get the benefit of Intellisense and a search of the Framework documentation turned up almost nothing.
Thank you!
Give it a try. If you have more questions please let me know.
My sample kind of sucked as it would only return one row anyway. but in the end if you call View.SelectWindowed from your FBQL results
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.