Rohit Gupta

Engaging talk on Microsoft Technologies ....My Resume

  Home  |   Contact  |   Syndication    |   Login
  41 Posts | 0 Stories | 52 Comments | 0 Trackbacks

News



Twitter












Archives

Image Galleries

Personal

November 2010 Entries

If you generate CAML using LINQ to SharePoint in Visual Studio 2010 then you might see this bug popup: If you are writing a CAML query to filter records based on Date and Time, and this query is generated using LINQ To SharePoint then you will get the following CAML query generated: <View> <Query> <Where> <And> <Eq> <FieldRef Name='Title' /> <Value Type='Text'>{0}</Valu... </Eq> <Lt> <FieldRef Name='QuoteTime' IncludeTimeValue='TRUE' />...