ODataSourceBuilder.Expand(String[]) Method
Specifies the navigation properties that are loaded with the OData entity.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ODataSourceBuilder Expand(
params string[] propertyNames
)
Parameters
Name | Type |
---|---|
propertyNames | String[] |
Returns
Type |
---|
ODataSourceBuilder |
See Also