AllFields class

Used in a query to specify that all the fields be returned from the data source.

Inheritance hierarchy

System.Object
  WebSvcDspSts.AllFields

Namespace:  WebSvcDspSts
Assembly:  STSSOAP (in STSSOAP.dll)

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.

See also

Reference

AllFields members

WebSvcDspSts namespace