Web API Edition | ComponentOne
C1.Web.Api.DataEngine.Models Namespace / DetailRequest Class / Keys Property

In This Topic
    Keys Property
    In This Topic
    Gets or sets a System.Object array, which is used to specify some cell.
    Syntax
    'Declaration
     
    
    Public Property Keys As Object()
    public object[] Keys {get; set;}
    Remarks
    Firstly, you need add the values of the fields in rowFields in order into keys. Then add the values of the fields in columnFields in order. If some field value is null, JUST add null into array and DO NOT remove it. ou should keep the count of the keys array same as the count of the fields in rowFields and columnFields.
    See Also