Click or drag to resize
RetrieveByQueryResultRow Class
Represents single row result of the RetrieveByQuery method provided by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesRetrieveByQueryResultRow

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 RetrieveByQueryResultRow

The RetrieveByQueryResultRow type exposes the following members.

Constructors
  NameDescription
Public methodRetrieveByQueryResultRow
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyFieldValues
Gets or sets list of field values.
Top
See Also