Click or drag to resize
RetrieveByQueryResult Class
Represents result of the RetrieveByQuery method provided by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmResult
    dk.webCRM.ApiSync.BusinessLayer.EntitiesRetrieveByQueryResult

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
[SerializableAttribute]
public class RetrieveByQueryResult : WebCrmResult

The RetrieveByQueryResult type exposes the following members.

Constructors
  NameDescription
Public methodRetrieveByQueryResult
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyFields
Gets or sets list of field names.
Public propertyRows
Gets or sets result rows.
Top
See Also