ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ODataCollectionViewServiceTagHelper Class / Keys Property

In This Topic
    Keys Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Keys. Sets a string containing a comma-separated list which represents the names of the key fields. Key fields are required for update operations (add/remove/delete).
    Syntax
    'Declaration
     
    Public Property Keys As String
    public string Keys {get; set;}
    See Also