RetrieveByQueryResultRows Property |
Gets or sets result rows.
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic RetrieveByQueryResultRow[] Rows { get; set; }
Public Property Rows As RetrieveByQueryResultRow()
Get
Set
public:
property array<RetrieveByQueryResultRow^>^ Rows {
array<RetrieveByQueryResultRow^>^ get ();
void set (array<RetrieveByQueryResultRow^>^ value);
}
member Rows : RetrieveByQueryResultRow[] with 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