Skip to main content

ArrayDataSourceBuilder.Key(String[]) Method

Specifies the key property or properties.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public ArrayDataSourceBuilder Key(
    params string[] key
)

Parameters

Name Type Description
key String[]

An array that contains one or more key field names.

Returns

Type
ArrayDataSourceBuilder
See Also