[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder-3.Keys

Keys Method

Keys(params string[])

Configurates Keys. Sets an array containing the names of the key fields. Key fields are required for update operations (add/remove/delete).

Declaration
public TBuilder Keys(params string[] value)
Parameters
Type Name Description
string[] value

The value.

Returns
Type Description
TBuilder

Current builder.