Fields Class
The Fields class represents the collection of columns that are included in a query.
System.Object
Microsoft.SharePoint.Dsp.Fields
Public Constructors
The following table shows the constructors of the Fields class and a brief description of each.
Name | Description |
---|---|
Fields() | Initializes a new instance of the Fields class. |
Fields(Microsoft.SharePoint.Dsp.Field[]) | Initializes a new instance of the Fields class based on the specified collection of columns. |
Fields(Microsoft.SharePoint.Dsp.AllFields) | Initializes a new instance of the Fields class that includes all the columns in a Microsoft Windows SharePoint Services list. |
Public Properties
The following table shows the properties of the Fields class, the data type of each property, and a brief description of each.
Name | Data type | Description |
---|---|---|
AllFields | Microsoft.SharePoint.Dsp.AllFields | Gets or sets all columns included in a query. |
FieldArray | Microsoft.SharePoint.Dsp.Field[] | Gets or sets the columns included in a query. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.
Requirements
Namespace: Microsoft.SharePoint.Dsp
Platforms: Microsoft Windows Server 2003
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Security: Code Access Security