RetrieveByQueryResult Class |
Represents result of the RetrieveByQuery method provided by WebCRM API.
Inheritance Hierarchy
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)
Syntax[SerializableAttribute]
public class RetrieveByQueryResult : WebCrmResult
<SerializableAttribute>
Public Class RetrieveByQueryResult
Inherits WebCrmResult
[SerializableAttribute]
public ref class RetrieveByQueryResult : public WebCrmResult
[<SerializableAttribute>]
type RetrieveByQueryResult =
class
inherit WebCrmResult
end
The RetrieveByQueryResult type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Fields |
Gets or sets list of field names.
|
 | Rows |
Gets or sets result rows.
|
Top
See Also