ODataSourceBuilder.KeyType(IDictionary<String, EdmType>) Method
Specifies the type of the key property or properties.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ODataSourceBuilder KeyType(
IDictionary<string, EdmType> compoundKeyType
)
Parameters
| Name | Type |
|---|---|
| compoundKeyType | IDictionary<String, EdmType> |
Returns
| Type |
|---|
| ODataSourceBuilder |
See Also