Tagged Questions
3
votes
1answer
429 views
Using part of date in CAML query
I want to create new view for my list. The list contains a column called Year, which is a number and contains, as name suggests, year. Eg.:
2012
2011
2010
2009
I would like create a view, where I ...
1
vote
0answers
84 views
How can i enter User information in the Data element of a list instance
For example...
<Rows>
<Row>
<Field Name="ClassName">Programming 101</Field>
<Field Name="Attendee">Domain\User</Field>
</Row>
</Rows>
...
0
votes
1answer
355 views
External CT Related Lists - Examples - CAML - LINQ to SharePoint
I'm trying to return related data via External Content Types. I was wondering which is better to use, CAML queries or LINQ to SharePoint? I'm fine with writing CAML queries besides the relating part ...