DSQuery.resultRow Property

Gets or sets a row element name for the XML payload.

Namespace:  [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx

Syntax

'Declaration
Public Property resultRow As String
    Get
    Set
'Usage
Dim instance As DSQuery
Dim value As String

value = instance.resultRow

instance.resultRow = value
public string resultRow { get; set; }

Property Value

Type: System.String
A string that specifies the row element name.

Remarks

The resultRow property allows the client to specify a custom row element name for the XML payload. The default name is defined by each adapter and usually is the name of the table being queried with _Row appended. Setting this attribute to a non-empty string overwrites the default row element name.

See Also

Reference

DSQuery Class

DSQuery Members

DspSts Web Service