Click or drag to resize
RetrieveByQueryResultRows Property
Gets or sets result rows.

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
public RetrieveByQueryResultRow[] Rows { get; set; }

Property Value

Type: RetrieveByQueryResultRow
Remarks
Field values are combined into rows and are sorted the same way as field names in Fields property.
See Also