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