Results Property
Overloads
Results |
The result set of the sequence. This corresponds directly to the requested operations, maintaining a one-to-one relationship with the same order. JSON property name: qResults |
Results
The result set of the sequence. This corresponds directly to the requested operations, maintaining a one-to-one relationship with the same order.
JSON property name: qResults
Declaration
IEnumerable<BulkResult> Results { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<BulkResult> |