ODataResourceSerializer.CreateSelectExpandNode(ResourceContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the SelectExpandNode that describes the set of properties and actions to select and expand while writing this entity.
public virtual Microsoft.AspNet.OData.Formatter.Serialization.SelectExpandNode CreateSelectExpandNode (Microsoft.AspNet.OData.ResourceContext resourceContext);
abstract member CreateSelectExpandNode : Microsoft.AspNet.OData.ResourceContext -> Microsoft.AspNet.OData.Formatter.Serialization.SelectExpandNode
override this.CreateSelectExpandNode : Microsoft.AspNet.OData.ResourceContext -> Microsoft.AspNet.OData.Formatter.Serialization.SelectExpandNode
Public Overridable Function CreateSelectExpandNode (resourceContext As ResourceContext) As SelectExpandNode
Parameters
- resourceContext
- ResourceContext
Contains the entity instance being written and the context.
Returns
The SelectExpandNode that describes the set of properties and actions to select and expand while writing this entity.