Click or drag to resize

FormRowCount Property

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.

Note: This API is now obsolete.

Total number of datarows Note: In API v1.19 RowCountAndLastDataUpdate has been removed from this and all previous versions due to technical limitions. Implement newest API version if neccesary.

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.Form
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.29.6-dev
Syntax
C#
[ObsoleteAttribute("Removed in API v1.19")]
public long RowCount { get; set; }

Property Value

Int64
See Also