Skip to main content

StaticJsonDataSourceBuilder.Key(String[]) Method

Specifies the key property or properties.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public StaticJsonDataSourceBuilder Key(
    params string[] key
)

Parameters

Name Type Description
key String[]

An array that contains one or more key field names.

Returns

Type
StaticJsonDataSourceBuilder
See Also