I have a column of date datatype. The user may type in any date. I need to check in the code for unique year values in the column. Is there any C3 direct syantax is tere or I need to use CMAL query… Thanks in advance.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have no other options, but to use CAML Query.
To achieve better performance, do the following:
= 1 for better performance.
then that list data can be no way so
huge that it would cause major
performance implications unless you
have other list data of different
content types in list. If you do,
don’t forget to specify what content
type are you querying in your query
like
<FieldRef.Name="ContentTypeId"/><BeginsWith>0x...</BeginsWith>
specify only that field you’re
interested in.
Just make as specific query as you can.