SPQuery public class SPQuery Documentation public bool AutoHyperlink { get; set; } public DateTime CalendarDate { get; set; } public bool DatesInUtc { get; set; } public bool ExpandRecurrence { get; set; } public bool ExpandUserField { get; set; } public SPFolder Folder { get; set; } public bool IncludeAllUserPermissions { get; set; } public bool IncludeAttachmentUrls { get; set; } public bool IncludeAttachmentVersion { get; set; } public bool IncludeMandatoryColumns { get; set; } public bool IncludePermissions { get; set; } public bool IndividualProperties { get; set; } public bool ItemIdQuery { get; set; } public string Joins { get; set; } public SPListItemCollectionPosition ListItemCollectionPosition { get; set; } public int MeetingInstanceId { get; set; } public string Method { get; set; } public string ProjectedFields { get; set; } public string Query { get; set; } public SPQueryThrottleOption QueryThrottleMode { get; set; } public bool RecurrenceOrderBy { get; set; } public uint RowLimit { get; set; } public string ViewAttributes { get; set; } public string ViewFields { get; set; } public bool ViewFieldsOnly { get; set; } public string ViewXml { get; set; } public SPQuery() public SPQuery(SPView view)