Can someone tell me how the VB CAML Query would go to select the most recently created List item where 'FullName' field = 'Joe Smooth'.
Using Silverlight 5, SharePoint Client Object Model, VB.Net and a list called 'Staff'.
Thanks.
|
Can someone tell me how the VB CAML Query would go to select the most recently created List item where 'FullName' field = 'Joe Smooth'. Using Silverlight 5, SharePoint Client Object Model, VB.Net and a list called 'Staff'. Thanks. |
|||
|
|
You can try either this:
OR
This should get you the last inserted item in a List |
|||
|
|