ODataSourceBuilder.Key(String[]) Method
Specifies the key property or properties.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ODataSourceBuilder Key(
params string[] key
)
Parameters
Name | Type | Description |
---|---|---|
key | String[] | An array that contains one or more key field names. |
Returns
Type |
---|
ODataSourceBuilder |
See Also