DSQuery.resultRow property
Gets or sets a row element name for the XML payload.
Namespace: WebSvcDspSts
Assembly: STSSOAP (in STSSOAP.dll)
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.