AllFields Class
Used in a query to specify that all the fields be returned from the data source.
Inheritance Hierarchy
System.Object
[DspSts Web service].AllFields
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Class AllFields
'Usage
Dim instance As AllFields
[SerializableAttribute]
public class AllFields
Remarks
The AllFields class is passed in the AllFields constructor to specify that all fields be returned from the data source.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.